waybar: change the custom/update and font related issue
This commit is contained in:
parent
fe1a673a02
commit
7901889976
2 changed files with 8 additions and 7 deletions
|
@ -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": "⏻",
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue