Compare commits

...

2 commits

Author SHA1 Message Date
Hippolyte Chauvin
dc3fe34e76 Ajout de apt et docker dans les scripts d'update 2023-05-02 19:51:53 +02:00
Hippolyte Chauvin
9142a9fa42 Mise à jour des icônes de la Waybar 2023-05-02 19:08:02 +02:00
3 changed files with 17 additions and 10 deletions

View file

@ -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}",

View file

@ -0,0 +1,4 @@
apt-get update
apt-get upgrade
apt-get autoremove

View file

@ -0,0 +1,3 @@
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
docker image prune