diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3b93e5f..819f1b2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -135,7 +135,7 @@ source = ~/.config/hypr/windows_rules.conf $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, kitty +bind = $mainMod, Q, exec, kitty -o background=##14161B bind = $mainMod SHIFT, Q, exec, kitty -o background=##03045e -o foreground=##ffffff -d $(pwd) ssh ctf-vm bind = $mainMod, C, killactive, bind = $mainMod, M, exit, diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0129a20..98ad9f6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -13,7 +13,7 @@ precmd () { vcs_info } setopt prompt_subst #PS1="\$vcs_info_msg_0_ $PS1" -PS1='%F{10}%~ %f${vcs_info_msg_0_}' +PS1=' %F{#91C79C}%~ %f${vcs_info_msg_0_}' # History in zsh dir HISTFILE=~/.config/zsh/histfile