mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
Improved sct (wlsunset) wrapper
This commit is contained in:
parent
e1005f80a4
commit
b2afc93c12
|
@ -215,7 +215,7 @@
|
||||||
killall wlsunset
|
killall wlsunset
|
||||||
temphigh=$(( $1 + 1 ))
|
temphigh=$(( $1 + 1 ))
|
||||||
templow=$1
|
templow=$1
|
||||||
wlsunset -t $templow -T $temphigh &
|
wlsunset -t $templow -T $temphigh &> /dev/null &
|
||||||
'')
|
'')
|
||||||
(pkgs.writeScriptBin "hyprworkspace" ''
|
(pkgs.writeScriptBin "hyprworkspace" ''
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
Loading…
Reference in a new issue