Add CGM value to Waybar
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"layer": "top",
|
||||
"height": 25,
|
||||
"modules-left": ["sway/workspaces" ],
|
||||
"modules-center": ["custom/org-pomodoro", "clock"],
|
||||
"modules-center": ["custom/org-pomodoro", "clock", "custom/cgm-value"],
|
||||
"modules-right": ["mpd", "network", "pulseaudio", "battery", "battery#bat2"],
|
||||
"mpd": {
|
||||
"format": "<span foreground='#88C0D0'>{stateIcon}</span> {title}",
|
||||
@@ -78,5 +78,10 @@
|
||||
"format": "<span foreground='#88C0D0'></span> {}",
|
||||
"exec": "$HOME/.local/share/scripts/org-clock-status",
|
||||
"interval": 2
|
||||
},
|
||||
"custom/cgm-value": {
|
||||
"format": "<span foreground='#88C0D0'></span> {}",
|
||||
"exec": "$HOME/.local/share/scripts/cgm-value",
|
||||
"interval": 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user