Switch from xfce4-notifyd to dunst
This commit is contained in:
@@ -109,6 +109,11 @@ deadd-notification-center-background = ${self.background}
|
||||
deadd-notification-center-underline = ${self.background}
|
||||
deadd-notification-center-overline = ${self.background}
|
||||
|
||||
dunst-foreground = ${self.green}
|
||||
dunst-background = ${self.background}
|
||||
dunst-underline = ${self.background}
|
||||
dunst-overline = ${self.background}
|
||||
|
||||
xfce4-notifyd-foreground = ${self.green}
|
||||
xfce4-notifyd-background = ${self.background}
|
||||
xfce4-notifyd-underline = ${self.background}
|
||||
@@ -270,7 +275,7 @@ font-5 = "IPAPGothic:size=11;3"
|
||||
; modules-right = ipc clock
|
||||
modules-left = powermenu-left powermenu powermenu-right dwm volume-left volume volume-right media-playing-left media-playing-change media-playing-prev media-playing-play-pause media-playing-next media-playing media-playing-right
|
||||
; modules-center =
|
||||
modules-right = kernel-left kernel kernel-right cpu-left cpu cpu-right memory-left memory memory-right filesystem-left filesystem filesystem-right date-left date date-right time-left time time-right xfce4-notifyd-left xfce4-notifyd xfce4-notifyd-right
|
||||
modules-right = kernel-left kernel kernel-right cpu-left cpu cpu-right memory-left memory memory-right filesystem-left filesystem filesystem-right date-left date date-right time-left time time-right dunst-left dunst dunst-right
|
||||
|
||||
; The separator will be inserted between the output of each module
|
||||
separator = ""
|
||||
@@ -1030,6 +1035,43 @@ click-right = "/home/sravan/.scripts/deadd.sh --rofi"
|
||||
; scroll-up = notify-send scroll up
|
||||
; scroll-down = notify-send scroll down
|
||||
|
||||
[module/dunst-left]
|
||||
type = custom/text
|
||||
content = " "
|
||||
content-foreground = ${colors.dunst-background}
|
||||
content-underline = ${colors.dunst-underline}
|
||||
content-overline = ${colors.dunst-overline}
|
||||
content-padding = ${sizes.module-padding}
|
||||
|
||||
[module/dunst-right]
|
||||
type = custom/text
|
||||
content = " "
|
||||
content-foreground = ${colors.dunst-background}
|
||||
content-underline = ${colors.dunst-underline}
|
||||
content-overline = ${colors.dunst-overline}
|
||||
content-padding = ${sizes.module-padding}
|
||||
|
||||
[module/dunst]
|
||||
type = custom/text
|
||||
content = ""
|
||||
|
||||
; "content" has the same properties as "format-NAME"
|
||||
; content-background = #000
|
||||
content-foreground = ${colors.dunst-foreground}
|
||||
content-background = ${colors.dunst-background}
|
||||
content-underline = ${colors.dunst-underline}
|
||||
content-overline = ${colors.dunst-overline}
|
||||
content-padding = ${sizes.module-padding}
|
||||
|
||||
; "click-(left|middle|right)" will be executed using "/bin/sh -c $COMMAND"
|
||||
click-left = "/home/sravan/.scripts/dunst.sh --history"
|
||||
; click-middle = notify-send middle
|
||||
click-right = "/home/sravan/.scripts/dunst.sh --rofi"
|
||||
|
||||
; "scroll-(up|down)" will be executed using "/bin/sh -c $COMMAND"
|
||||
; scroll-up = notify-send scroll up
|
||||
; scroll-down = notify-send scroll down
|
||||
|
||||
[module/xfce4-notifyd-left]
|
||||
type = custom/text
|
||||
content = " "
|
||||
|
Reference in New Issue
Block a user