Merge branch 'master' of ssh://192.168.1.202:222/shadow8t4/polybar-werefox-theme
This commit is contained in:
commit
58e6834a15
2 changed files with 22 additions and 7 deletions
15
config
15
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/title
|
||||||
include-file = /home/shadow8t4/.config/polybar/modules/window
|
include-file = /home/shadow8t4/.config/polybar/modules/window
|
||||||
include-file = /home/shadow8t4/.config/polybar/modules/lan
|
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/xbacklight
|
||||||
|
|
||||||
include-file = /home/shadow8t4/.config/polybar/modules/code
|
include-file = /home/shadow8t4/.config/polybar/modules/code
|
||||||
|
@ -37,13 +37,13 @@ background = ${colors.default-bar-background}
|
||||||
;background-1 = ${colors.pink-transparent}
|
;background-1 = ${colors.pink-transparent}
|
||||||
foreground = ${colors.fg}
|
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-1 = "FontAwesome:style=Regular:size=10;2"
|
||||||
font-2 = "FontAwesome:style=Solid:size=12;3"
|
font-2 = "FontAwesome:style=Solid:size=12;3"
|
||||||
font-3 = "agave Nerd Font:style=r:size=12;2"
|
font-3 = "agave Nerd Font:style=r:size=12;2"
|
||||||
|
|
||||||
modules-left = launcher window filemanager firefox code
|
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-position = right
|
||||||
tray-maxsize = 24
|
tray-maxsize = 24
|
||||||
|
@ -52,6 +52,11 @@ tray-background = ${colors.dynamic-display-background}
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
||||||
|
; Necessary for XFCE4
|
||||||
|
override-redirect = true
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
pseudo-transparency = true
|
screenchange-reload = true
|
||||||
screenchange-reload = true
|
|
||||||
|
; Turn off when on XFCE4
|
||||||
|
pseudo-transparency = false
|
||||||
|
|
|
@ -1,8 +1,18 @@
|
||||||
[module/session]
|
[module/session]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = gnome-session-quit --power-off
|
; Plasma Session
|
||||||
click-right = gnome-session-quit
|
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-}
|
exec = echo %{T2}%{T-}
|
||||||
format-background = ${colors.dynamic-display-icon-background}
|
format-background = ${colors.dynamic-display-icon-background}
|
||||||
format-foreground = ${colors.session}
|
format-foreground = ${colors.session}
|
||||||
|
|
Loading…
Reference in a new issue