mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Removed some bloat
This commit is contained in:
parent
c6b672ff9c
commit
edefa9637c
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue