AYU LIGHT

This commit is contained in:
Marco Thomas
2021-09-15 10:40:54 +02:00
parent bc9b63aa74
commit e6da29e2f3
9 changed files with 90 additions and 117 deletions

View File

@@ -95,21 +95,14 @@ hide_edge_borders smart
gaps inner 10
#set $gruv_bg "#f2e5bc"
set $gruv_bg "#f9f5d7"
set $gruv_bg_1 "#fbf1c7"
#set $gruv_bg_1 "#f9f5d7"
set $gruv_fg "#282828"
#set $green "#98971a"
# actually aqua
set $green "#689d6a"
set $red "#cc242d"
set $light_red "#fb4934"
set $yellow "#d79921"
#set $yellow "#fabd2f"
set $bg "#fafafa"
set $bg_1 "#fafaea"
set $fg "#282828"
set $green "#a6cc70"
set $red "#ff3333"
set $light_red "#f27983"
set $yellow "#e7c547"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
position top
@@ -118,28 +111,27 @@ bar {
tray_output primary
colors {
background $gruv_bg
statusline $gruv_fg
background $bg
statusline $fg
# equivalent to focused
focused_workspace $gruv_bg $green $gruv_fg
focused_workspace $bg $green $fg
# equivalent to focused_inactive
active_workspace $grub_bg $yellow $gruv_fg
active_workspace $grub_bg $yellow $fg
# equivalent to unfocused
inactive_workspace $gruv_bg $gruv_bg $gruv_fg
inactive_workspace $bg $bg $fg
# equivalent to urgent
urgent_workspace $red $light_red $gruv_fg
urgent_workspace $red $light_red $fg
# equivalent to urgent
binding_mode $red $light_red $gruv_fg
binding_mode $red $light_red $fg
}
}
# gruvbox style window titles
# class border backgr. text indicator child_border
client.focused $green $green $gruv_fg $green $green
client.focused_inactive $yellow $yellow $gruv_fg $yellow $yellow
client.unfocused $gruv_bg_1 $gruv_bg_1 $gruv_fg $gruv_bg_1 $gruv_bg_1
client.urgent $red $light_red $gruv_fg $red $light_red
client.focused $green $green $fg $green $green
client.focused_inactive $yellow $yellow $fg $yellow $yellow
client.unfocused $bg_1 $bg_1 $fg $bg_1 $bg_1
client.urgent $red $light_red $fg $red $light_red
# startup
exec --no-startup-id $HOME/scripts/start_progs.sh