refactor: moved useful scripts from the bspwm folder to more appropriate locations;

fix: checkupdates script for fastfetch causing delays;
chore: removed bspwm and picom since I haven't been using or maintaining them
This commit is contained in:
2025-11-17 17:50:56 +03:00
parent 66079e3a59
commit 761b4e2bac
29 changed files with 31 additions and 1376 deletions

View File

@@ -134,7 +134,7 @@
{
"label": "",
"type": "toggle",
"command": "sh -c 'nohup ~/.config/bspwm/proxy.sh > /dev/null 2>&1 & disown'",
"command": "sh -c 'nohup ~/.config/hypr/scripts/toggle_proxy.sh > /dev/null 2>&1 & disown'",
"update-command": "sh -c 'pgrep sslocal > /dev/null && echo true || echo false'"
},
{