From c3d452793221383cf113a28cba9e652f3e8b9e0e Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 22 Jan 2026 10:43:55 +0100 Subject: [PATCH] (polybar) changed configuration to reflect hyprland setup --- polybar/.config/polybar/config.ini | 34 ++++++++++++++++++------------ 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index 4824295..d3902f0 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -23,7 +23,7 @@ foreground = #C5C8C6 primary = #15D7E5 secondary = #8ABEB7 alert = #A54242 -disabled = #707880 +disabled = #788088 magenta = #E02482 light-magenta = #FFA0D0 cyan = #15D7E5 @@ -50,10 +50,10 @@ padding-right = 1 module-margin = 1 -separator = | -separator-foreground = ${colors.disabled} +separator = -- +separator-foreground = ${colors.background} -font-0 = "VictorMono Nerd Font:size=14:weight=Bold;2" +font-0 = "Jet Brains Mono Nerd Font:size=14:weight=Bold;2" modules-left = xworkspaces xwindow modules-right = xkeyboard pulseaudio cpu eth date @@ -104,7 +104,7 @@ label-empty-padding = 1 [module/xwindow] type = internal/xwindow -label = %title:0:60:...% +label = %title:0:32:...% [module/filesystem] type = internal/fs @@ -120,21 +120,29 @@ label-unmounted-foreground = ${colors.disabled} [module/pulseaudio] type = internal/pulseaudio -format-volume-prefix = "VOL " -format-volume-prefix-foreground = ${colors.primary} -format-volume = +format-volume = +format-muted = + +ramp-volume-0 = " " +ramp-volume-1 = " " +ramp-volume-2 = " " +ramp-volume-foreground = ${colors.primary} label-volume = %percentage:2%% -label-muted = muted +label-muted = " " label-muted-foreground = ${colors.disabled} [module/xkeyboard] type = internal/xkeyboard -blacklist-0 = num lock -label-layout = %layout% -label-layout-foreground = ${colors.primary} +blacklist-0 = num lock +blacklist-1 = scroll lock + +format = + +label-layout = %variant% +label-layout-foreground = ${colors.disabled} label-indicator-padding = 2 label-indicator-margin = 1 @@ -151,7 +159,7 @@ label = %percentage_used:2%% [module/cpu] type = internal/cpu interval = 2 -format-prefix = "CPU " +format-prefix = " " format-prefix-foreground = ${colors.primary} label = %percentage:2%%