From f5315712136134060e6ad41ebd4507c117725862 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 30 Sep 2024 22:00:10 +0200 Subject: [PATCH] swaync: remove powermode, cpu is not supported... yet --- config/dot-config/swaync/config.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/config/dot-config/swaync/config.json b/config/dot-config/swaync/config.json index 178ce8ed..22df926d 100644 --- a/config/dot-config/swaync/config.json +++ b/config/dot-config/swaync/config.json @@ -82,24 +82,6 @@ } ] }, - "menu#powermode-buttons": { - "label": "󱪂", - "position": "right", - "actions": [ - { - "label": "Performance", - "command": "/home/andy/.local/bin/powerprofile oc" - }, - { - "label": "Balanced", - "command": "/home/andy/.local/bin/powerprofile default" - }, - { - "label": "Power-saver", - "command": "/home/andy/.local/bin/powerprofile silent" - } - ] - }, "buttons#topbar-buttons": { "position": "left", "actions": [ -- 2.51.2