summaryrefslogtreecommitdiff
path: root/bin/sandbar
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2026-01-15 22:34:35 -0500
committerSam Nystrom <sam@samnystrom.dev>2026-01-15 22:34:35 -0500
commitc40794b2040330ec2625bedf7df961115680c08b (patch)
tree4ff1d4fda76d5d59d5d3604a015cc474438ab470 /bin/sandbar
parent8fdacc55625a04f94d3e364d53aeec84bc93f6be (diff)
update bin
Diffstat (limited to 'bin/sandbar')
-rwxr-xr-xbin/sandbar19
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/sandbar b/bin/sandbar
new file mode 100755
index 0000000..5f0bf9c
--- /dev/null
+++ b/bin/sandbar
@@ -0,0 +1,19 @@
+#!/command/execlineb -s0
+multisubstitute {
+ define bg "100f0fff"
+ define fg "cecdc3ff"
+ define bl "205ea6ff"
+ define re "af3029ff"
+}
+/usr/bin/sandbar
+ -font "Fira Code Nerd Font:12"
+ -vertical-padding 2
+ -active-fg-color ${fg}
+ -active-bg-color ${bl}
+ -inactive-fg-color ${fg}
+ -inactive-bg-color ${bg}
+ -urgent-fg-color ${fg}
+ -urgent-bg-color ${re}
+ -title-fg-color ${fg}
+ -title-bg-color ${bl}
+ ${@}