From f571eb7ca566ace328875b877e8559eeeec7bb1d Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 17 Apr 2025 21:55:45 -0400 Subject: [PATCH] hi --- colorschemes/everforest.bar.conf | 15 +++++++++++++++ colorschemes/everforest.conf | 6 ++++++ colorschemes/gruvbox.bar.conf | 2 +- config | 12 ++++++++---- 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 colorschemes/everforest.bar.conf create mode 100644 colorschemes/everforest.conf diff --git a/colorschemes/everforest.bar.conf b/colorschemes/everforest.bar.conf new file mode 100644 index 0000000..2d7a93b --- /dev/null +++ b/colorschemes/everforest.bar.conf @@ -0,0 +1,15 @@ +bar { + colors { + background #272e33ff + separator #3c4841 + # border bg txt + focused_workspace #a7c080 #a7c080 #1e2326 + active_workspace #3c4841 #272e33 #a7c080 + inactive_workspace #272e33 #272e33 #a7c080 + } + font pango:Cantarell Bold 12 + status_command i3blocks + position top + padding 6px + tray_padding 5px +} diff --git a/colorschemes/everforest.conf b/colorschemes/everforest.conf new file mode 100644 index 0000000..7c59b17 --- /dev/null +++ b/colorschemes/everforest.conf @@ -0,0 +1,6 @@ +# Gruvbox +# class border bg txt ind child_border +client.focused #a7c080 #272e33 #d3c6aa #a7c080 #a7c080 +client.focused_inactive #a7c080 #272e33 #d3c6aa #a7c080 #a7c080 +client.unfocused #3c4841 #272e33 #d3c6aa #1e2326 #3c4841 +client.background #272e33 diff --git a/colorschemes/gruvbox.bar.conf b/colorschemes/gruvbox.bar.conf index 94c562b..0b88835 100644 --- a/colorschemes/gruvbox.bar.conf +++ b/colorschemes/gruvbox.bar.conf @@ -1,6 +1,6 @@ bar { colors { - background #282828FF + background #282828ff separator #3c3836 # border bg txt focused_workspace #d79921 #d79921 #282828 diff --git a/config b/config index 44e5e27..87ca45c 100644 --- a/config +++ b/config @@ -13,7 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Source Code Pro 11 +font pango:Cantarell 11 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -59,7 +59,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10- floating_modifier $mod # start a terminal -bindsym $mod+Return exec kitty +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+q kill @@ -208,7 +208,8 @@ bindsym $mod+z mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -include ~/.config/i3/colorschemes/gruvbox.bar.conf +include ~/.config/i3/colorschemes/everforest.bar.conf +#include ~/.config/i3/colorschemes/gruvbox.bar.conf #include ~/.config/i3/colorschemes/nord.bar.conf # Start compositor @@ -218,8 +219,11 @@ exec_always compfy & # COLORSCHEMES # ################ +# Everforest +include ~/.config/i3/colorschemes/everforest.conf + # Gruvbox -include ~/.config/i3/colorschemes/gruvbox.conf +#include ~/.config/i3/colorschemes/gruvbox.conf # Dracula #include ~/.config/i3/colorschemes/dracula.conf