mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +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}
|
label-visible-padding = ${self.label-focused-padding}
|
||||||
|
|
||||||
; urgent = Workspace with urgency hint set
|
; urgent = Workspace with urgency hint set
|
||||||
;label-urgent = %index%
|
label-urgent = %index%
|
||||||
;label-urgent-background = ${module/bspwm.label-urgent-background}
|
label-urgent-background = ${self.label-focused-background}
|
||||||
;label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
label-urgent-padding = ${self.label-focused-padding}
|
||||||
|
|
||||||
|
|
||||||
;title
|
;title
|
||||||
|
|
@ -178,7 +178,7 @@
|
||||||
bar-volume-foreground-5 = #aaa
|
bar-volume-foreground-5 = #aaa
|
||||||
bar-volume-foreground-6 = #fff
|
bar-volume-foreground-6 = #fff
|
||||||
bar-volume-gradient = false
|
bar-volume-gradient = false
|
||||||
bar-volume-indicator =
|
bar-volume-indicator =
|
||||||
bar-volume-indicator-font = 0
|
bar-volume-indicator-font = 0
|
||||||
bar-volume-fill = ═
|
bar-volume-fill = ═
|
||||||
bar-volume-fill-font = 1
|
bar-volume-fill-font = 1
|
||||||
|
|
@ -211,6 +211,6 @@
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
date = %%{F#99}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-}
|
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-}
|
date-alt = %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M:%S%%{F-}
|
||||||
;label-underline = ${colors.foreground}
|
;label-underline = ${colors.foreground}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue