diff --git a/laptop/.config/i3/config b/laptop/.config/i3/config index 568872f..5eca801 100644 --- a/laptop/.config/i3/config +++ b/laptop/.config/i3/config @@ -86,7 +86,7 @@ bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous # ======================================== Open Applications -mode "Launcher" { +mode "Open" { bindsym f exec firefox bindsym s exec spotify bindsym d exec Discord @@ -95,7 +95,18 @@ mode "Launcher" { bindsym Return mode "default" } -bindsym $mod+o mode "Launcher" +bindsym $mod+o mode "Open" + +# ======================================== Open Applications +mode "Shutdown" { + bindsym s exec shutdown now + bindsym l exec "~/scripts/lock.sh" + + bindsym Escape mode "default" + bindsym Return mode "default" +} + +bindsym $mod+BackSpace mode "Shutdown" # ======================================== Workspaces set $ws1 "1" diff --git a/laptop/.config/polybar/config b/laptop/.config/polybar/config index cdd99db..1083730 100644 --- a/laptop/.config/polybar/config +++ b/laptop/.config/polybar/config @@ -62,6 +62,10 @@ label-urgent = "%icon%" label-urgent-background = ${colors.urgent} label-urgent-padding = 1 +label-mode-padding = 1 +label-mode-background = ${colors.urgent} +label-mode-foreground = ${colors.background} + [module/xwindow] type = internal/xwindow label = %title% diff --git a/laptop/.zshrc b/laptop/.zshrc index 84dc2bb..89d5b20 100644 --- a/laptop/.zshrc +++ b/laptop/.zshrc @@ -12,9 +12,13 @@ autoload -U colors && colors precmd_vcs_info() { vcs_info } precmd_functions+=( precmd_vcs_info ) setopt prompt_subst +ICON="%{$fg[blue]%}" +ICON_DYN="%(?.%{$fg[green]%}.%{$fg[red]%})" +DIR="%{$fg[blue]%}%~" GIT="%{$fg[cyan]%}\$vcs_info_msg_0_" -export PROMPT="%{$fg[yellow]%}%m %{$fg[blue]%}%~$GIT %{$reset_color%}" -zstyle ':vcs_info:git:*' formats '|%b ' +NAME="%{$fg[yellow]%}%m" +export PROMPT="$NAME $DIR$GIT $ICON_DYN %{$reset_color%}" +zstyle ':vcs_info:git:*' formats ' [%b ]' # ============================== Exports export EDITOR="nvim" diff --git a/wallpapers/mitsuha_rust.png b/wallpapers/mitsuha_rust.png new file mode 100644 index 0000000..6e3c4b2 Binary files /dev/null and b/wallpapers/mitsuha_rust.png differ diff --git a/wallpapers/snow_mountains.png b/wallpapers/snow_mountains.png new file mode 100644 index 0000000..adfbe6a Binary files /dev/null and b/wallpapers/snow_mountains.png differ