diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-07 22:14:22 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-07 22:14:22 +0700 |
commit | f140f08bc6c39037958048294fd241a28d8da607 (patch) | |
tree | a825016ac64b2a3be8a012011397a1da7f25bb38 /awesome | |
parent | 88051c9ccfa9b863b41f0ae86dbb1caaeb739743 (diff) | |
download | dotfiles-f140f08bc6c39037958048294fd241a28d8da607.tar.gz |
Snapshot config before there're too much
I thought I could always make meaningful config msgs.
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 2 | ||||
-rw-r--r-- | awesome/.config/awesome/themes/srcery/theme.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index a204762..0beffe7 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -791,7 +791,7 @@ client.connect_signal( awful.titlebar.widget.stickybutton(c), awful.titlebar.widget.maximizedbutton(c), awful.titlebar.widget.floatingbutton(c), - layout = wibox.layout.fixed.horizontal + layout = wibox.layout.fixed.horizontal }, {-- Middle {-- Title diff --git a/awesome/.config/awesome/themes/srcery/theme.lua b/awesome/.config/awesome/themes/srcery/theme.lua index baaac50..2161fb4 100644 --- a/awesome/.config/awesome/themes/srcery/theme.lua +++ b/awesome/.config/awesome/themes/srcery/theme.lua @@ -21,7 +21,7 @@ local theme = {} local wd = '~/.config/awesome/themes/srcery/' local function abspath(relative) return wd .. relative end -theme.font = 'Latin Modern Mono Caps 15' +theme.font = 'Latin Modern Mono 15' theme.hotkeys_font = 'Latin Modern Mono Bold 15' theme.hotkeys_description_font = theme.font |