Compare commits
No commits in common. "dc3fe34e7632c79c7be4381491df9ce16f0d1d09" and "89f8a655f14d76d59bc924aefaa4d0c537189e8d" have entirely different histories.
dc3fe34e76
...
89f8a655f1
3 changed files with 10 additions and 17 deletions
|
@ -49,14 +49,14 @@
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "{icon} {}",
|
"format": "{icon} {}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"notification": "<span foreground='magenta'><sup></sup></span>",
|
"notification": "<span foreground='magenta'><sup></sup></span>",
|
||||||
"none": "",
|
"none": "",
|
||||||
"dnd-notification": "<span foreground='magenta'><sup></sup></span>",
|
"dnd-notification": "<span foreground='magenta'><sup></sup></span>",
|
||||||
"dnd-none": "",
|
"dnd-none": "",
|
||||||
"inhibited-notification": "<span foreground='magenta'><sup></sup></span>",
|
"inhibited-notification": "<span foreground='magenta'><sup></sup></span>",
|
||||||
"inhibited-none": "",
|
"inhibited-none": "",
|
||||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
"dnd-inhibited-none": ""
|
"dnd-inhibited-none": ""
|
||||||
},
|
},
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec-if": "which swaync-client",
|
"exec-if": "which swaync-client",
|
||||||
|
@ -119,11 +119,11 @@
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": " {}%"
|
"format": " {}%"
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": " {}%"
|
"format": " {}%"
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": " {:%Y-%m-%d | %H:%M:%S}",
|
"format": " {:%Y-%m-%d | %H:%M:%S}",
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
apt-get update
|
|
||||||
apt-get upgrade
|
|
||||||
apt-get autoremove
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
|
||||||
docker image prune
|
|
||||||
|
|
Loading…
Reference in a new issue