diff --git a/.config/polybar/config b/.config/polybar/config index 6731c2d4..737ab2ef 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -140,18 +140,18 @@ format-padding = 0 enable-scroll = false pin-workspaces = true -label-mode-padding = ${res/config.padding} +label-mode-padding = 4 label-mode-background = ${res/colors.red} label-focused = %name% -label-focused-padding = ${res/config.padding} +label-focused-padding = 4 label-focused-foreground = ${res/colors.bg} label-focused-background = ${res/colors.selection} label-unfocused = %name% label-unfocused-background = ${res/colors.bg} -label-unfocused-padding = ${res/config.padding} +label-unfocused-padding = 4 label-visible = %name% label-visible-background = ${res/colors.gray} -label-visible-padding = ${res/config.padding} +label-visible-padding = 4 [module/memory] type = internal/memory diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index 82f8e18d..825dd767 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -65,6 +65,8 @@ step_wait() { # Main main() { + # Dirty hack for i3 + sleep 2 step_fallback step_configure step_spawn_primary