Commit 3dbaf52

Eric Bower  ·  2026-09-05 11:01:13 -0400 EDT
parent cb64536
fix: figbar
1 files changed,  +2, -1
+2, -1
 1@@ -7,7 +7,8 @@ Requisite=graphical-session.target
 2 [Service]
 3 Type=simple
 4 ExecStart=/bin/sh -c 'python3 %h/.config/sway/figbar_status.py | %h/.local/bin/figbar -b -r -f "JetBrainsMono Nerd Font 10.5" -N 272822 -n f8f8f2 -S 66d9ef -s 272822'
 5-Restart=on-failure
 6+Restart=always
 7+RestartSec=1s
 8 
 9 [Install]
10 WantedBy=wayland-session.target