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": "{} ",