commit f97b958301c9a28fbd9b39b67b7d47fd8660a5d7 parent 84bfd298145faf8417602f8d27c9283e807ef58e Author: dudley <pyratebeard@gmail.com> Date: Sat, 5 Nov 2016 13:12:36 +0000 new bg for boneyard. modified encom Diffstat:
A | awesome/.config/awesome/themes/boneyard/mr_robot_bg_dark.jpg | | | 0 | |
M | awesome/.config/awesome/themes/boneyard/theme.lua | | | 8 | ++++---- |
M | awesome/.config/awesome/themes/encom_os12/theme.lua | | | 2 | +- |
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/awesome/.config/awesome/themes/boneyard/mr_robot_bg_dark.jpg b/awesome/.config/awesome/themes/boneyard/mr_robot_bg_dark.jpg Binary files differ. diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua @@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then end themedir = themes .. themename -wallpaper1 = themedir .. "/bg_tron_landscape.jpg" +wallpaper1 = themedir .. "/mr_robot_bg_dark.jpg" wallpaper2 = themedir .. "/background.png" wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" wallpaper4 = sharedthemes .. "/default/background.png" @@ -49,13 +49,13 @@ theme.bg_urgent = "#212121" theme.bg_minimize = "#121212" theme.fg_normal = "#d9d9d9" -theme.fg_focus = "#55ddff" +theme.fg_focus = "#d9d9d9" theme.fg_urgent = "#ff0056" theme.fg_minimize = "#ababab" -theme.border_width = "2" +theme.border_width = "1" theme.border_normal = "#515151" -theme.border_focus = "#55ddff" +theme.border_focus = "#d9d9d9" theme.border_marked = "#ff0056" -- There are other variable sets diff --git a/awesome/.config/awesome/themes/encom_os12/theme.lua b/awesome/.config/awesome/themes/encom_os12/theme.lua @@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then end themedir = themes .. themename -wallpaper1 = themedir .. "/encom_os12_bg.jpg" +wallpaper1 = themedir .. "/../decker-cyan/mr_robot_bg.jpg" wallpaper2 = themedir .. "/background.png" wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" wallpaper4 = sharedthemes .. "/default/background.png"