Minor tweaks to fix bugs

This commit is contained in:
random
2022-03-29 08:33:52 -07:00
parent 6b75e8d890
commit 3b70f42dd0
2 changed files with 6 additions and 8 deletions

View File

@@ -58,13 +58,12 @@ cursor-scroll = ns-resize
enable-ipc = true
; tray-position = right
tray-position = right
; wm-restack = generic
; wm-restack = bspwm
; wm-restack = i3
; override-redirect = true
wm-restack = i3
;override-redirect = true
[module/xworkspaces]
type = internal/xworkspaces
@@ -148,8 +147,8 @@ label-full = %percentage%%
label-charging = %percentage%% %time%
label-discharging = %percentage%% %time%
format-full-prefix = "BAT "
format-charging-prefix = "BAT "
format-full-prefix = "FULL "
format-charging-prefix = "CHR "
format-discharging-prefix = "BAT "
format-full-prefix-foreground = ${colors.primary}
format-charging-prefix-foreground = ${colors.primary}