Fix time, add notification, fix some other display errors

This commit is contained in:
Yannick Reiß 2025-02-04 20:54:49 +01:00
parent 84b778b2f7
commit 2ef38c3eb1
3 changed files with 4 additions and 3 deletions

View File

@ -73,10 +73,9 @@
"custom/power_profile": { "custom/power_profile": {
//shows the current power profile and switches to next on click //shows the current power profile and switches to next on click
"exec": "asusctl profile -p | sed s:'Active profile is'::", "exec": "echo ?",
"interval": 30, "interval": 30,
"format": "💻{}", "format": "💻 {}",
"on-click": "asusctl profile -n; pkill -SIGRTMIN+8 waybar",
"signal": 8 "signal": 8
}, },

View File

@ -60,6 +60,7 @@ tooltip label{
#custom-power_btn, #custom-power_btn,
#custom-power_profile, #custom-power_profile,
#custom-weather, #custom-weather,
#custom-notification,
#window, #window,
#cpu, #cpu,
#disk, #disk,

View File

@ -54,6 +54,7 @@ tooltip label{
} }
#custom-launch_wofi, #custom-launch_wofi,
#custom-notification,
#custom-lock_screen, #custom-lock_screen,
#custom-light_dark, #custom-light_dark,
#custom-power_btn, #custom-power_btn,