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
+1 -15
View File
@@ -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"
+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: 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