7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Omarchy logo in a font for Waybar use
|
|
mkdir -p ~/.local/share/fonts
|
|
cp ~/.local/share/omarchy/config/omarchy.ttf ~/.local/share/fonts/
|
|
fc-cache
|