Some transparency

This commit is contained in:
CramMK
2020-03-01 15:46:36 +01:00
parent 578f37fda0
commit 12adf5fd85
4 changed files with 22 additions and 21 deletions

View File

@@ -255,8 +255,8 @@ exec --no-startup-id "chromium-browser"
for_window [class="Chromium"] move container to workspace 9 for_window [class="Chromium"] move container to workspace 9
# i3-gaps # i3-gaps
smart_gaps on #smart_gaps on
gaps inner 17 gaps inner 10
exec_always --no-startup-id ~/.config/polybar/start.sh & exec_always --no-startup-id ~/.config/polybar/start.sh &

View File

@@ -1,24 +1,16 @@
# Shadow
# Opacity # Opacity
opacity-rule = [ opacity-rule = [
"100:class_g = 'XTerm' && !focused", "90:class_g = 'XTerm' && !focused",
"100:class_g = 'XTerm' && focused", "95:class_g = 'XTerm' && focused",
]; ];
inactive-opacity = 1.0; inactive-opacity = 1.0;
active-opacity = 1.0; active-opacity = 1.0;
# Dim # Blur - currently not working
inactive-dim = 0.0;
inactive-dim-fixed = true;
# Blur
blur-background = true; blur-background = true;
blur-kern = "5x5gaussian"; blur-method = "kawase";
blur-method = "gaussian"; blur-strength = 4;
blur-strength = 50;
backend = "glx";
blur-background-fixed = false;
# Other # Other
vsync = true; vsync = true;
backend = "glx";

View File

@@ -8,8 +8,8 @@ fixed-center = true
width = 100% width = 100%
height = 35 height = 35
background = #882B303B background = #18191E
foreground = #000 foreground = #000000
green = #00d3a8 green = #00d3a8
@@ -23,7 +23,7 @@ modules-center = date
modules-right = network volume battery modules-right = network volume battery
separator = separator =
dim-value = 0.5 dim-value = 1.0
wm-name = i3 wm-name = i3
wm-restack = i3 wm-restack = i3
@@ -47,13 +47,13 @@ label-unfocused-foreground = #ffffff
label-focused = %index% label-focused = %index%
label-focused-foreground = #00d3a8 label-focused-foreground = #00d3a8
label-focused-background = #8865737E label-focused-background = #383D41
label-focused-underline = #fba922 label-focused-underline = #fba922
label-focused-padding = 2 label-focused-padding = 2
label-urgent = %index% label-urgent = %index%
label-urgent-background = #00d3a8 label-urgent-background = #00d3a8
label-urgent-foreground = #8865737E label-urgent-foreground = #383D41
label-urgent-underline = #fba922 label-urgent-underline = #fba922
label-urgent-padding = 2 label-urgent-padding = 2

View File

@@ -18,12 +18,18 @@ plugins=(
zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab
{%@@ endif @@%} {%@@ endif @@%}
{%@@ if profile == "laptop" @@%}
zstyle :omz:plugins:ssh-agent identities github
{%@@ endif @@%}
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
export TERM="xterm-256color" export TERM="xterm-256color"
export EDITOR="vim" export EDITOR="vim"
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"
export PATH=$HOME/.local/bin:$PATH
# Some aliases # Some aliases
alias zshrc="vim ~/.zshrc" alias zshrc="vim ~/.zshrc"
alias szsh="source ~/.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 listfonts="fc-list :scalable=true:spacing=mono: family"
alias cachefonts="fc-cache -f -v" alias cachefonts="fc-cache -f -v"
#touch ~/.github_token
#source ~/.github_token
# Allow pc local aliases # Allow pc local aliases
if [ -f ~/.zshaliases_local ]; then if [ -f ~/.zshaliases_local ]; then
source ~/.zshaliases_local source ~/.zshaliases_local