diff --git a/dotfiles/i3/i3 b/dotfiles/i3/i3 index fb7cec6..cb85d52 100644 --- a/dotfiles/i3/i3 +++ b/dotfiles/i3/i3 @@ -255,8 +255,8 @@ exec --no-startup-id "chromium-browser" for_window [class="Chromium"] move container to workspace 9 # i3-gaps -smart_gaps on -gaps inner 17 +#smart_gaps on +gaps inner 10 exec_always --no-startup-id ~/.config/polybar/start.sh & diff --git a/dotfiles/picom/picom b/dotfiles/picom/picom index 89a727d..484e3e1 100644 --- a/dotfiles/picom/picom +++ b/dotfiles/picom/picom @@ -1,24 +1,16 @@ -# Shadow - # Opacity opacity-rule = [ - "100:class_g = 'XTerm' && !focused", - "100:class_g = 'XTerm' && focused", + "90:class_g = 'XTerm' && !focused", + "95:class_g = 'XTerm' && focused", ]; inactive-opacity = 1.0; active-opacity = 1.0; -# Dim -inactive-dim = 0.0; -inactive-dim-fixed = true; - -# Blur +# Blur - currently not working blur-background = true; -blur-kern = "5x5gaussian"; -blur-method = "gaussian"; -blur-strength = 50; -backend = "glx"; -blur-background-fixed = false; +blur-method = "kawase"; +blur-strength = 4; # Other vsync = true; +backend = "glx"; diff --git a/dotfiles/polybar/config b/dotfiles/polybar/config index 1d8d9cc..84c0a80 100644 --- a/dotfiles/polybar/config +++ b/dotfiles/polybar/config @@ -8,8 +8,8 @@ fixed-center = true width = 100% height = 35 -background = #882B303B -foreground = #000 +background = #18191E +foreground = #000000 green = #00d3a8 @@ -23,7 +23,7 @@ modules-center = date modules-right = network volume battery separator = -dim-value = 0.5 +dim-value = 1.0 wm-name = i3 wm-restack = i3 @@ -47,13 +47,13 @@ label-unfocused-foreground = #ffffff label-focused = %index% label-focused-foreground = #00d3a8 -label-focused-background = #8865737E +label-focused-background = #383D41 label-focused-underline = #fba922 label-focused-padding = 2 label-urgent = %index% label-urgent-background = #00d3a8 -label-urgent-foreground = #8865737E +label-urgent-foreground = #383D41 label-urgent-underline = #fba922 label-urgent-padding = 2 diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index b614038..c641687 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -18,12 +18,18 @@ plugins=( zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab {%@@ endif @@%} +{%@@ if profile == "laptop" @@%} +zstyle :omz:plugins:ssh-agent identities github +{%@@ endif @@%} + source $ZSH/oh-my-zsh.sh export TERM="xterm-256color" export EDITOR="vim" export LANG="en_US.UTF-8" +export PATH=$HOME/.local/bin:$PATH + # Some aliases alias zshrc="vim ~/.zshrc" alias szsh="source ~/.zshrc" @@ -40,6 +46,9 @@ alias fonts="/home/$USER/.local/share/fonts" alias listfonts="fc-list :scalable=true:spacing=mono: family" alias cachefonts="fc-cache -f -v" +#touch ~/.github_token +#source ~/.github_token + # Allow pc local aliases if [ -f ~/.zshaliases_local ]; then source ~/.zshaliases_local