dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 0d7c38c0d0cbf4b2b9ca7ea080d75164a947c900
parent c4a9f66173809ae302e00efef5be4c7e36dd5766
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 13 Jan 2018 17:02:18 +0000

wallpaper image name was changed in previous commit. theme colours now watch darker wallpaper

Diffstat:
Mawesome/.config/awesome/themes/blaquebeard/theme.lua | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/awesome/.config/awesome/themes/blaquebeard/theme.lua b/awesome/.config/awesome/themes/blaquebeard/theme.lua @@ -21,7 +21,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then end themedir = themes .. themename -wallpaper1 = home .. "/dot/wallpapers/pyratebeard_wallpaper_05.png" +wallpaper1 = home .. "/dot/wallpapers/pyratebeard_sml_cntr_blaquebeard_dark.png" wallpaper2 = themedir .. "/background.png" wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" wallpaper4 = sharedthemes .. "/default/background.png" @@ -42,10 +42,10 @@ end theme.font = "tamzen 9" -theme.bg_normal = "#222222" -theme.bg_focus = "#222222" -theme.bg_urgent = "#222222" -theme.bg_minimize = "#222222" +theme.bg_normal = "#181818" +theme.bg_focus = "#181818" +theme.bg_urgent = "#181818" +theme.bg_minimize = "#181818" theme.fg_normal = "#c2c2b0" theme.fg_focus = "#ba9153"