diff options
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini | 182 |
1 files changed, 94 insertions, 88 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 0ad3867..cda22a9 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -3,25 +3,25 @@ ;--------; [colors] -color0 = #1D202F -color1 = #f7768e -color2 = #9ece6a -color3 = #e0af68 -color4 = #7aa2f7 -color5 = #bb9af7 -color6 = #7dcfff -color7 = #a9b1d6 -color8 = #414868 -color9 = #f7768e -color10 = #9ece6a -color11 = #e0af68 -color12 = #7aa2f7 -color13 = #bb9af7 -color14 = #7dcfff -color15 = #c0caf5 - -background-dark = #24283b -foreground = #c0caf5 +color0 = #2e313d +color8 = #5b5f71 +color1 = #cf8164 +color9 = #fe9f7c +color2 = #76a065 +color10 = #92c47e +color3 = #ab924c +color11 = #d2b45f +color4 = #8296b0 +color12 = #a0b9d8 +color5 = #a18daf +color13 = #c6aed7 +color6 = #659ea2 +color14 = #7dc2c7 +color7 = #b5b4c9 +color15 = #f0ecfe + +background-dark = #1c1c1c +foreground = #f0ecfe primary = #4c566a secondary = #f05 alert = #bd2c40 @@ -34,13 +34,13 @@ accent = #bf616a ;------------; width = 100% -height = 25 +height = 20 offset-y = 0 offset-x = 0 -border-size = 5 -border-color = ${colors.background-dark} +border-size = 2 +border-color = ${colors.background-dark} background = ${colors.background-dark} foreground = ${colors.foreground} @@ -56,10 +56,8 @@ override-redirect = false ; FONTS ; ;-------; -font-0 = "Mono:bold:size=10;2" -font-1 = "Font Awesome 6 Free:size=12;3" -font-2 = "Font Awesome 6 Free Solid:size=12;3" -font-3 = "Font Awesome 6 Brands:size=12;3" +font-0 = "Dina:regular:pixelsize=16;3" +font-1 = "Wuncon Siji:pixelsize=10;2" ;---------; ; MODULES ; @@ -76,7 +74,8 @@ modules-center = bspwm fixed-center = true tray-position = right tray-detached = false -module-margin-left = 1 +module-margin = 2 +padding = 2 [bar/laptop] @@ -85,12 +84,13 @@ module-margin-left = 1 ;------------; width = 100% -height = 25 +height = 20 offset-y = 0 offset-x = 0 -border-size = 0 +border-size = 2 +border-color = ${colors.background-dark} background = ${colors.background-dark} foreground = ${colors.foreground} @@ -106,10 +106,8 @@ override-redirect = false ; FONTS ; ;-------; -font-0 = "Mono:bold:size=10;1" -font-1 = "Font Awesome 6 Free:size=10;2" -font-2 = "Font Awesome 6 Free Solid:size=11;2" -font-3 = "Font Awesome 6 Brands:size=11;2" +font-0 = "Dina:regular:pixelsize=16;2" +font-1 = "Wuncon Siji:size=12;2" ;---------; ; MODULES ; @@ -127,7 +125,8 @@ modules-center = bspwm fixed-center = true tray-position = right tray-detached = false -module-margin-left = 1 +module-margin = 2 +padding = 2 [module/battery] type=internal/battery @@ -136,29 +135,32 @@ battery=BAT0 adapter=AC poll-interval=5 -full-at=98 +full-at=80 time-format=%H:%M -label-discharging= %time% %percentage% -label-charging= %time% %percentage% -label-full= %percentage% +label-discharging=%time% %percentage%% +label-charging=%time% %percentage%% +label-full=%percentage%% -label-full-foreground = ${colors.color0} -label-full-background = ${colors.color4} -label-full-padding = 2 +format-full-prefix-foreground=${colors.color7} +label-full-background = ${colors.background} +label-full-padding = 1 -label-charging-foreground = ${colors.color0} -label-charging-background = ${colors.color4} -label-charging-padding = 2 +format-charging-prefix-foreground = ${colors.color7} +label-charging-background = ${colors.background} +label-charging-padding = 1 -label-discharging-foreground = ${colors.color0} -label-discharging-background = ${colors.color4} -label-discharging-padding = 2 +format-discharging-prefix-foreground = ${colors.color7} +label-discharging-background = ${colors.background} +label-discharging-padding = 1 +format-discharging-prefix= format-discharging=<label-discharging> format-charging=<label-charging> +format-charging-prefix= format-full=<label-full> +format-full-prefix= [module/date] type=internal/date @@ -167,12 +169,13 @@ date=%A %d time=%I:%M time-alt=%I:%M:%S %A, %d %B %Y +format-prefix = +format-prefix-foreground = ${colors.color9} format=<label> -label= %date% %time% -label-foreground = ${colors.color0} -label-background = ${colors.color5} -label-padding = 2 +label=%date% %time% +label-background = ${colors.background} +label-padding = 1 [module/temperature] type = internal/temperature @@ -181,86 +184,89 @@ hwmon-path = ${env:HWMON_PATH} base-temperature = 38 warn-temperature = 70 format = <label> +format-prefix = +format-prefix-foreground = ${colors.color11} -label = %temperature-c% -label-warn = %temperature-c% -label-foreground = ${colors.color0} -label-background = ${colors.color3} -label-padding = 2 -label-warn-foreground = ${colors.foreground} +label = %temperature-c% +label-warn = %temperature-c% +label-background = ${colors.background} +label-padding = 1 label-warn-background = ${colors.background-dark} -label-warn-padding = 2 +label-warn-padding = 1 [module/cpu] type=internal/cpu interval=0.5 format=<label> -label= %percentage%% +format-prefix= +label=%percentage%% -label-foreground = ${colors.color0} -label-background = ${colors.color12} -label-padding = 2 +format-prefix-foreground = ${colors.color10} +label-background = ${colors.background} +label-padding = 1 [module/memory] type=internal/memory interval=3 format=<label> -label= %gb_used% +format-prefix= +label=%gb_used% -label-foreground = ${colors.color0} -label-background = ${colors.color2} -label-padding = 2 +format-prefix-foreground = ${colors.color2} +label-background = ${colors.background} +label-padding = 1 [module/pulseaudio] type=internal/pulseaudio format=<label-volume> -label-volume= %percentage%% -label-muted= +format-volume-prefix= +format-muted-prefix= +label-volume=%percentage%% +label-muted="0%" click-right=pavucontrol -label-volume-foreground = ${colors.color0} -label-volume-background = ${colors.color6} -label-volume-padding = 2 +format-volume-prefix-foreground = ${colors.color6} +label-volume-background = ${colors.background} +label-volume-padding = 1 -label-muted-foreground = ${colors.color0} -label-muted-background = ${colors.color6} -label-muted-padding = 2 +format-muted-prefix-foreground = ${colors.color6} +label-muted-background = ${colors.background} +label-muted-padding = 1 [module/bspwm] - -ws-icon-0 = type=internal/bspwm pin-workspaces = true format=<label-state> <label-mode> -label-focused = +label-focused = label-focused-padding = 2 -label-occupied = +label-occupied = label-occupied-padding = 2 -label-empty = +label-empty = label-empty-padding = 2 -label-focused-foreground = ${colors.color13} +label-focused-foreground = ${colors.color7} label-focused-background = ${colors.background} -label-occupied-foreground = ${colors.color4} +label-occupied-foreground = ${colors.color8} label-occupied-background = ${colors.background} -label-empty-foreground = ${colors.color15} +label-empty-foreground = ${colors.color8} label-empty-background = ${colors.background} [module/network] type=internal/network interface=wlp2s0 interval=1.0 -label-connected= %local_ip% +format-connected-prefix= +label-connected= %local_ip% label-disconnected= -label-connected-foreground = ${colors.color0} -label-connected-background = ${colors.color14} -label-connected-padding = 2 +format-connected-prefix-foreground = ${colors.color11} +label-connected-background = ${colors.background} +label-connected-padding = 1 -label-disconnected-foreground = ${colors.color0} -label-disconnected-background = ${colors.color14} +label-disconnected-foreground = ${colors.color11} +label-disconnected-background = ${colors.background} label-disconnected-padding = 2 ; vim: set ft=dosini nomodeline: |