9 lines
290 B
Bash
9 lines
290 B
Bash
echo "Add status indicators for nightlight, dnd, idle lock, and new icon to Waybar"
|
|
|
|
mkdir -p ~/.local/share/fonts
|
|
cp ~/.local/share/omarchy/config/omarchy.ttf ~/.local/share/fonts/
|
|
fc-cache
|
|
|
|
echo
|
|
gum confirm "Replace current Waybar config (backup will be made)?" && omarchy-refresh-waybar
|