diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-08-28 17:32:51 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-08-28 17:32:51 +0200 |
commit | 99997b71145b53c8f3ede3881ce04d80556d44ec (patch) | |
tree | 0f90c2cf314053b4bc5cc00463fb55a8293c0015 | |
parent | 6c410d7363e257e9c9cdc97fb80fd69a59b3ecd3 (diff) | |
download | dotfiles-99997b71145b53c8f3ede3881ce04d80556d44ec.tar.gz |
polybar
-rw-r--r-- | polybar/config | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/polybar/config b/polybar/config index d5a6db9..1f96fb2 100644 --- a/polybar/config +++ b/polybar/config @@ -54,7 +54,7 @@ tray-padding = 2 [bar/secondary] inherit = bar/template -modules-left = xwindow +modules-left = xwindow date modules-center = i3 modules-right = @@ -117,8 +117,8 @@ 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-background = ${colors.alert} +label-urgent-padding = ${self.label-focused-padding} ; Separator in between workspaces ; label-separator = | @@ -231,16 +231,9 @@ type = internal/date interval = 1 date = %d.%m.%Y -;date-alt = " %Y-%m-%d" - time = %H:%M:%S -;time-alt = %H:%M:%S - -format-prefix = -format-prefix-foreground = ${colors.foreground-alt} -;format-underline = ${colors.secondary} - -label = %date% %time% +format = <label> +label = %{F#555} %date% %{F-} %time% [module/pulseaudio] type = internal/pulseaudio |