diff --git a/config.jsonc b/config.jsonc index 75dd9c6..204f85c 100644 --- a/config.jsonc +++ b/config.jsonc @@ -73,10 +73,9 @@ "custom/power_profile": { //shows the current power profile and switches to next on click - "exec": "asusctl profile -p | sed s:'Active profile is'::", + "exec": "echo ?", "interval": 30, - "format": "💻{}", - "on-click": "asusctl profile -n; pkill -SIGRTMIN+8 waybar", + "format": "💻 {}", "signal": 8 }, diff --git a/style/style-dark.css b/style/style-dark.css index 359ae4f..76ea047 100644 --- a/style/style-dark.css +++ b/style/style-dark.css @@ -60,6 +60,7 @@ tooltip label{ #custom-power_btn, #custom-power_profile, #custom-weather, +#custom-notification, #window, #cpu, #disk, diff --git a/style/style.css b/style/style.css index 4443450..1f1ff6d 100644 --- a/style/style.css +++ b/style/style.css @@ -54,6 +54,7 @@ tooltip label{ } #custom-launch_wofi, +#custom-notification, #custom-lock_screen, #custom-light_dark, #custom-power_btn,