diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 52dc78b..78a82de 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -17,7 +17,7 @@ shopt -s histappend # Save working dir on every prompt. export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"; pwd > $HOME/.cwd' -export PS1="${Yellow}\d \A ${Off}${Green}\u@\h: ${Off}\w ${Red}\$(parse_branch git)${BRed}\$(parse_branch fossil)${Off}\n-$ " +export PS1="${Blue}\d \A ${Off}${Yellow}\u@\h: ${Off}\w ${Green}\$(parse_branch git)${BRed}\$(parse_branch fossil)${Off}\n-$ " # Use fzf if installed. hash fzf 2>/dev/null && eval "$(fzf --bash)" diff --git a/dotfiles/.config/alacritty/alacritty.toml b/dotfiles/.config/alacritty/alacritty.toml index acf2d4c..db0e1a0 100644 --- a/dotfiles/.config/alacritty/alacritty.toml +++ b/dotfiles/.config/alacritty/alacritty.toml @@ -1,6 +1,6 @@ [general] import = [ - "~/.config/alacritty/light.toml" + "~/.config/alacritty/dark.toml" ] live_config_reload = true working_directory = "None" diff --git a/dotfiles/.config/sway/config.d/50-style.conf b/dotfiles/.config/sway/config.d/50-style.conf index e28733b..7fb3e9d 100644 --- a/dotfiles/.config/sway/config.d/50-style.conf +++ b/dotfiles/.config/sway/config.d/50-style.conf @@ -17,7 +17,7 @@ set $fa #eff1f5 # Foreground inactive set $fi #8a8a8a # Border active -set $bra #449a64 +set $bra #327ba8 # Border inactive set $bri #000000 diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 1bd9166..d02758f 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -44,14 +44,14 @@ window#waybar.solo { #workspaces button { padding: 0 5px; background-color: transparent; - border-bottom: 2px solid rgba(180, 14, 25, 0.5); + border-bottom: 2px solid #327ba8; color: #999999; } #workspaces button.focused { color: #ffffff; background-color: #333333; - border-bottom: 2px solid #ff9600; + border-bottom: 2px solid #aa9600; } #workspaces button.urgent {