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
|
#Sticky window
|
||||||
bindsym $mod+Shift+c sticky toggle
|
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 $base00 #2E3440
|
||||||
set_from_resource $darkblack color0 #000000
|
set $base01 #3B4252
|
||||||
set_from_resource $black color8 #000000
|
set $base02 #434C5E
|
||||||
set_from_resource $darkred color1 #000000
|
set $base03 #4C566A
|
||||||
set_from_resource $red color9 #000000
|
set $base04 #D8DEE9
|
||||||
set_from_resource $darkgreen color2 #000000
|
set $base05 #E5E9F0
|
||||||
set_from_resource $green color10 #000000
|
set $base06 #ECEFF4
|
||||||
set_from_resource $darkyellow color3 #000000
|
set $base07 #8FBCBB
|
||||||
set_from_resource $yellow color11 #000000
|
set $base08 #BF616A
|
||||||
set_from_resource $darkblue color4 #000000
|
set $base09 #D08770
|
||||||
set_from_resource $blue color12 #000000
|
set $base0A #EBCB8B
|
||||||
set_from_resource $darkmagenta color5 #000000
|
set $base0B #A3BE8C
|
||||||
set_from_resource $magenta color13 #000000
|
set $base0C #88C0D0
|
||||||
set_from_resource $darkcyan color6 #000000
|
set $base0D #81A1C1
|
||||||
set_from_resource $cyan color14 #000000
|
set $base0E #B48EAD
|
||||||
set_from_resource $darkwhite color7 #000000
|
set $base0F #5E81AC
|
||||||
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
|
|
||||||
|
|
||||||
|
# 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---###
|
###---Starting External Scripts---###
|
||||||
|
|
||||||
#Load .Xresources
|
#Load .Xresources
|
||||||
|
|
@ -73,7 +77,7 @@ exec --no-startup-id twmnd &
|
||||||
#Mpdscribble
|
#Mpdscribble
|
||||||
#exec --no-startup-id mpdscribble --no-daemon &
|
#exec --no-startup-id mpdscribble --no-daemon &
|
||||||
#Wpgtk
|
#Wpgtk
|
||||||
exec --no-startup-id ~/.config/wpg/wp_init.sh
|
#exec --no-startup-id ~/.config/wpg/wp_init.sh
|
||||||
#Battery notify
|
#Battery notify
|
||||||
exec --no-startup-id ~/.config/Scripts/i3-battery-monitor &
|
exec --no-startup-id ~/.config/Scripts/i3-battery-monitor &
|
||||||
#Conky
|
#Conky
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue