mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 12:47:51 +02:00
6 lines
166 B
Bash
6 lines
166 B
Bash
echo "Fix dancing workspace numbers in Waybar"
|
|
|
|
if ! grep -q 'min-width: 9px' ~/.config/waybar/style.css; then
|
|
~/.local/share/omarchy/bin/omarchy-refresh-waybar
|
|
fi
|