Remove CGM value script from Waybar

This commit is contained in:
coolneng 2024-07-30 20:53:20 +02:00
parent 97a5faf876
commit a6d65a3f7c
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 12 deletions

View File

@ -2,7 +2,7 @@
"layer": "top", "layer": "top",
"height": 25, "height": 25,
"modules-left": ["sway/workspaces" ], "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" ], "modules-right": ["mpd", "network", "pulseaudio", "battery" ],
"mpd": { "mpd": {
"format": "<span foreground='#88C0D0'>{stateIcon}</span> {title}", "format": "<span foreground='#88C0D0'>{stateIcon}</span> {title}",
@ -64,16 +64,5 @@
"format": "<span foreground='#88C0D0'>󰅐</span> {}", "format": "<span foreground='#88C0D0'>󰅐</span> {}",
"exec": "$HOME/.local/share/scripts/org-clock-status", "exec": "$HOME/.local/share/scripts/org-clock-status",
"interval": 60 "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": "󰁔",
}
} }
} }