Fix time, add notification, fix some other display errors
This commit is contained in:
parent
84b778b2f7
commit
2ef38c3eb1
|
@ -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
|
||||
},
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ tooltip label{
|
|||
#custom-power_btn,
|
||||
#custom-power_profile,
|
||||
#custom-weather,
|
||||
#custom-notification,
|
||||
#window,
|
||||
#cpu,
|
||||
#disk,
|
||||
|
|
|
@ -54,6 +54,7 @@ tooltip label{
|
|||
}
|
||||
|
||||
#custom-launch_wofi,
|
||||
#custom-notification,
|
||||
#custom-lock_screen,
|
||||
#custom-light_dark,
|
||||
#custom-power_btn,
|
||||
|
|
Loading…
Reference in New Issue