waybar: change the custom/update and font related issue

This commit is contained in:
kuoi 2022-08-26 17:23:46 +01:00
parent fe1a673a02
commit 7901889976
2 changed files with 8 additions and 7 deletions

View File

@ -33,7 +33,8 @@
"tpsdig2.exe": "tpsDig", "tpsdig2.exe": "tpsDig",
"tpsutil.exe": "tpsUtil", "tpsutil.exe": "tpsUtil",
"winclada.exe": "winclada", "winclada.exe": "winclada",
"wpsoffice": "wps-office2019-wpsmain" "wpsoffice": "wps-office2019-wpsmain",
"fr.greyc.gmic_qt": "Gimp-2.10"
} }
}, },
"tray": { "tray": {
@ -108,10 +109,11 @@
}, },
"custom/update":{ "custom/update":{
"format": "{} ", "format": "{} ",
"interval": 600, "interval": 60,
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"exec-if": "exit 0", "exec-if": "checkupdates; exit 0",
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'" "on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'; pkill -SIGRTMIN+8 waybar",
"signal": 8
}, },
"custom/power":{ "custom/power":{
"format": "⏻", "format": "⏻",

View File

@ -42,9 +42,8 @@ window#waybar {
color: white; color: white;
} }
#custom-power, #custom-power{
#pulseaudio{ font-size: 18px;
font-size: 20px;
} }
#custom-update, #custom-update,