From b9be2325adb3ce780020387fdf336bb31d49f8e0 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 25 May 2025 01:29:16 -0700 Subject: [PATCH] update --- .config/hypr/keybindings.conf | 2 +- .config/waybar/catppuccin-macchiato/config.jsonc | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 37b814f..b220636 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -1,6 +1,6 @@ # Set programs that you use $terminal = FONTCONFIG_FILE=/home/sudacode/.config/ghostty/ghostty-fonts.conf uwsm app -sa -- ghostty -$fileManager = uwsm app -sa -- dolphin +$fileManager = uwsm app -sa -- thunar # $menu = rofi -show drun # https://github.com/Vladimir-csp/uwsm#2-service-startup-notification-and-vars-set-by-compositor # $menu = rofi -show drun -run-command "uwsm app -- {cmd}" diff --git a/.config/waybar/catppuccin-macchiato/config.jsonc b/.config/waybar/catppuccin-macchiato/config.jsonc index ab10366..97c133b 100644 --- a/.config/waybar/catppuccin-macchiato/config.jsonc +++ b/.config/waybar/catppuccin-macchiato/config.jsonc @@ -157,13 +157,13 @@ "format-disconnected": "Disconnected ⚠", "on-click": "$HOME/.config/rofi/scripts/rofi-wifi-menu.sh", }, - "custom/weather": { - "interval": 600, - "exec": "~/.config/waybar/scripts/wttr.sh Los_Angeles", - "return-type": "json", - "format": "{}", - "tooltip": true, - }, + // "custom/weather": { + // "interval": 600, + // "exec": "~/.config/waybar/scripts/wttr.sh Los_Angeles", + // "return-type": "json", + // "format": "{}", + // "tooltip": true, + // }, "custom/kernel": { "exec": "uname -r | sed -E 's/^([0-9]+\\.[0-9]+\\.[0-9]+)-.*-([a-zA-Z0-9]+)/\\1-\\2/'", "format": "{} ",