feat/cleanup: some january updates

- do not commit lock files
- add script connection to waybar (script not yet in this repo)
- delay some loading in nvim
- update niri to use swaylock and swayidle
- add some niri windowrules for default window widths
- update paru to offer choice for what to update
This commit is contained in:
fbachus
2026-02-02 00:09:11 +01:00
parent 8a676a19c1
commit cc368399ef
13 changed files with 137 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
timeout 300 'swaylock --grace 10 --ignore-empty-password --indicator --clock --timestr %H:%M --datestr "" --screenshot --effect-blur 5x3 --font hurmit-nf --inside-color 00000000 --line-color 00000000 --ring-color 00ff99 --key-hl-color 066dff'
timeout 600 'niri msg action power-off-monitors'
after-resume 'niri msg action power-on-monitors'
before-sleep 'swaylock --grace 10 --ignore-empty-password --indicator --clock --timestr %H:%M --datestr "" --screenshot --effect-blur 5x3 --font hurmit-nf --inside-color 00000000 --line-color 00000000 --ring-color 00ff99 --key-hl-color 066dff'