commit 3aebd449f480c6ae0a4c9b87f0f702bd45d3ea72
parent 5b5f1c21ab8f584946742cec7f352a15bf3b2635
Author: mcol <mcol@posteo.net>
Date: Sat, 5 Jan 2019 18:17:58 +0000
themes follow new way to set themes
Diffstat:
2 files changed, 55 insertions(+), 9 deletions(-)
diff --git a/themes/fisherman.bar b/themes/fisherman.bar
@@ -0,0 +1,43 @@
+#!bin/bash
+#----------------------------------------------------------------------------------
+# appearance
+#----------------------------------------------------------------------------------
+
+bottom=false
+height=20
+width=1920
+posx=0
+posy=0
+background=$(xgetres background)
+foreground=$(xgetres foreground)
+highlight=$(xgetres color8)
+urgent=$(xgetres color1)
+underline=$(xgetres color5)
+font=Terminus
+font2=FontAwesome
+
+gap=''
+pad='__'
+margin_l=''
+margin_r=''
+
+modules_l=( bspwm )
+modules_c=( mpc )
+modules_r=( headphones servers wireguard battery longdate clock )
+
+click_clock=urxvt
+click_wireguard=nmcli_rofi
+click_mpc='scratch -g cantata'
+click_longdate=
+
+bspwm_focussed_bg=$foreground
+bspwm_focussed_fg=$background
+bspwm_unfocussed_occupied_bg=$background
+bspwm_unfocussed_occupied_fg=$foreground
+bspwm_unfocussed_free_bg=$background
+bspwm_unfocussed_free_fg=$highlight
+bspwm_unfocussed_urgent_bg=$background
+bspwm_unfocussed_urgent_fg=$urgent
+
+
+# vim: filetype=sh
diff --git a/themes/road.bar b/themes/road.bar
@@ -3,11 +3,7 @@
# appearance
#----------------------------------------------------------------------------------
-# TODO: headphone jack
-# TODO: multi monitor
-
-#bottom=-b
-bottom=
+bottom=false
height=20
width=1920
posx=0
@@ -17,15 +13,22 @@ foreground=$(xgetres foreground)
highlight=$(xgetres color8)
urgent=$(xgetres color1)
underline=$(xgetres color5)
-font="Terminus"
+font=Terminus
+font2=FontAwesome
+
gap=''
-pad='PAD'
+pad='__'
margin_l=''
margin_r=''
modules_l=( bspwm )
modules_c=( mpc )
-modules_r=( headphones servers vpn battery longdate clock )
+modules_r=( headphones servers wireguard battery longdate clock )
+
+click_clock=urxvt
+click_wireguard=nmcli_rofi
+click_mpc='scratch -g cantata'
+click_longdate=
bspwm_focussed_bg=$highlight
bspwm_focussed_fg=$foreground
@@ -35,6 +38,6 @@ bspwm_unfocussed_free_bg=$background
bspwm_unfocussed_free_fg=$highlight
bspwm_unfocussed_urgent_bg=$background
bspwm_unfocussed_urgent_fg=$urgent
-bspwm_gap="bspwm_gap"
+
# vim: filetype=sh