This commit is contained in:
Leon Kowarschick 2020-03-25 20:48:11 +01:00
parent 503eaf3ede
commit c56463600c
4 changed files with 5 additions and 4 deletions

View file

@ -105,7 +105,7 @@ mount-0 = /
format-mounted = <label-mounted>
;format-mounted-prefix = "disk: "
;format-mounted-prefix-foreground = ${colors.foreground-alt}
format-mounted-prefix = "%{F#0fca42}  %{F-} Disk: "
format-mounted-prefix = "%{F#0fca42}  %{F-} "
format-mounted-underline = #0fca42
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted
@ -131,7 +131,7 @@ type = internal/cpu
interval = 2
;format-prefix = "cpu: "
;format-prefix-foreground = ${colors.foreground-alt}
format-prefix = "%{F#f9a000}  %{F-} CPU: "
format-prefix = "%{F#f9a000}  %{F-} "
format-underline = #f9a000
label = %percentage:2%%
@ -140,7 +140,7 @@ type = internal/memory
interval = 2
;format-prefix = "mem: "
;format-prefix-foreground = ${colors.foreground-alt}
format-prefix = "%{F#0a6cf5}  %{F-} Mem: "
format-prefix = "%{F#0a6cf5}  %{F-} "
format-underline = #0a6cf5
label = %percentage_used%%

View file

@ -137,6 +137,7 @@ myStartupHook :: X ()
myStartupHook = do
spawnOnce "picom --config ~/.config/picom.conf --no-fading-openclose"
spawnOnce "pasystray"
spawnOnce "nm-applet"
spawn "/home/leon/.config/polybar/launch.sh"
setWMName "LG3D" -- Java stuff hack

Binary file not shown.