put files in folder
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"backlight": {
|
||||
"reverse-scrolling": true,
|
||||
"smooth-scrolling-threshold": 2.0,
|
||||
"on-scroll-up": "brightnessctl set 1%+",
|
||||
"on-scroll-down": "brightnessctl set 1%-",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Current brightness is {percent} percent",
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"on-click": "brightnessctl set 10%-",
|
||||
"on-click-right": "brightnessctl set 10%+",
|
||||
"on-click-middle": "bash $HOME/.config/Scripts/random_wall_on_home.sh"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user