diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | b1ce13e00db884c438fae5247a5005507f30539b (patch) | |
| tree | 79f338f332811f23965eab61f6ee2846b59325ce /.config/polybar/config.ini | |
| parent | d5d3fab8397d25e0d406d9ba6eddf0da3db12279 (diff) | |
change clock and some workspace icons
Diffstat (limited to '.config/polybar/config.ini')
| -rw-r--r-- | .config/polybar/config.ini | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index d312801..a4f8b46 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -116,8 +116,8 @@ tray-spacing = 16pt [module/xworkspaces] type = internal/xworkspaces -icon-0 = 1; -icon-1 = 2; +icon-0 = 1; +icon-1 = 2; icon-2 = 3; icon-3 = 4; icon-4 = 5; @@ -203,8 +203,7 @@ label-connected = %{F#FFFFFF}%ifname%%{F-} %essid% type = internal/date interval = 1 -time = %I:%M %p -time-alt = %H:%M:%S +time = %H.%M.%S label = %time% label-foreground = ${colors.primary} @@ -213,7 +212,7 @@ label-foreground = ${colors.primary} type = internal/date interval = 3600 -date = %a %m/%d +date = %a %m.%d date-alt = %b %Z label = %date% |
