polybar: small tweaks

This commit is contained in:
Inhji 2022-04-04 23:34:10 +02:00
parent fe7a9425cb
commit 821f47ded9
1 changed files with 9 additions and 10 deletions

View File

@ -18,13 +18,13 @@
[colors]
f_high = #ffffff
f_med = #e47464
f_med = #72dec2
f_low = #66606b
f_inv = #000000
b_high = #000000
b_med = #201e21
b_low = #322e33
b_inv = #e47464
b_inv = #72dec2
background = #29272b
foreground = #dfdfdf
@ -64,7 +64,7 @@ font-0 = Hack Nerd Font:fontformat=truetype:size=12:antialias=true;0
[bar/main]
inherit = base
monitor = ${env:MONITOR:HDMI-1}
monitor = ${env:MONITOR:HDMI-0}
modules-left = i3 xwindow
modules-right = filesystem memory cpu eth xkeyboard alsa date
@ -77,7 +77,7 @@ tray-background = ${colors.b_med}
[bar/side]
inherit = base
monitor = ${env:MONITOR:VGA-1}
monitor = ${env:MONITOR:VGA-0}
fixed-center = true
modules-left = i3 xwindow
@ -108,9 +108,8 @@ type = internal/fs
interval = 25
mount-0 = /
mount-1 = /home
label-mounted = %{F#e47464}%mountpoint%%{F-} %percentage_used%%
label-mounted = %{F#ffb545}%mountpoint%%{F-} %percentage_used%%
label-unmounted = %mountpoint% not mounted
[module/i3]
@ -196,11 +195,11 @@ format-disconnected =
type = internal/date
interval = 5
date =
date-alt = " %d.%m.%Y"
date = " %a,"
date-alt = "%d.%m.%Y"
time = %H:%M
time-alt = %H:%M:%S
time = "%H:%M"
time-alt =
format-prefix = 
format-prefix-foreground = ${colors.foreground-alt}