archived old stuff;new layout

This commit is contained in:
pim-wtf
2023-02-16 10:26:50 +01:00
parent 8a327dc6f3
commit 4424e07644
54 changed files with 4779 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/bash
# Terminate already running bar instances
pkill polybar
# If all your bars have ipc enabled, you can also use
# polybar-msg cmd quit
# Launch Polybar, using default config location ~/.config/polybar/config
polybar top | tee -a /tmp/polybar.log & disown
echo "Polybar launched..."