configuration de base avec awesomeWM minimal et modularise, polybar et rofi

This commit is contained in:
2026-03-12 01:25:21 +01:00
parent 4cc83f6c87
commit 6749335def
9 changed files with 445 additions and 0 deletions

6
polybar/launch.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
killall -q polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
polybar -c ~/.config/polybar/main.ini main &