Fix dashboard and i3 unfocused color
This commit is contained in:
@@ -133,7 +133,7 @@ set $yellow "#d79921"
|
|||||||
# gruvbox style window titles
|
# gruvbox style window titles
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused $green $green $gruv_fg $green $green
|
client.focused $green $green $gruv_fg $green $green
|
||||||
client.focused_inactive $yellow $yellow $gruv_fg $gruv_bg $gruv_bg
|
client.focused_inactive $yellow $yellow $gruv_fg $yellow $yellow
|
||||||
client.unfocused $gruv_bg_darker $gruv_bg_darker $gruv_fg $gruv_bg_darker $gruv_bg_darker
|
client.unfocused $gruv_bg_darker $gruv_bg_darker $gruv_fg $gruv_bg_darker $gruv_bg_darker
|
||||||
client.urgent $red $light_red $gruv_fg $red $light_red
|
client.urgent $red $light_red $gruv_fg $red $light_red
|
||||||
|
|
||||||
|
|||||||
@@ -156,8 +156,9 @@
|
|||||||
(dashboard-setup-startup-hook)
|
(dashboard-setup-startup-hook)
|
||||||
(setq dashboard-banner-logo-title "Welcome back, Marc."
|
(setq dashboard-banner-logo-title "Welcome back, Marc."
|
||||||
dashboard-startup-banner 'logo
|
dashboard-startup-banner 'logo
|
||||||
dashboard-items '((recents . 5)
|
dashboard-projects-backend 'projectile
|
||||||
(agenda . 5))
|
dashboard-projects-switch-function 'projectile-switch-project
|
||||||
|
dashboard-items '((agenda . 20))
|
||||||
dashboard-item-names '(("Agenda for the coming week:" . "Agenda:"))
|
dashboard-item-names '(("Agenda for the coming week:" . "Agenda:"))
|
||||||
dashboard-center-content t))
|
dashboard-center-content t))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user