Removed some bloat
This commit is contained in:
@ -60,7 +60,6 @@ in
|
||||
"iio-hyprland"
|
||||
"hyprprofile Default"
|
||||
"ydotoold"
|
||||
"sleep 10 && nextcloud"
|
||||
"sleep 13 && caffeine"
|
||||
"nm-applet"
|
||||
"blueman-applet"
|
||||
@ -422,8 +421,6 @@ in
|
||||
xdg-utils
|
||||
wlsunset
|
||||
pavucontrol
|
||||
pamixer
|
||||
tesseract4
|
||||
(pkgs.writeScriptBin "workspace-on-monitor" ''
|
||||
#!/bin/sh
|
||||
hyprctl monitors -j | jq ".[$1] | .activeWorkspace.id"
|
||||
@ -443,15 +440,6 @@ in
|
||||
fi
|
||||
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" ''
|
||||
#!/bin/sh
|
||||
killall wlsunset &> /dev/null;
|
||||
|
Reference in New Issue
Block a user