add waybar config
This commit is contained in:
32
waybar/modules/backlight.jsonc
Normal file
32
waybar/modules/backlight.jsonc
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"backlight": {
|
||||
// "interval":
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": [
|
||||
"", "", "", "", "", "", "", "", ""
|
||||
],
|
||||
"min-length": 7,
|
||||
"max-length": 7,
|
||||
// "align":
|
||||
// "justify":
|
||||
// "rotate":
|
||||
// "states":
|
||||
// "on-click":
|
||||
// "on-click-middle":
|
||||
// "on-click-right":
|
||||
// "on-update":
|
||||
"on-scroll-up": "~/.config/waybar/scripts/backlight.sh up",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/backlight.sh down",
|
||||
// "smooth-scrolling-threshold":
|
||||
// "reverse-scrolling":
|
||||
// "reverse-mouse-scrolling":
|
||||
// "scroll-step":
|
||||
// "min-brightness":
|
||||
"tooltip": false
|
||||
// "tooltip-format":
|
||||
// "menu":
|
||||
// "menu-file":
|
||||
// "menu-actions":
|
||||
// "expand":
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user