aboutsummaryrefslogtreecommitdiff
path: root/.config/mode/switch.d/polybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/mode/switch.d/polybar')
-rwxr-xr-x.config/mode/switch.d/polybar13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/mode/switch.d/polybar b/.config/mode/switch.d/polybar
new file mode 100755
index 0000000..b7e752a
--- /dev/null
+++ b/.config/mode/switch.d/polybar
@@ -0,0 +1,13 @@
+#!/bin/sh
+cat << EOF > "$XDG_CONFIG_HOME/polybar/colors.ini"
+[color]
+bg = \${xrdb:background:$bg}
+fg = \${xrdb:foreground:$fg}
+fg-alt = \${xrdb:background:$bg}
+fg-half = \${xrdb:color8:$color8}
+
+alpha = #00000000
+
+; vim:ft=dosini
+EOF
+