diff options
author | davidovski <david@davidovski.xyz> | 2025-03-17 22:54:39 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2025-03-17 22:54:39 +0000 |
commit | b3b4975df588e7c71bebb3cd7f4e83fd7a70b983 (patch) | |
tree | ae01e2115993946c5841aaf0c810a26476c2fa8e /st | |
parent | 6c1de1e807d39883c975933c4c35b91f1df88fd6 (diff) |
floating little bars and rounded borders
Diffstat (limited to 'st')
-rwxr-xr-x | st/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/st/deploy.sh b/st/deploy.sh index aeb65e6..0532924 100755 --- a/st/deploy.sh +++ b/st/deploy.sh @@ -6,6 +6,7 @@ wd="$HOME/.local/src/st" rm -rf "$wd" git clone https://git.suckless.org/st "$wd" +git -C "$wd" checkout 9846a56bd7fdc86bf788db04bbbcbde7b7eb9952 patch -d "$wd" -p1 -i $(realpath davidovski.patch) |