Remove CGM value script from Waybar
This commit is contained in:
parent
97a5faf876
commit
a6d65a3f7c
|
@ -2,7 +2,7 @@
|
|||
"layer": "top",
|
||||
"height": 25,
|
||||
"modules-left": ["sway/workspaces" ],
|
||||
"modules-center": ["custom/org-pomodoro", "clock", "custom/cgm-value"],
|
||||
"modules-center": ["custom/org-pomodoro", "clock"],
|
||||
"modules-right": ["mpd", "network", "pulseaudio", "battery" ],
|
||||
"mpd": {
|
||||
"format": "<span foreground='#88C0D0'>{stateIcon}</span> {title}",
|
||||
|
@ -64,16 +64,5 @@
|
|||
"format": "<span foreground='#88C0D0'></span> {}",
|
||||
"exec": "$HOME/.local/share/scripts/org-clock-status",
|
||||
"interval": 60
|
||||
},
|
||||
"custom/cgm-value": {
|
||||
"format": "<span foreground='#88C0D0'></span> {}{icon} ",
|
||||
"exec": "$HOME/.local/share/scripts/cgm-value",
|
||||
"interval": 300,
|
||||
"return-type":"json",
|
||||
"format-icons": {
|
||||
"up": "",
|
||||
"down": "",
|
||||
"flat": "",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue