Update to Awesome 4.0
Configuration works mostly identical to previous state. Some exceptions: - Minor changes in tag names (removed unicode symbols), as they are now referenced by name in the rules. - Calendar module is not yet ported and not loaded. - Scratch terminal on F12 key currently moves to bottom of the screen after first opening. Probably will be reimplemented using the new extended awful.spawn API. - awsetbg util writes different wallpaperrc (preexisting wallpaperrc is ignored, as the filename now includes .lua)
This commit is contained in:
parent
457f474a2c
commit
a43b908350
10 changed files with 549 additions and 633 deletions
10
theme.lua
10
theme.lua
|
@ -1,6 +1,7 @@
|
|||
-- {{{ Main
|
||||
theme = {}
|
||||
theme.wallpaper = "~/.wallpaper"
|
||||
|
||||
-- }}}
|
||||
-- {{{ Styles
|
||||
theme.fontface = "Dina"
|
||||
|
@ -17,10 +18,11 @@ theme.bg_urgent = "#DA4E4E"
|
|||
-- }}}
|
||||
|
||||
-- {{{ Borders
|
||||
theme.border_width = "2"
|
||||
theme.border_normal = "#3F3F3F"
|
||||
theme.border_focus = "#AAAAFF"
|
||||
theme.border_marked = "#CC9393"
|
||||
theme.useless_gap = 0
|
||||
theme.border_width = 2
|
||||
theme.border_normal = "#3f3f3f"
|
||||
theme.border_focus = "#aaaaff"
|
||||
theme.border_marked = "#cc9393"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Titlebars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue