update README.md

This commit is contained in:
Joel Mathew Thomas
2024-09-07 20:57:50 +05:30
parent 6a1ed7a6a1
commit feff4b6808
2 changed files with 2 additions and 16 deletions
-14
View File
@@ -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,
+1 -1
View File
@@ -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