forked from extern/nix-config
chore: Fix embarrassing typo
This commit is contained in:
parent
d44114519a
commit
733cc14b0d
@ -10,7 +10,7 @@ in
|
|||||||
xdg.configFile."hypr/gaps.sh" = {
|
xdg.configFile."hypr/gaps.sh" = {
|
||||||
executable = true;
|
executable = true;
|
||||||
text = /* bash */ ''
|
text = /* bash */ ''
|
||||||
#/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
hyprctl keyword general:gaps_out $((10 - $(hyprctl getoption general:gaps_out -j | jq -r ".int")))
|
hyprctl keyword general:gaps_out $((10 - $(hyprctl getoption general:gaps_out -j | jq -r ".int")))
|
||||||
hyprctl keyword general:gaps_in $((5 - $(hyprctl getoption general:gaps_in -j | jq -r ".int")))
|
hyprctl keyword general:gaps_in $((5 - $(hyprctl getoption general:gaps_in -j | jq -r ".int")))
|
||||||
hyprctl keyword general:border_size $((2 - $(hyprctl getoption general:border_size -j | jq -r ".int")))
|
hyprctl keyword general:border_size $((2 - $(hyprctl getoption general:border_size -j | jq -r ".int")))
|
||||||
|
Loading…
Reference in New Issue
Block a user