mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02: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
|