This commit is contained in:
Marco Thomas
2020-09-25 17:53:53 +02:00
parent 24fc842639
commit f72b30a52d
5 changed files with 23 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioPrev exec playerctl previous
# ======================================== Open Applications # ======================================== Open Applications
mode "Launcher" { mode "Open" {
bindsym f exec firefox bindsym f exec firefox
bindsym s exec spotify bindsym s exec spotify
bindsym d exec Discord bindsym d exec Discord
@@ -95,7 +95,18 @@ mode "Launcher" {
bindsym Return mode "default" 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 # ======================================== Workspaces
set $ws1 "1" set $ws1 "1"

View File

@@ -62,6 +62,10 @@ label-urgent = "%icon%"
label-urgent-background = ${colors.urgent} label-urgent-background = ${colors.urgent}
label-urgent-padding = 1 label-urgent-padding = 1
label-mode-padding = 1
label-mode-background = ${colors.urgent}
label-mode-foreground = ${colors.background}
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
label = %title% label = %title%

View File

@@ -12,9 +12,13 @@ autoload -U colors && colors
precmd_vcs_info() { vcs_info } precmd_vcs_info() { vcs_info }
precmd_functions+=( precmd_vcs_info ) precmd_functions+=( precmd_vcs_info )
setopt prompt_subst setopt prompt_subst
ICON="%{$fg[blue]%}"
ICON_DYN="%(?.%{$fg[green]%}.%{$fg[red]%})"
DIR="%{$fg[blue]%}%~"
GIT="%{$fg[cyan]%}\$vcs_info_msg_0_" GIT="%{$fg[cyan]%}\$vcs_info_msg_0_"
export PROMPT="%{$fg[yellow]%}%m %{$fg[blue]%}%~$GIT %{$reset_color%}" NAME="%{$fg[yellow]%}%m"
zstyle ':vcs_info:git:*' formats '|%b ' export PROMPT="$NAME $DIR$GIT $ICON_DYN %{$reset_color%}"
zstyle ':vcs_info:git:*' formats ' [%b ]'
# ============================== Exports # ============================== Exports
export EDITOR="nvim" export EDITOR="nvim"

BIN
wallpapers/mitsuha_rust.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB