My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: added blur to swaync

+4 -3
+1
hypr/.config/hypr/hyprland.conf
··· 107 107 108 108 layerrule = blur, waybar 109 109 layerrule = blur, launcher 110 + layerrule = blur, swaync-control-center 110 111 111 112 # Ignore maximize requests from apps. You'll probably like this. 112 113 windowrulev2 = suppressevent maximize, class:.*
+3 -3
swaync/.config/swaync/config.json
··· 8 8 "notification-window-width": 400, 9 9 10 10 "widgets": [ 11 + "buttons-grid", 11 12 "title", 12 - "notifications", 13 - "buttons-grid" 13 + "notifications" 14 14 ], 15 15 16 16 "widget-config": { ··· 26 26 }, 27 27 { 28 28 "label": "", 29 - "command": "riverctl exit" 29 + "command": "hyprctl dispatch exit" 30 30 } 31 31 ] 32 32 }