Commit 7cc3aa8

Eric Bower  ·  2026-09-02 23:12:33 -0400 EDT
parent 20b2dfa
refactor: use figbar
4 files changed,  +14, -14
R dot_config/sway/ergo_status.py => dot_config/sway/figbar_status.py
+0, -0
+0, -13
 1@@ -1,13 +0,0 @@
 2-[Unit]
 3-Description=Ergo Wayland status bar
 4-PartOf=graphical-session.target
 5-After=graphical-session.target
 6-Requisite=graphical-session.target
 7-
 8-[Service]
 9-Type=simple
10-ExecStart=/bin/sh -c 'python3 %h/.config/sway/ergo_status.py | %h/.local/bin/ergo -b -r -f "JetBrainsMono Nerd Font 10.5" -N 272822 -n f8f8f2 -S 66d9ef -s 272822'
11-Restart=on-failure
12-
13-[Install]
14-WantedBy=wayland-session.target
+13, -0
 1@@ -0,0 +1,13 @@
 2+[Unit]
 3+Description=Figbar Wayland status bar
 4+PartOf=graphical-session.target
 5+After=graphical-session.target
 6+Requisite=graphical-session.target
 7+
 8+[Service]
 9+Type=simple
10+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'
11+Restart=on-failure
12+
13+[Install]
14+WantedBy=wayland-session.target
+1, -1
1@@ -20,7 +20,7 @@ WAYLAND_UNITS=(
2   swayidle.service
3   swaylock.service
4   wlsunset.service
5-  ergo.service
6+  figbar.service
7 )
8 
9 SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"