Customize for db123: replace configs, adapt installer for dual-GPU/Catppuccin/awww

This commit is contained in:
2026-06-07 23:02:09 +03:30
parent ff25b19b6c
commit b8890f7c5e
21 changed files with 865 additions and 371 deletions

4
configs/waybar/scripts/test.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
pid=$(hyprctl activewindow -j | jq -r '.pid')
exe=$(readlink /proc/$pid/exe)
basename "$exe"