(polybar) changed configuration to reflect hyprland setup
This commit is contained in:
@@ -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 = <label-volume>
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
format-muted = <label-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-indicator> <label-layout>
|
||||
|
||||
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%%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user