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": {
|
"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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue