aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-08-20 08:18:03 +0900
committerGitHub <noreply@github.com>2024-08-20 08:18:03 +0900
commitccbcf33e51b64f438f1a268d6344ef2038097cd3 (patch)
tree3ff988c64048e5a40874195f9387df1ccc6e3d73
parentebd6a8d63c76051c703d907e9bbef73a983427a4 (diff)
parent4c9d502916025ee4f8059fd549291a3591034edd (diff)
Merge pull request #407 from asunekants/patch-1
Update modules - Make taskbar ignore the drop-down terminal when it's hidden.
-rw-r--r--config/waybar/modules5
-rwxr-xr-xupgrade.sh1
2 files changed, 4 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules
index 57393c08..6ae63e03 100644
--- a/config/waybar/modules
+++ b/config/waybar/modules
@@ -609,7 +609,8 @@
"ignore-list": [
"wofi",
"rofi",
- "kitty"
+ "kitty",
+ "kitty-dropterm"
],
},
"custom/cycle_wall": {
@@ -863,4 +864,4 @@
"interval": 86400, // once every day
"tooltip": true,
},
-} \ No newline at end of file
+}
diff --git a/upgrade.sh b/upgrade.sh
index 29697820..5f85ed94 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -39,6 +39,7 @@ declare -A directories=(
["config/fastfetch/"]="$HOME/.config/fastfetch/"
["config/wallust/"]="$HOME/.config/wallust/"
["config/wlogout/"]="$HOME/.config/wlogout/"
+ ["config/nvim/"]="$HOME/.config/nvim/"
# Add more directories to compare as needed
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage