diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 7fba13c..a804a6b 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -188,7 +188,7 @@ mouse_warping none exec --no-startup-id feh --bg-fill ~/dotfiles/images/blaa.jpg # window border style -default_border pixel 2 +default_border pixel 0 default_floating_border pixel 0 for_window [class=".*"] border pixel 1 @@ -210,6 +210,5 @@ client.focused $cyan $back_focus $text_focus $cyan $cyan client.focused_inactive $transp $back_focus $text_focus $transp $transp client.unfocused $transp $back_focus $text_focus $transp $transp client.urgent $transp $back_focus $text_focus $transp $transp -client.placeholder $transp $back_focus $text_focus $transp $transp +client.background $transp -client.background #ffffff diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index 8e0d160..6454710 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -52,7 +52,7 @@ module-margin = 1 separator = | separator-foreground = ${colors.disabled} -font-0 = "VictorMono Nerd Font:size=13:weight=Bold;2" +font-0 = "VictorMono Nerd Font:size=14:weight=Bold;2" modules-left = xworkspaces xwindow modules-right = xkeyboard pulseaudio cpu eth date diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index d2dd67c..1335d66 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -5,7 +5,7 @@ $username\ [//](bold zx_magenta)\ $directory\ [//](bold zx_cyan)\ -$git_branch[-](zx_light_magenta)$git_status\ +$git_branch[-](zx_gray)$git_status\ [//](bold zx_yellow)\ $jobs\ [⟩ ](bold zx_light_yellow)\ @@ -56,7 +56,7 @@ truncate_to_repo = false disabled = false symbol = "" style = "fg:zx_white" -format = '[ $symbol $branch ]($style)' +format = '[$symbol $branch ]($style)' truncation_length = 16 truncation_symbol = ">" diff --git a/tmux/.config/tmux/zegonix.conf b/tmux/.config/tmux/zegonix.conf index baf4961..5f3a76d 100644 --- a/tmux/.config/tmux/zegonix.conf +++ b/tmux/.config/tmux/zegonix.conf @@ -19,12 +19,7 @@ set -g @cyan "#15D7E5" set -g @dark-grey "#202038" set -g @light-grey "#A0A0AD" set -g @black "#000000" - -set -g @base "#{@dark-grey}" -set -g @default-bg "#{@blue}" -set -g @default-fg "#{@white}" -set -g @active-bg "#{@light-blue}" -set -g @active-fg "#{@dark-blue}" +set -g @dark-green "#00120C" # default statusbar color set-option -g status-style "bg=#{@blue},fg=#{@white}"