From bcd9b72d4704f5be1c8957051df7745e05cb0ba5 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:05:28 +0900 Subject: Update upgrade.sh - added nvim to compare --- upgrade.sh | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit v1.2.3 From 4c9d502916025ee4f8059fd549291a3591034edd Mon Sep 17 00:00:00 2001 From: asunekants <13184677+asunekants@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:35:08 +0100 Subject: Update modules - Make taskbar ignore the dropdown terminal Added kitty-dropterm class to the taskbar ignore list, to stop the drop-down terminal from appearing in it. --- config/waybar/modules | 5 +++-- 1 file changed, 3 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 +} -- cgit v1.2.3