Eric Bower
·
2026-09-08
1[Unit]
2Description=Figbar Wayland status bar
3PartOf=wayland-session.target
4After=wayland-session.target
5StartLimitIntervalSec=30s
6StartLimitBurst=10
7
8[Service]
9Type=simple
10ExecStart=/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 | python3 -u %h/.config/sway/figbar_event.py'
11Restart=always
12RestartSec=2s
13
14[Install]
15WantedBy=wayland-session.target