diff options
Diffstat (limited to '.config/polybar/config.ini')
| -rw-r--r-- | .config/polybar/config.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 90abf2b..a2e85ea 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -20,7 +20,7 @@ background = #222222 background-alt = #333333 foreground = #FFFFFF -primary = #FF4499 +primary = #FF3399 secondary = #991133 alert = #A54242 disabled = #707880 @@ -75,8 +75,8 @@ tray-spacing = 16pt [module/xworkspaces] type = internal/xworkspaces -icon-0 = 10;. -icon-1 = 9;. +icon-0 = 10; +icon-1 = 9; icon-default = @@ -154,7 +154,7 @@ label-connected = %{F#FFFFFF}%ifname%%{F-} %essid% type = internal/date interval = 1 -time = %I:%M%p +time = %I:%M %p time-alt = %H:%M:%S label = %time% @@ -165,7 +165,7 @@ type = internal/date interval = 3600 date = %a %m/%d -date-alt = %b +date-alt = %b %Z label = %date% label-foreground = ${colors.primary} |
