mirror of
https://github.com/shokinn/.files.git
synced 2025-06-29 08:10:42 +00:00
consolidate and templeate my to files
in order to stop maintainung different files for each operationg system
This commit is contained in:
parent
7a1e8fda4b
commit
c377eb276a
40 changed files with 246 additions and 454 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue