summaryrefslogtreecommitdiff
path: root/bin/sandbar
blob: 5f0bf9c39b11fc1baf8be071b143334439393798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}
	${@}