mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
6 lines
265 B
Bash
6 lines
265 B
Bash
echo "Replace Waybar dock icon with something more obvious"
|
|
|
|
sed -i 's/"format": ""/"format": ""/' ~/.config/waybar/config.jsonc
|
|
sed -i '/#custom-expand-icon {/,/}/ s/margin-right: 20px;/margin-right: 18px;/' ~/.config/waybar/style.css
|
|
omarchy-restart-waybar
|