add waybar config
This commit is contained in:
30
waybar/modules/idle_inhibitor.jsonc
Normal file
30
waybar/modules/idle_inhibitor.jsonc
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
},
|
||||
// "rotate":
|
||||
"min-length": 3,
|
||||
"max-length": 3,
|
||||
// "align":
|
||||
// "justify":
|
||||
// "on-click":
|
||||
// "on-click-middle":
|
||||
// "on-click-right":
|
||||
// "on-update":
|
||||
// "on-scroll-up":
|
||||
// "on-scroll-down":
|
||||
// "smooth-scrolling-threshold":
|
||||
// "tooltip":
|
||||
"tooltip-format-activated": "<b>Idle Inhibitor</b>: Activated",
|
||||
"tooltip-format-deactivated": "<b>Idle Inhibitor</b>: Deactivated",
|
||||
"start-activated": false
|
||||
// "timeout":
|
||||
// "menu":
|
||||
// "menu-file":
|
||||
// "menu-actions":
|
||||
// "expand":
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user