mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02: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-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%%
|
||||
|
||||
|
@ -152,7 +152,7 @@ date-alt = %d-%m-%Y
|
|||
time = %H:%M
|
||||
time-alt = %H:%M:%S
|
||||
|
||||
format-prefix = "%{F#fbff8c} %{F-}"
|
||||
format-prefix = "%{F#fbff8c} %{F-}"
|
||||
;format-prefix-foreground = ${colors.foreground-alt}
|
||||
;format-underline = #4bffdc
|
||||
format-underline = #fbff8c
|
||||
|
|
Binary file not shown.
|
@ -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.
Loading…
Reference in a new issue