mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
polybar: urgent workspace indication
This commit is contained in:
parent
09f0683399
commit
e9353ff3f1
1 changed files with 5 additions and 5 deletions
|
|
@ -81,9 +81,9 @@
|
|||
label-visible-padding = ${self.label-focused-padding}
|
||||
|
||||
; urgent = Workspace with urgency hint set
|
||||
;label-urgent = %index%
|
||||
;label-urgent-background = ${module/bspwm.label-urgent-background}
|
||||
;label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
||||
label-urgent = %index%
|
||||
label-urgent-background = ${self.label-focused-background}
|
||||
label-urgent-padding = ${self.label-focused-padding}
|
||||
|
||||
|
||||
;title
|
||||
|
|
@ -178,7 +178,7 @@
|
|||
bar-volume-foreground-5 = #aaa
|
||||
bar-volume-foreground-6 = #fff
|
||||
bar-volume-gradient = false
|
||||
bar-volume-indicator =
|
||||
bar-volume-indicator =
|
||||
bar-volume-indicator-font = 0
|
||||
bar-volume-fill = ═
|
||||
bar-volume-fill-font = 1
|
||||
|
|
@ -211,6 +211,6 @@
|
|||
[module/date]
|
||||
type = internal/date
|
||||
date = %%{F#99}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-}
|
||||
;date-alt = %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M%%{F#666} %%{F#fba922}%S%%{F-}
|
||||
;date-alt = %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M%%{F#666} %%{F#fba922}%S%%{F-}
|
||||
date-alt = %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M:%S%%{F-}
|
||||
;label-underline = ${colors.foreground}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue