1
0
forked from extern/nix-config

chore: Fix embarrassing typo

This commit is contained in:
Donovan Glover 2023-12-30 06:17:36 -05:00
parent d44114519a
commit 733cc14b0d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -10,7 +10,7 @@ in
xdg.configFile."hypr/gaps.sh" = {
executable = true;
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_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")))