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
|