feat(waybar): drop eww and simplify components
This commit is contained in:
@@ -11,15 +11,12 @@ bindsym $mod+Shift+Ctrl+Alt+space exec 1password --quick-access
|
||||
bindsym Print exec ~/.config/sway/scripts/screenshot.sh
|
||||
|
||||
# notifications
|
||||
bindsym $mod+n exec swaync-client -t -sw
|
||||
bindsym $mod+Shift+n exec swaync-client -C -sw
|
||||
bindsym $mod+n exec makoctl dismiss
|
||||
bindsym $mod+Shift+n exec makoctl dismiss --all
|
||||
|
||||
# clipboard
|
||||
bindsym $mod+c exec cliphist list | fuzzel -d | cliphist decode | wl-copy
|
||||
|
||||
# eww popups
|
||||
bindsym $mod+Escape exec ~/.config/eww/scripts/popup.sh close-all
|
||||
|
||||
# window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
# daemon
|
||||
exec eww daemon
|
||||
exec mako
|
||||
exec swayidle -w
|
||||
exec wlsunset -l 46.1 -L 14.5
|
||||
exec pkill -x wob; rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob
|
||||
exec swaync
|
||||
exec wl-paste --watch cliphist store
|
||||
exec protonmail-bridge -n
|
||||
|
||||
|
||||
Reference in New Issue
Block a user