dotfiles

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

commit 9cea016c5f568e789df69f20f075914d3b12780a
parent 4448acf7aa09846555bc726fe3e0125c2b1d3a63
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 22 Aug 2016 11:18:35 +0100

changed font size and background

Diffstat:
Mawesome/.config/awesome/themes/decker-cyan/theme.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/awesome/.config/awesome/themes/decker-cyan/theme.lua b/awesome/.config/awesome/themes/decker-cyan/theme.lua @@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then end themedir = themes .. themename -wallpaper1 = themedir .. "/background.jpg" +wallpaper1 = themedir .. "/wires.jpg" wallpaper2 = themedir .. "/background.png" wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" wallpaper4 = sharedthemes .. "/default/background.png" @@ -41,7 +41,7 @@ else end --}}} -theme.font = "tamsyn 09" +theme.font = "tamsyn 10" theme.bg_normal = "#121212" theme.bg_focus = "#212121"