diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-07-08 12:22:52 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-07-08 12:22:52 +0200 |
| commit | f50db00aa9143cd4f53c269260089834c55feb7f (patch) | |
| tree | 1a285fcb7b3b1452d6dae6746c4073dae86f98ce /.config | |
| parent | f09976e7400993c8f9a46b2267a1b1133936637a (diff) | |
| download | dotfiles-f50db00aa9143cd4f53c269260089834c55feb7f.tar.gz dotfiles-f50db00aa9143cd4f53c269260089834c55feb7f.zip | |
Changed inconsistent icons for bspwm and close/minimize/maximize buttons
Diffstat (limited to '.config')
| -rw-r--r-- | .config/polybar/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 24ac5e3..6310991 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -151,13 +151,13 @@ enable-click = true reverse-scroll = true #reverse-scroll = false -label-focused = +label-focused = label-focused-padding = 2 -label-occupied = +label-occupied = label-occupied-padding = 2 -label-empty = +label-empty = label-empty-padding = 2 @@ -170,14 +170,14 @@ content = " " type = custom/text content-foreground = ${colors.red} content-padding = 1 -content = +content = click-left = "xdotool getwindowfocus windowkill" [module/minimize] type = custom/text content-foreground = ${colors.yellow} content-padding = 1 -content = +content = click-left = bspc node -g hidden click-right = ${HOME}/.config/bspwm/bspcmd unhide @@ -186,7 +186,7 @@ click-right = ${HOME}/.config/bspwm/bspcmd unhide type = custom/text content-foreground = ${colors.green} content-padding = 1 -content = +content = ;click-left = bspc node -t {fullscreen} click-left = bspc node -t ~floating click-right = bspc desktop -l next |
