aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-17 07:06:10 -0400
committertdro <tdro@users.noreply.github.com>2020-05-17 07:06:10 -0400
commit217382e8d638d1cfe5f9fbc4428b419c3b4ea963 (patch)
tree4e00c95127c4a14349937fa8014d184c7b96b012 /.config/awesome
parente565460f8fff316c16c00e4be77373d1a2dd9de9 (diff)
downloaddotfiles-217382e8d638d1cfe5f9fbc4428b419c3b4ea963.tar.gz
dotfiles-217382e8d638d1cfe5f9fbc4428b419c3b4ea963.tar.bz2
dotfiles-217382e8d638d1cfe5f9fbc4428b419c3b4ea963.zip
.config/awesome/rc.lua: Increase font by one
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua2
-rw-r--r--.config/awesome/themes/default/theme.lua8
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 3b7b559..ff55fd3 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -29,7 +29,7 @@ local vicious = require("vicious")
-- Lain library
local lain = require("lain")
-- Set font
-awesome.font = ("FontAwesome 8")
+awesome.font = ("FontAwesome 9")
-- Startup
-- os.execute("sleep 1 && i3lock-fancy -t '' -- scrot &")
diff --git a/.config/awesome/themes/default/theme.lua b/.config/awesome/themes/default/theme.lua
index 0b2e4c9..a2d85ea 100644
--- a/.config/awesome/themes/default/theme.lua
+++ b/.config/awesome/themes/default/theme.lua
@@ -4,20 +4,20 @@ theme.wallpaper = "~/.config/awesome/themes/default/wallpaper"
-- }}}
-- {{{ Styles
-theme.font = "FontAwesome Bold 8"
+theme.font = "FontAwesome Bold 9"
-- }}}
-- {{{ Colors
theme.fg_normal = "#FFFFFF"
theme.fg_focus = "#000000"
theme.fg_urgent = "#FF0000"
-theme.fg_minimize = "#ffffff"
+theme.fg_minimize = "#ffffff"
theme.bg_normal = "#2C303C"
theme.bg_focus = "#00AFF0"
theme.bg_urgent = "#000000"
-theme.bg_minimize = "#444444"
-theme.bg_systray = theme.bg_normal
+theme.bg_minimize = "#444444"
+theme.bg_systray = theme.bg_normal
-- }}}
-- {{{ Borders