add flashfocus config, add minimal config for picom, tweak polybar config colors and others

This commit is contained in:
Toniiz
2024-08-19 20:11:05 -07:00
parent 20773ba2ff
commit fedcbaebf7
7 changed files with 570 additions and 444 deletions

View File

@@ -1,4 +1,10 @@
#!/usr/bin/env bash
# Terminate already running bar instances
# If all your bars have ipc enabled, you can use
polybar-msg cmd quit
# Otherwise you can use the nuclear option:
# killall -q polybar
for m in $(polybar --list-monitors | cut -d":" -f1); do
MONITOR=$m polybar --reload barra1 &
MONITOR=$m polybar --reload barra2 &