diff --git a/.config/polybar/config b/.config/polybar/config index 6def81b..a364c9e 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -52,7 +52,7 @@ font-3 = FontAwesome:pixelsize=14;0 modules-left = i3 xwindow modules-center = -modules-right = backlight volume pkg wlan battery date powermenu +modules-right = backlight volume github pkg wlan battery date powermenu tray-position = right tray-padding = 2 @@ -341,12 +341,12 @@ label-connected = "%{u#2aa198 +u}%{F#5b}%{F-}%downspeed:7%%{u-}" [module/date] type = internal/date -interval = 5 +interval = 1 -date = "%d/%m/%y" +date = "%d%{F#92}%m%{F-}%{F#49}%y%{F-}" date-alt = " %d" -time = " %H:%M:%S" +time = "%H%{F#92}%M%{F-}%{F#49}%S%{F-}" time-alt = %H:%M ;format-prefix =  diff --git a/screenshots/i3wm.png b/screenshots/i3wm.png index 6f3b880..5113e90 100644 Binary files a/screenshots/i3wm.png and b/screenshots/i3wm.png differ