more relaxed colors for i3 status bar
This commit is contained in:
parent
0c71a0f0c7
commit
d955c06d53
25
.i3/config
25
.i3/config
|
@ -208,19 +208,18 @@ bindsym $mod+r mode "resize"
|
||||||
bar {
|
bar {
|
||||||
|
|
||||||
# i3blocks: http://kumarcode.com/Colorful-i3/
|
# i3blocks: http://kumarcode.com/Colorful-i3/
|
||||||
# font pango:Source Sans Pro-10 10
|
|
||||||
# status_command i3blocks -c ~/.i3/i3blocks.conf
|
# status_command i3blocks -c ~/.i3/i3blocks.conf
|
||||||
# colors {
|
colors {
|
||||||
# separator #268bd2
|
# separator #268bd2
|
||||||
# background #002b36
|
background #111b16
|
||||||
# statusline #839496
|
statusline #b3c4c6
|
||||||
# focused_workspace #fdf6e3 #6c71c4 #fdf6e3
|
focused_workspace #7d9683 #6c71c4 #fdf6e3
|
||||||
# active_workspace #fdf6e3 #6c71c4 #fdf6e3
|
active_workspace #fdf6e3 #6c71c4 #fdf6e3
|
||||||
# inactive_workspace #002b36 #586e75 #002b36
|
inactive_workspace #002b36 #586e75 #002b36
|
||||||
# urgent_workspace #d33682 #d33682 #fdf6e3
|
urgent_workspace #d33682 #d33682 #fdf6e3
|
||||||
# }
|
}
|
||||||
output $LAPTOP
|
output $LAPTOP
|
||||||
font pango:DejaVu Sans Mono, FontAwesome 8
|
font pango:DejaVu Sans Mono, FontAwesome 7
|
||||||
status_command i3status --config ~/.i3/status.conf
|
status_command i3status --config ~/.i3/status.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -229,7 +228,7 @@ bar {
|
||||||
output DP-1
|
output DP-1
|
||||||
output HDMI-1
|
output HDMI-1
|
||||||
status_command i3status --config ~/.i3/status_small.conf
|
status_command i3status --config ~/.i3/status_small.conf
|
||||||
tray_output LVDS1
|
tray_output $LAPTOP
|
||||||
}
|
}
|
||||||
|
|
||||||
# auto run commands
|
# auto run commands
|
||||||
|
@ -251,4 +250,6 @@ exec --no-startup-id xrandr --output VGA1 --auto
|
||||||
#exec --no-startup-id clipit
|
#exec --no-startup-id clipit
|
||||||
exec --no-startup-id i3-msg 'workspace $WS1; exec firefox;'
|
exec --no-startup-id i3-msg 'workspace $WS1; exec firefox;'
|
||||||
exec --no-startup-id i3-msg 'workspace $WS2; exec emacs'
|
exec --no-startup-id i3-msg 'workspace $WS2; exec emacs'
|
||||||
|
exec --no-startup-id i3-msg 'exec thunderbird'
|
||||||
|
exec --no-startup-id i3-msg 'exec keepassxc'
|
||||||
exec --no-startup-id i3-msg 'workspace $WS3; exec urxvt;'
|
exec --no-startup-id i3-msg 'workspace $WS3; exec urxvt;'
|
||||||
|
|
|
@ -9,6 +9,10 @@
|
||||||
general {
|
general {
|
||||||
colors = true
|
colors = true
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
||||||
|
color_good = "#26F582"
|
||||||
|
color_degraded = "#f4d430"
|
||||||
|
color_bad = "#EE6B6F"
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "disk /"
|
order += "disk /"
|
||||||
|
|
Loading…
Reference in New Issue