Flavours colors to i3
This commit is contained in:
parent
ade164717f
commit
a9cc72695f
|
|
@ -33,34 +33,38 @@ bindsym Mod1+e layout toggle split
|
|||
#Sticky window
|
||||
bindsym $mod+Shift+c sticky toggle
|
||||
|
||||
######### COLORS ##########
|
||||
# Start flavours
|
||||
## Base16 Nord
|
||||
# Author: arcticicestudio
|
||||
#
|
||||
# You can use these variables anywhere in the i3 configuration file.
|
||||
|
||||
# Set Xresources colors:
|
||||
set_from_resource $darkblack color0 #000000
|
||||
set_from_resource $black color8 #000000
|
||||
set_from_resource $darkred color1 #000000
|
||||
set_from_resource $red color9 #000000
|
||||
set_from_resource $darkgreen color2 #000000
|
||||
set_from_resource $green color10 #000000
|
||||
set_from_resource $darkyellow color3 #000000
|
||||
set_from_resource $yellow color11 #000000
|
||||
set_from_resource $darkblue color4 #000000
|
||||
set_from_resource $blue color12 #000000
|
||||
set_from_resource $darkmagenta color5 #000000
|
||||
set_from_resource $magenta color13 #000000
|
||||
set_from_resource $darkcyan color6 #000000
|
||||
set_from_resource $cyan color14 #000000
|
||||
set_from_resource $darkwhite color7 #000000
|
||||
set_from_resource $white color15 #000000
|
||||
set $transparent #00000000
|
||||
|
||||
# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
|
||||
client.focused $red $darkgreen $black $darkmagenta $darkblue
|
||||
client.unfocused $transparent $black $white $darkblue $darkblack
|
||||
client.focused_inactive $transparent $blue $white $darkblue $darkblack
|
||||
client.urgent $darkred $darkred $black $darkred $darkred
|
||||
client.background $black
|
||||
set $base00 #2E3440
|
||||
set $base01 #3B4252
|
||||
set $base02 #434C5E
|
||||
set $base03 #4C566A
|
||||
set $base04 #D8DEE9
|
||||
set $base05 #E5E9F0
|
||||
set $base06 #ECEFF4
|
||||
set $base07 #8FBCBB
|
||||
set $base08 #BF616A
|
||||
set $base09 #D08770
|
||||
set $base0A #EBCB8B
|
||||
set $base0B #A3BE8C
|
||||
set $base0C #88C0D0
|
||||
set $base0D #81A1C1
|
||||
set $base0E #B48EAD
|
||||
set $base0F #5E81AC
|
||||
|
||||
# Basic color configuration using the Base16 variables for windows and borders.
|
||||
# Property Name Border BG Text Indicator Child Border
|
||||
client.focused $base05 $base0D $base00 $base0D $base0C
|
||||
client.focused_inactive $base01 $base01 $base05 $base03 $base01
|
||||
client.unfocused $base01 $base00 $base05 $base01 $base01
|
||||
client.urgent $base08 $base08 $base00 $base08 $base08
|
||||
client.placeholder $base00 $base00 $base05 $base00 $base00
|
||||
client.background $base07
|
||||
# End flavours
|
||||
###---Starting External Scripts---###
|
||||
|
||||
#Load .Xresources
|
||||
|
|
@ -73,7 +77,7 @@ exec --no-startup-id twmnd &
|
|||
#Mpdscribble
|
||||
#exec --no-startup-id mpdscribble --no-daemon &
|
||||
#Wpgtk
|
||||
exec --no-startup-id ~/.config/wpg/wp_init.sh
|
||||
#exec --no-startup-id ~/.config/wpg/wp_init.sh
|
||||
#Battery notify
|
||||
exec --no-startup-id ~/.config/Scripts/i3-battery-monitor &
|
||||
#Conky
|
||||
|
|
|
|||
Loading…
Reference in New Issue