(polybar) changed configuration to reflect hyprland setup

This commit is contained in:
scbj
2026-01-22 10:43:55 +01:00
parent 050544ba9a
commit c3d4527932

View File

@@ -23,7 +23,7 @@ foreground = #C5C8C6
primary = #15D7E5 primary = #15D7E5
secondary = #8ABEB7 secondary = #8ABEB7
alert = #A54242 alert = #A54242
disabled = #707880 disabled = #788088
magenta = #E02482 magenta = #E02482
light-magenta = #FFA0D0 light-magenta = #FFA0D0
cyan = #15D7E5 cyan = #15D7E5
@@ -50,10 +50,10 @@ padding-right = 1
module-margin = 1 module-margin = 1
separator = | separator = --
separator-foreground = ${colors.disabled} 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-left = xworkspaces xwindow
modules-right = xkeyboard pulseaudio cpu eth date modules-right = xkeyboard pulseaudio cpu eth date
@@ -104,7 +104,7 @@ label-empty-padding = 1
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
label = %title:0:60:...% label = %title:0:32:...%
[module/filesystem] [module/filesystem]
type = internal/fs type = internal/fs
@@ -120,21 +120,29 @@ label-unmounted-foreground = ${colors.disabled}
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio
format-volume-prefix = "VOL " format-volume = <ramp-volume> <label-volume>
format-volume-prefix-foreground = ${colors.primary} format-muted = <label-muted>
format-volume = <label-volume>
ramp-volume-0 = " "
ramp-volume-1 = " "
ramp-volume-2 = " "
ramp-volume-foreground = ${colors.primary}
label-volume = %percentage:2%% label-volume = %percentage:2%%
label-muted = muted label-muted = " "
label-muted-foreground = ${colors.disabled} label-muted-foreground = ${colors.disabled}
[module/xkeyboard] [module/xkeyboard]
type = internal/xkeyboard type = internal/xkeyboard
blacklist-0 = num lock
label-layout = %layout% blacklist-0 = num lock
label-layout-foreground = ${colors.primary} blacklist-1 = scroll lock
format = <label-indicator> <label-layout>
label-layout = %variant%
label-layout-foreground = ${colors.disabled}
label-indicator-padding = 2 label-indicator-padding = 2
label-indicator-margin = 1 label-indicator-margin = 1
@@ -151,7 +159,7 @@ label = %percentage_used:2%%
[module/cpu] [module/cpu]
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
format-prefix = "CPU " format-prefix = " "
format-prefix-foreground = ${colors.primary} format-prefix-foreground = ${colors.primary}
label = %percentage:2%% label = %percentage:2%%