Updated color palet
This commit is contained in:
@@ -2,6 +2,9 @@ general {
|
|||||||
colors = true
|
colors = true
|
||||||
interval = 5
|
interval = 5
|
||||||
output_format = "i3bar"
|
output_format = "i3bar"
|
||||||
|
color_good = "#FFE181"
|
||||||
|
color_degraded = "#C1D6EA"
|
||||||
|
color_bad = "#FFAA81"
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "mpdstatus"
|
order += "mpdstatus"
|
||||||
|
|||||||
@@ -2,6 +2,9 @@ general {
|
|||||||
colors = true
|
colors = true
|
||||||
interval = 5
|
interval = 5
|
||||||
output_format = "i3bar"
|
output_format = "i3bar"
|
||||||
|
color_good = "#FFE181"
|
||||||
|
color_degraded = "#C1D6EA"
|
||||||
|
color_bad = "#FFAA81"
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "mpdstatus"
|
order += "mpdstatus"
|
||||||
|
|||||||
53
.i3/config
53
.i3/config
@@ -175,6 +175,13 @@ bindsym $mod+r mode "resize"
|
|||||||
# move workspace between windows
|
# move workspace between windows
|
||||||
bindsym $mod+m move workspace to output left
|
bindsym $mod+m move workspace to output left
|
||||||
|
|
||||||
|
set $base #5f88Af
|
||||||
|
set $base_text #C1D6EA
|
||||||
|
set $contrast #FFE181
|
||||||
|
set $contrast_text #CBA62F
|
||||||
|
set $bold #FFAA81
|
||||||
|
set $bold_text #FFDECF
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
@@ -185,13 +192,13 @@ bar {
|
|||||||
tray_output LVDS1
|
tray_output LVDS1
|
||||||
tray_output LVDS2
|
tray_output LVDS2
|
||||||
colors {
|
colors {
|
||||||
background #5f87af
|
background $base
|
||||||
statusline #ebf5ff
|
statusline $base_text
|
||||||
active_workspace #87afd7 #87afd7 #ebf5ff
|
active_workspace $contrast $contrast $contrast_text
|
||||||
focused_workspace #d7875f #d7875f #fff1eb
|
focused_workspace $contrast $contrast $contrast_text
|
||||||
inactive_workspace #5f87af #5f87af #ebf5ff
|
inactive_workspace $base $base $base_text
|
||||||
urgent_workspace #e37f4d #e37f4d #fff1eb
|
urgent_workspace $bold $bold $bold_text
|
||||||
separator #ebf5ff
|
separator $base_text
|
||||||
}
|
}
|
||||||
font pango:DejaVu Sans Mono 10
|
font pango:DejaVu Sans Mono 10
|
||||||
}
|
}
|
||||||
@@ -201,13 +208,13 @@ bar {
|
|||||||
output VGA2
|
output VGA2
|
||||||
status_command py3status --config ~/.config/i3status/small.conf
|
status_command py3status --config ~/.config/i3status/small.conf
|
||||||
colors {
|
colors {
|
||||||
background #5f87af
|
background $base
|
||||||
statusline #ebf5ff
|
statusline $base_text
|
||||||
active_workspace #87afd7 #87afd7 #ebf5ff
|
active_workspace $contrast $contrast $contrast_text
|
||||||
focused_workspace #d7875f #d7875f #fff1eb
|
focused_workspace $contrast $contrast $contrast_text
|
||||||
inactive_workspace #5f87af #5f87af #ebf5ff
|
inactive_workspace $base $base $base_text
|
||||||
urgent_workspace #e37f4d #e37f4d #fff1eb
|
urgent_workspace $bold $bold $bold_text
|
||||||
separator #ebf5ff
|
separator $base_text
|
||||||
}
|
}
|
||||||
font pango:DejaVu Sans Mono 9
|
font pango:DejaVu Sans Mono 9
|
||||||
}
|
}
|
||||||
@@ -217,17 +224,7 @@ new_window normal
|
|||||||
hide_edge_borders both
|
hide_edge_borders both
|
||||||
|
|
||||||
#colors
|
#colors
|
||||||
client.focused #5f87af #5f87af #ebf5ff #87afd7
|
client.focused $contrast $contrast $contrast_text $contrast
|
||||||
client.focused_inactive #87afd7 #87afd7 #ebf5ff #2e93f4
|
client.focused_inactive $base $base $base_text $base
|
||||||
client.unfocused #87afd7 #87afd7 #ebf5ff #2e93f4
|
client.unfocused $base $base $base_text $base
|
||||||
client.urgent #d7875f #d7875f #fff1eb #e37f4d
|
client.urgent $bold $bold $bold_text $bold
|
||||||
|
|
||||||
#Bold primary 5f87Af
|
|
||||||
#dull primary 87afd7
|
|
||||||
#text primary ebf5ff
|
|
||||||
#
|
|
||||||
#bold contrast d7875f
|
|
||||||
#dull contrast e37f4d
|
|
||||||
#text contrast fff1eb
|
|
||||||
#
|
|
||||||
#Font color = background color 100% value, 8% saturation
|
|
||||||
|
|||||||
Reference in New Issue
Block a user