update README.md
This commit is contained in:
@@ -109,7 +109,6 @@
|
||||
},
|
||||
"modules": [
|
||||
"user",
|
||||
"custom/fan",
|
||||
"idle_inhibitor",
|
||||
"custom/quit",
|
||||
"custom/sleep",
|
||||
@@ -118,19 +117,6 @@
|
||||
"custom/power"
|
||||
]
|
||||
},
|
||||
"custom/fan": {
|
||||
"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": " ",
|
||||
"tooltip": false,
|
||||
|
||||
@@ -11,7 +11,7 @@ Follow these steps to clone the repository and set up the dotfiles:
|
||||
First, clone the repository to your home directory:
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user