Skip to content

Commit

Permalink
Changed default weather location to nyc
Browse files Browse the repository at this point in the history
Added tmux to packages
  • Loading branch information
jwyuen committed Jul 20, 2024
1 parent d9e6950 commit 7537fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dots/config/bspwm/scripts/Weather
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion nix-config/home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7537fa2

Please sign in to comment.