waybar: minor update

This commit is contained in:
Konstantin Koslowski 2024-01-05 08:54:44 +01:00
parent b668bf3d04
commit 650b741777
2 changed files with 6 additions and 5 deletions

View file

@ -83,7 +83,7 @@
"exec": "$HOME/.config/sway/bin/waybar_mediaplayer.py 2> /dev/null" "exec": "$HOME/.config/sway/bin/waybar_mediaplayer.py 2> /dev/null"
}, },
"clock": { "clock": {
"format": "<span foreground='#ebdbb2'></span>{: %b %d, %H:%M}", "format": "<span foreground='#ebdbb2'></span>{: %H:%M, %b %d }",
// "on-click": "foot -T float khal interactive" // "on-click": "foot -T float khal interactive"
}, },
"cpu": { "cpu": {

View file

@ -5,7 +5,7 @@
// green #b8bb26 // green #b8bb26
{ {
"layer": "top", "layer": "top",
"height": 25, "height": 26,
"modules-left": [ "modules-left": [
"sway/workspaces", "sway/workspaces",
"custom/separator#left", "custom/separator#left",
@ -26,7 +26,9 @@
"network#wl0", "network#wl0",
"custom/separator#center", "custom/separator#center",
"cpu", "cpu",
"custom/separator#center",
"memory", "memory",
"custom/separator#center",
"temperature", "temperature",
"custom/separator#space", "custom/separator#space",
"custom/separator#center", "custom/separator#center",
@ -42,7 +44,6 @@
"format": " " "format": " "
}, },
"custom/separator#center": { "custom/separator#center": {
// "format": "<span foreground='#268bd2'></span>"
"format": "<span foreground='#268bd2'>|</span>" "format": "<span foreground='#268bd2'>|</span>"
}, },
"custom/separator#right": { "custom/separator#right": {
@ -82,8 +83,8 @@
"exec": "$HOME/.config/sway/bin/waybar_mediaplayer.py 2> /dev/null" "exec": "$HOME/.config/sway/bin/waybar_mediaplayer.py 2> /dev/null"
}, },
"clock": { "clock": {
"format": "<span foreground='#ebdbb2'></span>{: %b %d, %H:%M}", "format": "<span foreground='#ebdbb2'></span>{: %H:%M, %b %d }",
"on-click": "foot -T float khal interactive" // "on-click": "foot -T float khal interactive"
}, },
"cpu": { "cpu": {
"format": "<span foreground='#ebdbb2'></span>{usage:3}%", "format": "<span foreground='#ebdbb2'></span>{usage:3}%",