diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-13 11:51:52 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-13 11:51:52 +0200 |
commit | a23541914516df4d5ca02df7705f548602451b85 (patch) | |
tree | 84a51b007d8e9f021629b3c67af0367ec101b3c6 /i3/scripts | |
parent | 108b882957a50aaace887ccac91ccb6136820411 (diff) |
Tengwar icons in polybar
Diffstat (limited to 'i3/scripts')
-rwxr-xr-x | i3/scripts/i3/gaps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/scripts/i3/gaps.sh b/i3/scripts/i3/gaps.sh index 4e09c01..d1f1a6f 100755 --- a/i3/scripts/i3/gaps.sh +++ b/i3/scripts/i3/gaps.sh @@ -1,4 +1,4 @@ #!/bin/sh -i3-msg gaps inner all set 5 +i3-msg gaps inner all set 15 i3-msg gaps outer all set 0 |