From 7537fa2c88824e6049f13c2559f9a3c4c9deef37 Mon Sep 17 00:00:00 2001 From: jwy Date: Sat, 20 Jul 2024 19:25:47 -0400 Subject: [PATCH] Changed default weather location to nyc Added tmux to packages --- dots/config/bspwm/scripts/Weather | 2 +- nix-config/home/packages.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/config/bspwm/scripts/Weather b/dots/config/bspwm/scripts/Weather index b309fa311..26dc292cc 100755 --- a/dots/config/bspwm/scripts/Weather +++ b/dots/config/bspwm/scripts/Weather @@ -9,7 +9,7 @@ check_if_empty() { } KEY="8b05d62206f459e1d298cbe5844d7d87" -CITY="Mexico City" +CITY="New York City" CITYN=$(encode_to_url_format "$CITY") UNITS="metric" # Available "metric" "imperial" WEATHER=$(curl -sf "api.openweathermap.org/data/2.5/weather?q=$CITYN&appid=$KEY&units=$UNITS") diff --git a/nix-config/home/packages.nix b/nix-config/home/packages.nix index a3e7189dd..4d4aaf4a8 100644 --- a/nix-config/home/packages.nix +++ b/nix-config/home/packages.nix @@ -13,7 +13,7 @@ in { libmpdclient playerctl mpd ncmpcpp mpc-cli pamixer # dev related alacritty wezterm geany rustup libvirt maim papirus-icon-theme joypixels zig gcc - lazygit xclip zoxide fzf fd + lazygit xclip zoxide fzf fd tmux # zsh related zsh zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting zsh-autocomplete