diff --git a/config b/config index c532e68..3d0aaff 100644 --- a/config +++ b/config @@ -17,7 +17,7 @@ include-file = /home/shadow8t4/.config/polybar/modules/temperature include-file = /home/shadow8t4/.config/polybar/modules/title include-file = /home/shadow8t4/.config/polybar/modules/window include-file = /home/shadow8t4/.config/polybar/modules/lan -;include-file = /home/shadow8t4/.config/polybar/modules/wlan +include-file = /home/shadow8t4/.config/polybar/modules/wlan ;include-file = /home/shadow8t4/.config/polybar/modules/xbacklight include-file = /home/shadow8t4/.config/polybar/modules/code @@ -37,13 +37,13 @@ background = ${colors.default-bar-background} ;background-1 = ${colors.pink-transparent} foreground = ${colors.fg} -font-0 = "DejaVu Sans Mono for Powerline:style=Book:size=10;2" +font-0 = "DejaVuSansMono Nerd Font:style=Book:size=10;2" font-1 = "FontAwesome:style=Regular:size=10;2" font-2 = "FontAwesome:style=Solid:size=12;3" font-3 = "agave Nerd Font:style=r:size=12;2" modules-left = launcher window filemanager firefox code -modules-right = memory cpu pulseaudio temperature date session +modules-right = memory cpu pulseaudio wlan temperature date session tray-position = right tray-maxsize = 24 @@ -52,6 +52,11 @@ tray-background = ${colors.dynamic-display-background} cursor-click = pointer cursor-scroll = ns-resize +; Necessary for XFCE4 +override-redirect = true + [settings] -pseudo-transparency = true -screenchange-reload = true \ No newline at end of file +screenchange-reload = true + +; Turn off when on XFCE4 +pseudo-transparency = false diff --git a/modules/session b/modules/session index 420208e..54f7ef2 100644 --- a/modules/session +++ b/modules/session @@ -1,8 +1,18 @@ [module/session] type = custom/script -click-left = gnome-session-quit --power-off -click-right = gnome-session-quit +; Plasma Session +click-left = qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout -1 -1 -1 +click-right = qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout -1 -1 -1 + +; XFCE4 Session +;click-left = xfce4-session-logout +;click-right = xfce4-session-logout + +; GNOME/Budgie Session +;click-left = gnome-session-quit +;click-right = gnome-session-quit + exec = echo %{T2}%{T-} format-background = ${colors.dynamic-display-icon-background} format-foreground = ${colors.session}