Skip to content

Instantly share code, notes, and snippets.

@linsomniac
Created November 20, 2013 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linsomniac/7566795 to your computer and use it in GitHub Desktop.
Save linsomniac/7566795 to your computer and use it in GitHub Desktop.
Diff to /etc/xdb/awesome/rc.lua for changes that I made, particularly the clock.
40c40,41
< beautiful.init("/usr/share/awesome/themes/default/theme.lua")
---
> -- beautiful.init("/usr/share/awesome/themes/default/theme.lua")
> beautiful.init("/home/sean/.config/awesome.old/theme.lua")
43c44
< terminal = "x-terminal-emulator"
---
> terminal = "xterm"
102c103,104
< mytextclock = awful.widget.textclock({ align = "right" })
---
> -- mytextclock = awful.widget.textclock({ align = "right" })
> mytextclock = awful.widget.textclock({ align = "right" }, " %a %d %b, %H:%M:%S %z", 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment