Some transparency
This commit is contained in:
@@ -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 &
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user