Polybar: Tweaking for use
This commit is contained in:
parent
e3de3eab10
commit
a88b9ff0ae
@ -140,18 +140,18 @@ format-padding = 0
|
|||||||
enable-scroll = false
|
enable-scroll = false
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
|
|
||||||
label-mode-padding = ${res/config.padding}
|
label-mode-padding = 4
|
||||||
label-mode-background = ${res/colors.red}
|
label-mode-background = ${res/colors.red}
|
||||||
label-focused = %name%
|
label-focused = %name%
|
||||||
label-focused-padding = ${res/config.padding}
|
label-focused-padding = 4
|
||||||
label-focused-foreground = ${res/colors.bg}
|
label-focused-foreground = ${res/colors.bg}
|
||||||
label-focused-background = ${res/colors.selection}
|
label-focused-background = ${res/colors.selection}
|
||||||
label-unfocused = %name%
|
label-unfocused = %name%
|
||||||
label-unfocused-background = ${res/colors.bg}
|
label-unfocused-background = ${res/colors.bg}
|
||||||
label-unfocused-padding = ${res/config.padding}
|
label-unfocused-padding = 4
|
||||||
label-visible = %name%
|
label-visible = %name%
|
||||||
label-visible-background = ${res/colors.gray}
|
label-visible-background = ${res/colors.gray}
|
||||||
label-visible-padding = ${res/config.padding}
|
label-visible-padding = 4
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
|
@ -65,6 +65,8 @@ step_wait() {
|
|||||||
|
|
||||||
# Main
|
# Main
|
||||||
main() {
|
main() {
|
||||||
|
# Dirty hack for i3
|
||||||
|
sleep 2
|
||||||
step_fallback
|
step_fallback
|
||||||
step_configure
|
step_configure
|
||||||
step_spawn_primary
|
step_spawn_primary
|
||||||
|
Loading…
Reference in New Issue
Block a user