new notify system
This commit is contained in:
parent
5932cf96ee
commit
4c250aecf9
@ -188,8 +188,7 @@ exec --no-startup-id picom -b
|
||||
exec --no-startup-id feh --bg-scale ~/.cache/last-bg
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
#exec --no-startup-id pactl set-sink-mute 0 1
|
||||
exec --no-startup-id dunst
|
||||
exec --no-startup-id alacritty --class=scratchpad_f1
|
||||
exec --no-startup-id ~/.config/i3/setupScreensaver.sh
|
||||
exec --no-startup-id amixer -q -D pulse set Capture cap
|
||||
|
||||
exec --no-startup-id deadd-notification-center
|
||||
|
0
.config/polybar/90-polybar
Executable file → Normal file
0
.config/polybar/90-polybar
Executable file → Normal file
8
.config/polybar/config
Executable file → Normal file
8
.config/polybar/config
Executable file → Normal file
@ -44,7 +44,7 @@ font-1 = "Hack Nerd Font:style=Regular:pixelsize=10;2"
|
||||
|
||||
modules-left = i3
|
||||
modules-center =
|
||||
modules-right = playerctl pulseaudio wlan mute-mic wireguard-status battery date
|
||||
modules-right = playerctl pulseaudio mute-mic wireguard-status notify date
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
@ -224,6 +224,12 @@ type = custom/ipc
|
||||
hook-0 = $XDG_CONFIG_HOME/polybar/is-muted.sh
|
||||
inital = 1
|
||||
|
||||
[module/notify]
|
||||
type = custom/script
|
||||
exec = "echo "
|
||||
click-left = kill -s USR1 $(pidof deadd-notification-center)
|
||||
interval = 0
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
;compositing-background = xor
|
||||
|
Loading…
Reference in New Issue
Block a user