Automatrop colors
This commit is contained in:
parent
f49c967450
commit
4025f55f44
18 changed files with 204 additions and 929 deletions
2
config/i3/.gitignore
vendored
Normal file
2
config/i3/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
config
|
||||
theme
|
|
@ -1,3 +1,4 @@
|
|||
# vi:syntax=conf
|
||||
# i3 config file (v4)
|
||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
|
@ -360,25 +361,6 @@ mode "$mode_temp" {
|
|||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
# Colors
|
||||
set_from_resource $background i3wm.background #272822
|
||||
set_from_resource $foreground i3wm.foreground #f1ebeb
|
||||
set_from_resource $color00 i3wm.color0 #48483e
|
||||
set_from_resource $color01 i3wm.color1 #dc2566
|
||||
set_from_resource $color02 i3wm.color2 #8fc029
|
||||
set_from_resource $color03 i3wm.color3 #d4c96e
|
||||
set_from_resource $color04 i3wm.color4 #55bcce
|
||||
set_from_resource $color05 i3wm.color5 #9358fe
|
||||
set_from_resource $color06 i3wm.color6 #56b7a5
|
||||
set_from_resource $color07 i3wm.color7 #acada1
|
||||
set_from_resource $color08 i3wm.color8 #76715e
|
||||
set_from_resource $color09 i3wm.color9 #fa2772
|
||||
set_from_resource $color10 i3wm.color10 #a7e22e
|
||||
set_from_resource $color11 i3wm.color11 #e7db75
|
||||
set_from_resource $color12 i3wm.color12 #66d9ee
|
||||
set_from_resource $color13 i3wm.color13 #ae82ff
|
||||
set_from_resource $color14 i3wm.color14 #66efd5
|
||||
set_from_resource $color15 i3wm.color15 #cfd0c2
|
||||
|
||||
# Inactivity settings
|
||||
exec --no-startup-id xautolock -time 10 -locker 'xset dpms force standby' -killtime 1 -killer '$locker'
|
||||
|
@ -401,17 +383,23 @@ exec --no-startup-id autorandr --change --force # Screen configuration and every
|
|||
exec --no-startup-id ~/.config/i3/batteryNotify -d # Battery state notification
|
||||
exec --no-startup-id ~/.config/i3/aw_start # Activity tracker
|
||||
|
||||
set $ignore #ff00000
|
||||
|
||||
# Theme colors
|
||||
#class border backgr. text indicator child_border
|
||||
client.focused $color02 $color02 $background $color08 $color10
|
||||
client.focused_inactive $color03 $color03 $color08 $color15 $color14
|
||||
client.unfocused $color08 $color08 $color07 $color11 $color00
|
||||
client.urgent $color01 $color01 $color07 $foreground $color09
|
||||
client.placeholder $ignore $color06 $color07 $ignore $color14
|
||||
{{ lookup('file', ansible_env.HOME + '/.config/i3/theme') }}
|
||||
set $ignore #ff00ff
|
||||
|
||||
client.background $color15
|
||||
# Basic color configuration using the Base16 variables for windows and borders.
|
||||
# Property Name Border BG Text Indicator Child Border
|
||||
client.focused $base00 $base00 $base05 $base00 $base07
|
||||
client.focused_inactive $base02 $base02 $base05 $base02 $base02
|
||||
client.unfocused $base05 $base04 $base00 $base04 $base00
|
||||
client.urgent $base0F $base08 $base00 $base08 $base0F
|
||||
client.placeholder $ignore $base00 $base05 $ignore $base00
|
||||
client.background $base07
|
||||
|
||||
# I set the color of the active tab as the the background color
|
||||
# of the terminal so they merge together. This is the opposite
|
||||
# of what I used before: unfocused color was the terminal
|
||||
# background color. Either I get used to it, or I should revert.
|
||||
|
||||
# bar {
|
||||
# i3bar_command ~/.config/lemonbar/bar.py
|
Loading…
Add table
Add a link
Reference in a new issue