fix(polybar): fixed color of dunst module

This commit is contained in:
oxypomme
2023-10-10 08:00:37 +02:00
parent cda698e53f
commit d24df36602

View File

@@ -16,7 +16,7 @@
;
;==========================================================
include-file = /~/.config/polybar/powerline-for-polybar/powerline-for-polybar.config
include-file = $HOME/.config/polybar/powerline-for-polybar/powerline-for-polybar.config
[colors]
;background = ${xrdb:color0:#222}
@@ -572,7 +572,7 @@ content-font = 3
content-foreground = ${colors.primary}
content-background = ${colors.module-bg}
click-left = ~/.config/rofi/scripts/powermenu_t2 &
click-left = $HOME/.config/rofi/scripts/powermenu_t2 &
[module/colorpicker]
type = custom/text
@@ -590,7 +590,7 @@ content-background = ${colors.module-bg-alt}
[module/emojipicker]
type = custom/text
content = "%{T2}%{T-}"
click-left = ~/.config/rofi.custom/emojis/emoji.sh &
click-left = $HOME/.config/rofi.custom/emojis/emoji.sh &
content-background = ${colors.module-bg}
content-padding = ${common.module-padding}
@@ -607,7 +607,7 @@ content-suffix = " "
[module/clipboard]
type = custom/text
content = " %{T1}%{T-} "
click-left = ~/.config/rofi.custom/clipboard/clipboard.sh &
click-left = $HOME/.config/rofi.custom/clipboard/clipboard.sh &
inherit = powerline-templates/right-to-left-item
background = ${colors.module-bg}
@@ -626,13 +626,13 @@ content-background = ${colors.module-bg-alt}
type = custom/script
inherit = powerline-templates/left-to-right-item
background = ${colors.module-bg}
background = ${colors.module-bg-alt}
background-next = ${colors.background}
format = "%{} <label> "
format-background = ${colors.module-bg}
format-background = ${colors.module-bg-alt}
exec = ~/.config/polybar/scripts/dunst.sh
exec = $HOME/.config/polybar/scripts/dunst.sh
click-left = $HOME/.config/rofi.custom/notifications/notification.sh &
[settings]