mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdf
This commit is contained in:
parent
503eaf3ede
commit
c56463600c
4 changed files with 5 additions and 4 deletions
|
@ -105,7 +105,7 @@ mount-0 = /
|
||||||
format-mounted = <label-mounted>
|
format-mounted = <label-mounted>
|
||||||
;format-mounted-prefix = "disk: "
|
;format-mounted-prefix = "disk: "
|
||||||
;format-mounted-prefix-foreground = ${colors.foreground-alt}
|
;format-mounted-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-mounted-prefix = "%{F#0fca42} %{F-} Disk: "
|
format-mounted-prefix = "%{F#0fca42} %{F-} "
|
||||||
format-mounted-underline = #0fca42
|
format-mounted-underline = #0fca42
|
||||||
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
|
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
|
||||||
label-unmounted = %mountpoint% not mounted
|
label-unmounted = %mountpoint% not mounted
|
||||||
|
@ -131,7 +131,7 @@ type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
;format-prefix = "cpu: "
|
;format-prefix = "cpu: "
|
||||||
;format-prefix-foreground = ${colors.foreground-alt}
|
;format-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-prefix = "%{F#f9a000} %{F-} CPU: "
|
format-prefix = "%{F#f9a000} %{F-} "
|
||||||
format-underline = #f9a000
|
format-underline = #f9a000
|
||||||
label = %percentage:2%%
|
label = %percentage:2%%
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ type = internal/memory
|
||||||
interval = 2
|
interval = 2
|
||||||
;format-prefix = "mem: "
|
;format-prefix = "mem: "
|
||||||
;format-prefix-foreground = ${colors.foreground-alt}
|
;format-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-prefix = "%{F#0a6cf5} %{F-} Mem: "
|
format-prefix = "%{F#0a6cf5} %{F-} "
|
||||||
format-underline = #0a6cf5
|
format-underline = #0a6cf5
|
||||||
label = %percentage_used%%
|
label = %percentage_used%%
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -137,6 +137,7 @@ myStartupHook :: X ()
|
||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
spawnOnce "picom --config ~/.config/picom.conf --no-fading-openclose"
|
spawnOnce "picom --config ~/.config/picom.conf --no-fading-openclose"
|
||||||
spawnOnce "pasystray"
|
spawnOnce "pasystray"
|
||||||
|
spawnOnce "nm-applet"
|
||||||
spawn "/home/leon/.config/polybar/launch.sh"
|
spawn "/home/leon/.config/polybar/launch.sh"
|
||||||
setWMName "LG3D" -- Java stuff hack
|
setWMName "LG3D" -- Java stuff hack
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue