My personal dotfiles
0
fork

Configure Feed

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

feat: added lock option to waybar

legoraft eede63ef 7cb601d8

+6
+6
waybar/.config/waybar/modules/power.jsonc
··· 20 20 "on-click": "$HOME/.config/waybar/scripts/killwindows.sh && sleep 1 && reboot" 21 21 }, 22 22 23 + "custom/lock": { 24 + "format": "", 25 + "tooltip": false, 26 + "on-click": "hyprlock" 27 + } 28 + 23 29 "custom/logout": { 24 30 "format": "󰍃", 25 31 "tooltip": false,