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