Polybar: Tweaking for use

This commit is contained in:
Salt 2020-05-28 21:24:08 -05:00
parent e3de3eab10
commit a88b9ff0ae
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -65,6 +65,8 @@ step_wait() {
# Main
main() {
# Dirty hack for i3
sleep 2
step_fallback
step_configure
step_spawn_primary