From feff4b680822a71e34dd28818ce58974c80d096c Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:57:50 +0530 Subject: [PATCH] update README.md --- .config/waybar/config.jsonc | 16 +--------------- README.md | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 4573c43..d92e569 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -109,7 +109,6 @@ }, "modules": [ "user", - "custom/fan", "idle_inhibitor", "custom/quit", "custom/sleep", @@ -118,20 +117,7 @@ "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": { + "custom/quit": { "format": " 󰗼 ", "tooltip": false, "on-triple-click": "hyprctl dispatch exit" diff --git a/README.md b/README.md index 46659d7..18484a4 100644 --- a/README.md +++ b/README.md @@ -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