From 2eba38ab2fb308370926bf339c1fd4c437d31f41 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Sat, 11 Mar 2023 12:24:47 -0500 Subject: [PATCH] 3/11 --- config | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/config b/config index 108e7d9..d6e73e7 100644 --- a/config +++ b/config @@ -183,17 +183,17 @@ bindsym $mod+z mode "resize" # finds out, if available) bar { colors { - background #282a36 - focused_workspace #282a36 #bd93f9 #282a36 - active_workspace #bf616a #bf616a #2e3440 - inactive_workspace #282a36 #282a36 #44475a + background #282828 + focused_workspace #d79921 #d79921 #282828 + active_workspace #d79921 #d79921 #282828 + inactive_workspace #3c3836 #3c3836 #282828 } position top font pango:Source Code Pro for Powerline 11 status_command bumblebee-status \ -m title disk:root battery date time pasink pasource vpn network arch-update \ -p root.path=/ time.format="%H:%M" date.format="%a, %b %d %Y" \ - -t dracula-powerline + -t gruvbox-powerline } #bar { @@ -208,13 +208,23 @@ bar { for_window [class=".*"] border pixel 2 +################ +# COLORSCHEMES # +################ + +# Dracula # class border bg txt ind child_border -client.focused #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9 -client.focused_inactive #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9 -client.unfocused #44475a #44475a #44475a #44475a #44475a - -client.background #282a36 +#client.focused #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9 +#client.focused_inactive #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9 +#client.unfocused #44475a #44475a #44475a #44475a #44475a +#client.background #282a36 +# Gruvbox +# class border bg txt ind child_border +client.focused #d79921 #d79921 #a89984 #d79921 #d79921 +client.focused_inactive #d79921 #d79921 #a89984 #d79921 #d79921 +client.unfocused #3c3856 #3c3856 #3c3856 #3c3856 #3c3856 +client.background #282828 # Wallpaper @@ -226,3 +236,4 @@ client.background #282a36 # Screenshot bindsym $mod+Shift+s exec --no-startup-id maim "/home/arco/Screenshots/$(date).png" +