Migration to update update-available icon in the waybar
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
echo "Change update-available icon in top bar from to "
|
||||
if grep -q '"format": "",' ~/.config/waybar/config.jsonc; then
|
||||
sed -i 's/"format": ""/"format": ""/' ~/.config/waybar/config.jsonc
|
||||
fi
|
||||
Reference in New Issue
Block a user