Removed some bloat

This commit is contained in:
Emmet
2025-02-23 15:07:51 -06:00
parent c6b672ff9c
commit edefa9637c

View File

@ -60,7 +60,6 @@ in
"iio-hyprland" "iio-hyprland"
"hyprprofile Default" "hyprprofile Default"
"ydotoold" "ydotoold"
"sleep 10 && nextcloud"
"sleep 13 && caffeine" "sleep 13 && caffeine"
"nm-applet" "nm-applet"
"blueman-applet" "blueman-applet"
@ -422,8 +421,6 @@ in
xdg-utils xdg-utils
wlsunset wlsunset
pavucontrol pavucontrol
pamixer
tesseract4
(pkgs.writeScriptBin "workspace-on-monitor" '' (pkgs.writeScriptBin "workspace-on-monitor" ''
#!/bin/sh #!/bin/sh
hyprctl monitors -j | jq ".[$1] | .activeWorkspace.id" hyprctl monitors -j | jq ".[$1] | .activeWorkspace.id"
@ -443,15 +440,6 @@ in
fi fi
hyprctl dispatch togglespecialworkspace scratch_ranger hyprctl dispatch togglespecialworkspace scratch_ranger
'') '')
(pkgs.writeScriptBin "screenshot-ocr" ''
#!/bin/sh
imgname="/tmp/screenshot-ocr-$(date +%Y%m%d%H%M%S).png"
txtname="/tmp/screenshot-ocr-$(date +%Y%m%d%H%M%S)"
txtfname=$txtname.txt
grim -g "$(slurp)" $imgname;
tesseract $imgname $txtname;
wl-copy -n < $txtfname
'')
(pkgs.writeScriptBin "sct" '' (pkgs.writeScriptBin "sct" ''
#!/bin/sh #!/bin/sh
killall wlsunset &> /dev/null; killall wlsunset &> /dev/null;