moved some stuff around

This commit is contained in:
Zastian Pretorius
2022-06-28 00:54:13 +01:00
parent 42ecf6e4f5
commit 9d5d1dbce3
9 changed files with 3277 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ label-indicator-underline = ${colors.secondary}
type = internal/fs
interval = 25
mount-0 = /
mount-0 = /home
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted
@@ -298,7 +298,6 @@ date-alt = %%{F#fff}%A, %B %d, %Y %%{F#fff}%I:%M:%{F#666}%%{F#fba922}%S%%{F-} %
[module/pulseaudio]
type = internal/pulseaudio
format-volume = <label-volume> <bar-volume>
label-volume = VOL %percentage%%
label-volume-foreground = ${root.foreground}
@@ -332,7 +331,7 @@ label-volume-foreground = ${root.foreground}
format-muted-prefix = " "
format-muted-foreground = ${colors.foreground-alt}
label-muted = sound muted
label-muted = muted
bar-volume-width = 10
bar-volume-foreground-0 = #55aa55

View File

@@ -23,7 +23,7 @@ leftwm-command "LoadTheme $SCRIPTPATH/theme.toml"
index=0
monitors="$(polybar -m | sed s/:.*// | tac)"
monitors="$(polybar -m | sed s/:.*//)"
leftwm-state -q -n -t $SCRIPTPATH/sizes.liquid | sed -r '/^\s*$/d' | while read -r width x y
do
let indextemp=index+1