Add i3 colors
This commit is contained in:
@@ -70,7 +70,48 @@ bindsym $mod+Shift+4 move container to workspace 4
|
|||||||
bindsym $mod+Shift+5 move container to workspace 5
|
bindsym $mod+Shift+5 move container to workspace 5
|
||||||
bindsym $mod+Shift+6 move container to workspace 6
|
bindsym $mod+Shift+6 move container to workspace 6
|
||||||
|
|
||||||
|
set_from_resource $background background #000000
|
||||||
|
set_from_resource $foreground foreground #000000
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
# class border background text indicator child_border
|
||||||
|
client.focused $darkblue $background $foreground $darkblue $darkblue
|
||||||
|
client.focused_inactive $darkblue $background $foreground $darkblue $darkblue
|
||||||
|
client.unfocused $black $background $foreground $black $black
|
||||||
|
client.urgent $darkblue $background $foreground $darkblue $darkblue
|
||||||
|
client.background $black
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
|
font pango:DejaVu Sans Mono 9
|
||||||
|
colors {
|
||||||
|
background $background
|
||||||
|
statusline $foreground
|
||||||
|
separator $darkblue
|
||||||
|
|
||||||
|
focused_workspace $background $darkblack $foreground
|
||||||
|
active_workspace $background $darkblack $foreground
|
||||||
|
inactive_workspace $background $background $black
|
||||||
|
urgent_workspace $darkblue $background $foreground
|
||||||
|
}
|
||||||
|
|
||||||
position top
|
position top
|
||||||
status_command i3status
|
status_command i3blocks
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
user_interface = alternative
|
|
||||||
header_visibility = no
|
|
||||||
|
|
||||||
browser_display_mode = columns
|
|
||||||
search_engine_display_mode = columns
|
|
||||||
playlist_editor_display_mode = columns
|
|
||||||
|
|
||||||
progressbar_look = -|
|
|
||||||
Reference in New Issue
Block a user