update README.md
This commit is contained in:
@@ -109,7 +109,6 @@
|
|||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"user",
|
"user",
|
||||||
"custom/fan",
|
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"custom/quit",
|
"custom/quit",
|
||||||
"custom/sleep",
|
"custom/sleep",
|
||||||
@@ -118,20 +117,7 @@
|
|||||||
"custom/power"
|
"custom/power"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom/fan": {
|
"custom/quit": {
|
||||||
"format": " ",
|
|
||||||
"tooltip": true,
|
|
||||||
"return-type": "json",
|
|
||||||
"exec": "~/.local/bin/fanstat",
|
|
||||||
"interval": 1,
|
|
||||||
"smooth-scrolling-threshold": 5,
|
|
||||||
"on-scroll-up": "~/.local/bin/fanctl incr",
|
|
||||||
"on-scroll-down": "~/.local/bin/fanctl decr",
|
|
||||||
"on-click": "~/.local/bin/fanctl min",
|
|
||||||
"on-click-right": "~/.local/bin/fanctl max",
|
|
||||||
"on-click-middle": "~/.local/bin/fanctl auto"
|
|
||||||
},
|
|
||||||
"custom/quit": {
|
|
||||||
"format": " ",
|
"format": " ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-triple-click": "hyprctl dispatch exit"
|
"on-triple-click": "hyprctl dispatch exit"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Follow these steps to clone the repository and set up the dotfiles:
|
|||||||
First, clone the repository to your home directory:
|
First, clone the repository to your home directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/YOUR_USERNAME/dotfiles.git $HOME/.dotfiles
|
git clone https://github.com/joelmathewthomas/dotfiles.git $HOME/.dotfiles
|
||||||
```
|
```
|
||||||
|
|
||||||
### Enter the Directory
|
### Enter the Directory
|
||||||
|
|||||||
Reference in New Issue
Block a user