From 718a370119f60383b32257ae03df8ed0ab6a56c9 Mon Sep 17 00:00:00 2001 From: oasido Date: Sat, 13 Apr 2024 19:48:08 +0300 Subject: [PATCH] add i3 modes --- .config/polybar/config.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 34fafd1..7a30d4f 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -34,7 +34,7 @@ separator-foreground = ${colors.disabled} font-0 = JetBrains Mono;2 modules-left = xworkspaces xwindow -modules-right = filesystem pulseaudio xkeyboard memory cpu wlan date systray +modules-right = filesystem pulseaudio xkeyboard memory cpu wlan date systray i3 cursor-click = pointer cursor-scroll = ns-resize @@ -78,7 +78,7 @@ separator-foreground = ${colors.disabled} font-0 = JetBrains Mono;2 modules-left = xworkspaces xwindow -modules-right = date +modules-right = date i3 cursor-click = pointer cursor-scroll = ns-resize @@ -192,6 +192,10 @@ date-alt = %Y-%m-%d %H:%M:%S label = %date% label-foreground = ${colors.primary} +[module/i3] +type = internal/i3 +format = + [settings] screenchange-reload = true pseudo-transparency = true