diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 1761473..9c2828f 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -28,4 +28,4 @@ allow_remote_control yes map kitty_mod+n new_os_window_with_cwd -include themes/light.conf +include themes/dark.conf diff --git a/.config/sway/config.d/display b/.config/sway/config.d/display index 0f77b4d..e17d581 100644 --- a/.config/sway/config.d/display +++ b/.config/sway/config.d/display @@ -1,7 +1,7 @@ # vim: filetype=i3config # wallpaper -output * bg $(find ~/Pictures/Wallpapers/light -type f | shuf -n1) fill +output * bg $(find ~/Pictures/Wallpapers/dark -type f | shuf -n1) fill # laptop output mode set $laptop eDP-1 diff --git a/.config/sway/config.d/theme b/.config/sway/config.d/theme index d609893..4dc4ecf 100644 --- a/.config/sway/config.d/theme +++ b/.config/sway/config.d/theme @@ -1,3 +1,3 @@ # vim: filetype=i3config -include ~/.config/sway/config.d/themes/light +include ~/.config/sway/config.d/themes/dark diff --git a/.config/waybar/style.css b/.config/waybar/style.css index dd36574..5fb4dbc 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -10,7 +10,7 @@ min-height: 0; } -@import "light.less"; +@import "dark.less"; window#waybar { background: @background; diff --git a/.zshrc b/.zshrc index c7322d9..4b4bc99 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,3 @@ - cat ~/.config/splash 2> /dev/null || true echo echo '\033[0;35m /w '$(awk -F "=" '/^NAME/ {print $2}' 2> /dev/null < /etc/os-release || uname -o) @@ -53,7 +52,7 @@ zstyle ':completion:*' ignore-parents parent pwd .. zstyle ':completion:*' insert-unambiguous true zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' list-prompt %S%F{green}At %p%f: Hit TAB for more, or the character to insert%s -zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**' +zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**' 'l:|=* r:|=*' zstyle ':completion:*' max-errors 16 numeric zstyle ':completion:*' menu select=1 zstyle ':completion:*' original false