summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-16 19:01:45 +0000
committerjao <jao@gnu.org>2022-02-16 19:01:45 +0000
commit4682907cff93f2c17f4ccbe46f18ca95238c3fc6 (patch)
tree03201dbc4832ed6bdcd4cacdda8a12f9e21366dd
parent0f67011c139348ebab63c9c01e7d8f19744d6d12 (diff)
downloadxmonad-config-4682907cff93f2c17f4ccbe46f18ca95238c3fc6.tar.gz
xmonad-config-4682907cff93f2c17f4ccbe46f18ca95238c3fc6.tar.bz2
xmobars.sh
-rwxr-xr-xxmobars.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/xmobars.sh b/xmobars.sh
new file mode 100755
index 0000000..5a67e55
--- /dev/null
+++ b/xmobars.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+killall trayer
+
+trayer --margin 2 --distancefrom left \
+ --distance 1 --edge top \
+ --align left --SetDockType true --SetPartialStrut false \
+ --widthtype request \
+ --height 21 --heighttype pixel \
+ --transparent true \
+ --alpha 16 --padding 1 &
+
+killall xmobar-exwm
+xmobar-exwm $* &