Skip to content

Commit

Permalink
Update polybar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 31, 2024
1 parent 16d61cb commit ed36aee
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions home/polybar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@
background = #2E3440
buffer = #4c566a
foreground = #D8DEE9
nord1 = #3B4252
nord2 = #434C5E
nord4 = #D8DEE9
nord6 = #ECEFF4
nord7 = #8FBCBB
nord8 = #88C0D0
nord9 = #81A1C1
nord10 = #5E81AC
nord12 = #D08770
nord13 = #EBCB8B
urgent = #BF616A
warning = #D08770
notify = #EBCB8B
Expand Down Expand Up @@ -82,19 +88,23 @@ tray-spacing = 16pt
[module/xworkspaces]
type = internal/xworkspaces

label-active = %name%
label-active-background = ${colors.background-alt}
label-active-underline= ${colors.nord9}
label-active = %index%
label-active-background = ${colors.background}
label-active-underline= ${colors.nord4}
label-active-padding = 1

label-occupied = %name%
pin-workspaces = true
enable-scroll = false

label-occupied = %index%
label-occupied-underline = ${colors.nord2}
label-occupied-padding = 1

label-urgent = %name%
label-urgent-background = ${colors.alert}
label-urgent = %index%
label-urgent-background = ${colors.nord12}
label-urgent-padding = 1

label-empty = %name%
label-empty = %index%
label-empty-foreground = ${colors.disabled}
label-empty-padding = 1

Expand Down

0 comments on commit ed36aee

Please sign in to comment.