diff options
author | Julian T <julian@jtle.dk> | 2023-01-11 23:30:42 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-01-11 23:40:41 +0100 |
commit | 8d0c4002e968f6f1c9c58da7dba6163b5989db54 (patch) | |
tree | bab954e8c4a04ea15bb1da8364f88a3a8b912129 /polybar | |
parent | ba30000d850f61f212f92e978c5f69020ca1a03c (diff) |
No bars and oldschool terminal font
Diffstat (limited to 'polybar')
-rw-r--r-- | polybar/.config/polybar/config | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 5b63e6d..2238489 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -17,13 +17,13 @@ ;========================================================== [colors] -background = ${xrdb:polybar.background} -background-alt = ${xrdb:polybar.background} -foreground = ${xrdb:polybar.foreground} -primary = ${xrdb:polybar.primary} -secondary = ${xrdb:polybar.secondary} -alert = ${xrdb:polybar.alert} -disabled = ${xrdb:polybar.disabled} +background = #000000 +background-alt = #201A23 +foreground = #FFFFFF +primary = #3465a4 +secondary = 6DA34D +alert = #F05D5E +disabled = #888888 [bar/main] width = 100% @@ -48,7 +48,8 @@ module-margin = 1 separator = | separator-foreground = ${colors.disabled} -font-0 = Cozette;2 +; font-0 = Cozette;2 +font-0 = Terminus modules-left = xworkspaces xwindow modules-right = mpd pulseaudio battery memory wlan eth date |