added .emulaationstation and fixed date widget in awesome
This commit is contained in:
parent
f693cc3323
commit
3de96b5c32
5 changed files with 179 additions and 8 deletions
|
|
@ -140,7 +140,8 @@ vicious.register(cpuwidget, vicious.widgets.cpu, "$1")
|
|||
|
||||
-- {{{ Wibar
|
||||
-- Create a textclock widget
|
||||
mytextclock = wibox.widget.textclock()
|
||||
--mytextclock = wibox.widget.textclock()
|
||||
mytextclock = awful.widget.textclock(" %a %b %d, %H:%M:%S ", 1)
|
||||
|
||||
-- Create a wibox for each screen and add it
|
||||
local taglist_buttons = gears.table.join(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue