Switch from Dunst to Deadd Notifications
- Switch rofi script keybinding - Remove dunst polybar module
This commit is contained in:
parent
56537aa159
commit
eb144c8789
@ -4138,7 +4138,7 @@ name - does nothing, intended for visual clue and for logging / debugging
|
|||||||
static const char *rbwcmd[] = { "rofi-rbw", NULL };
|
static const char *rbwcmd[] = { "rofi-rbw", NULL };
|
||||||
static const char *volumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--rofi", NULL };
|
static const char *volumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--rofi", NULL };
|
||||||
static const char *mediacmd[] = { "/home/sravan/.scripts/playerctl.sh", "--rofi", NULL };
|
static const char *mediacmd[] = { "/home/sravan/.scripts/playerctl.sh", "--rofi", NULL };
|
||||||
static const char *notificationcmd[] = { "/home/sravan/.scripts/dunst.sh", "--rofi", NULL };
|
static const char *notificationcmd[] = { "/home/sravan/.scripts/deadd.sh", "--rofi", NULL };
|
||||||
static const char *sessioncmd[] = { "/home/sravan/.scripts/session.sh", "--rofi", NULL };
|
static const char *sessioncmd[] = { "/home/sravan/.scripts/session.sh", "--rofi", NULL };
|
||||||
static const char *compositorcmd[] = { "/home/sravan/.scripts/picom.sh", "--rofi", NULL };
|
static const char *compositorcmd[] = { "/home/sravan/.scripts/picom.sh", "--rofi", NULL };
|
||||||
static const char *lowervolumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--lower", NULL };
|
static const char *lowervolumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--lower", NULL };
|
||||||
@ -5300,7 +5300,7 @@ Define module update intervals in seconds.
|
|||||||
; modules-right = ipc clock
|
; modules-right = ipc clock
|
||||||
modules-left = powermenu dwm media-playing
|
modules-left = powermenu dwm media-playing
|
||||||
modules-center = date time
|
modules-center = date time
|
||||||
modules-right = kernel cpu memory filesystem dunst-notification-status
|
modules-right = kernel cpu memory filesystem
|
||||||
|
|
||||||
; The separator will be inserted between the output of each module
|
; The separator will be inserted between the output of each module
|
||||||
separator = " "
|
separator = " "
|
||||||
|
@ -761,7 +761,7 @@ static const char *clipboardcmd[] = { "rofi", "-show", "clipboard", NULL
|
|||||||
static const char *rbwcmd[] = { "rofi-rbw", NULL };
|
static const char *rbwcmd[] = { "rofi-rbw", NULL };
|
||||||
static const char *volumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--rofi", NULL };
|
static const char *volumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--rofi", NULL };
|
||||||
static const char *mediacmd[] = { "/home/sravan/.scripts/playerctl.sh", "--rofi", NULL };
|
static const char *mediacmd[] = { "/home/sravan/.scripts/playerctl.sh", "--rofi", NULL };
|
||||||
static const char *notificationcmd[] = { "/home/sravan/.scripts/dunst.sh", "--rofi", NULL };
|
static const char *notificationcmd[] = { "/home/sravan/.scripts/deadd.sh", "--rofi", NULL };
|
||||||
static const char *sessioncmd[] = { "/home/sravan/.scripts/session.sh", "--rofi", NULL };
|
static const char *sessioncmd[] = { "/home/sravan/.scripts/session.sh", "--rofi", NULL };
|
||||||
static const char *compositorcmd[] = { "/home/sravan/.scripts/picom.sh", "--rofi", NULL };
|
static const char *compositorcmd[] = { "/home/sravan/.scripts/picom.sh", "--rofi", NULL };
|
||||||
static const char *lowervolumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--lower", NULL };
|
static const char *lowervolumecmd[] = { "/home/sravan/.scripts/pactl.sh", "--lower", NULL };
|
||||||
|
@ -194,7 +194,7 @@ font-3 = "IPAPGothic:size=11;3"
|
|||||||
; modules-right = ipc clock
|
; modules-right = ipc clock
|
||||||
modules-left = powermenu dwm media-playing
|
modules-left = powermenu dwm media-playing
|
||||||
modules-center = date time
|
modules-center = date time
|
||||||
modules-right = kernel cpu memory filesystem dunst-notification-status
|
modules-right = kernel cpu memory filesystem
|
||||||
|
|
||||||
; The separator will be inserted between the output of each module
|
; The separator will be inserted between the output of each module
|
||||||
separator = " "
|
separator = " "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user