This commit is contained in:
Geoffrey Frogeye 2018-07-30 10:55:06 +02:00
parent 16f9814d64
commit 8e43663661
6 changed files with 77 additions and 74 deletions

View file

@ -143,15 +143,15 @@ set $WS10 10
# Workspace output
workspace "$WS1" output LVDS1
workspace "$WS2" output VGA1
workspace "$WS2" output HDMI1
workspace "$WS3" output LVDS1
workspace "$WS4" output VGA1
workspace "$WS4" output HDMI1
workspace "$WS5" output LVDS1
workspace "$WS6" output VGA1
workspace "$WS6" output HDMI1
workspace "$WS7" output LVDS1
workspace "$WS8" output VGA1
workspace "$WS8" output HDMI1
workspace "$WS9" output LVDS1
workspace "$WS10" output VGA1
workspace "$WS10" output HDMI1
# switch to workspace
bindsym $mod+1 workspace $WS1
@ -331,24 +331,24 @@ mode "$mode_temp" {
}
# Colors
set $bg #272822
set $fg #f1ebeb
set $00 #48483e
set $01 #dc2566
set $02 #8fc029
set $03 #d4c96e
set $04 #55bcce
set $05 #9358fe
set $06 #56b7a5
set $07 #acada1
set $08 #76715e
set $09 #fa2772
set $10 #a7e22e
set $11 #e7db75
set $12 #66d9ee
set $13 #ae82ff
set $14 #66efd5
set $15 #cfd0c2
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'
@ -373,11 +373,11 @@ exec --no-startup-id ~/.config/i3/batteryNotify -d # Battery state notification
set $ignore #ff00000
# Theme colors
# class border backgr. text indicator child_border
client.focused $02 $02 $bg $07 $10
client.focused_inactive $03 $03 $08 $15 $14
client.unfocused $08 $08 $fg $11 $00
client.urgent $01 $01 $fg $05 $09
client.placeholder $ignore $06 $fg $ignore $14
#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
client.background $15
client.background $color15