diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-19 23:15:11 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-19 23:15:11 +0200 |
| commit | 90b00a96da0228fbf2b3abf9d47df95f1be3d634 (patch) | |
| tree | 322386830b77b25c8840b4f15e138bb394a52bd0 /.config/polybar | |
| parent | fc58dda3c2d8b43cfee85de9defde24d0d2b8bf6 (diff) | |
| download | dotfiles-90b00a96da0228fbf2b3abf9d47df95f1be3d634.tar.gz dotfiles-90b00a96da0228fbf2b3abf9d47df95f1be3d634.zip | |
Changed .local/bin/scripts to just .scripts
Diffstat (limited to '.config/polybar')
| -rw-r--r-- | .config/polybar/config | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 3bc2a2b..5991386 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -93,14 +93,14 @@ padding-right = 0 module-margin-left = 0 module-margin-right = 0 ; Font for date -font-0 = "SF Pro Mono:style=Display Bold:size=10;2" +font-0 = "SF Pro Mono:style=Display Bold:size=10;2" ; Font for crypto, dunst font-1 = "Material Design Icons:style=Bold:size=11.5;2" ; Font for menu font-2 = "Material Design Icons:style=Bold:size=13.5;2" ; Font for controlCenter font-3 = "SF Pro:style=Medium:size=10.5;2" -; Font for search +; Font for search font-4 = "SF Pro:style=Medium:size=9.5;2" ; Font for bspwm/workspaces font-5 = "UbuntuMono Nerd font:size=11;2" @@ -142,7 +142,7 @@ click-right = ~/.config/polybar/scripts/menu_full.sh [module/bspwm] type = internal/bspwm format = <label-state> -;format = <label-state> <label-mode> +;format = <label-state> <label-mode> format-padding = 0 ;format-padding-right = 2 format-foreground = ${colors.foreground} @@ -196,7 +196,7 @@ click-right = bspc desktop -l next type = custom/ipc hook-0 = echo hook-1 = echo -click-left = ~/.local/bin/scripts/blurtoggle.sh +click-left = ~/.scripts/blurtoggle.sh initial = 1 format-foreground = ${colors.foreground} @@ -333,7 +333,7 @@ click-right = ~/.config/polybar/scripts/sysmenu.sh ;[module/bspwm] ;type = internal/bspwm ;format = <label-state> -;;format = <label-state> <label-mode> +;;format = <label-state> <label-mode> ;format-padding = 1 ;format-foreground = ${colors.foreground} ;index-sort = true @@ -381,7 +381,7 @@ type = custom/script exec = echo format = <label> format-padding = 1 -label-padding = +label-padding = content-background = format-foreground = ${colors.foreground} interval = 60 @@ -721,7 +721,7 @@ click-left = ~/.config/polybar/scripts/polybar_wrapper options ;module-margin-left = 0 ;module-margin-right = 0 ;; Font for date -;font-0 = "SF Pro Mono:style=Display Bold:size=10;2" +;font-0 = "SF Pro Mono:style=Display Bold:size=10;2" ;; Font for bspwm/workspaces ;font-1 = "UbuntuMono Nerd font:size=10.5;2" ;; Font for crypto, dunst @@ -781,7 +781,7 @@ click-left = ~/.config/polybar/scripts/polybar_wrapper options ;module-margin-left = 0 ;module-margin-right = 0 ;; Font for date -;font-0 = "SF Pro Mono:style=Display Bold:size=10;2" +;font-0 = "SF Pro Mono:style=Display Bold:size=10;2" ;; Font for bspwm/workspaces ;font-1 = "UbuntuMono Nerd font:size=11.5;2" ;; Font for crypto, dunst |
