consolidate and templeate my to files

in order to stop maintainung different files for each operationg system
This commit is contained in:
Philip Henning 2021-09-11 23:45:56 +02:00
parent 7a1e8fda4b
commit c377eb276a
40 changed files with 246 additions and 454 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env sh
#
# {{@@ env['dotdrop_warning'] @@}}
# {{@@ header() @@}}
#
# Terminate already running bar instances
@ -13,4 +14,4 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar -r -q 9560-top &
polybar -r -q 9560-bottom &
$HOME/.config/polybar/refresh_bar_usb_nic.sh &
{{@@ env['HOME'] @@}}/.config/polybar/refresh_bar_usb_nic.sh &