aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/btop/btop.conf2
-rw-r--r--.config/hypr/hyprland.conf14
-rw-r--r--.config/waybar/config.jsonc10
-rw-r--r--.config/waybar/gruvbox.css10
4 files changed, 23 insertions, 13 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf
index d1be367..7791301 100644
--- a/.config/btop/btop.conf
+++ b/.config/btop/btop.conf
@@ -1,5 +1,5 @@
# color_theme = "/usr/share/btop/themes/everforest-dark-medium.theme"
-color_theme = "/usr/share/btop/themes/nord.theme"
+color_theme = "/usr/share/btop/themes/gruvbox_dark.theme"
theme_background = False
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
vim_keys = True
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index ffc6002..559d6f6 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -19,15 +19,15 @@ exec-once = portal
exec-once = sleep 2 && waybar
exec-once = sleep 2 && stmpdup
-exec-once = [workspace 9 silent; DP-2] sleep 1 && telegram
-exec-once = [workspace 8 silent; DP-2] sleep 1 && $terminal -a neomutt -T neomutt neomutt
+# exec-once = [workspace 9 silent; DP-2] sleep 1 && telegram
+# exec-once = [workspace 8 silent; DP-2] sleep 1 && $terminal -a neomutt -T neomutt neomutt
env = XCURSOR_SIZE,24
env = XCURSOR_THEME,Adwaita
env = HYPRCURSOR_SIZE,24
env = HYPRCURSOR_THEME,Adwaita
env = GBM_BACKEND,nvidia-drm
-env = GTK_THEME,Nordic
+env = GTK_THEME,Gruvbox-Yellow-Dark
# ecosystem {
# enforce_permissions = 1
@@ -45,7 +45,7 @@ general {
# col.active_border = rgb(83a598)
# col.inactive_border = rgb(595959)
col.active_border = rgb(83a598)
- col.inactive_border = rgb(282828)
+ col.inactive_border = rgb(3c3836)
resize_on_border = false
@@ -278,9 +278,9 @@ windowrulev2 = float, class:^(steam)$, title:^(Recordings & Screenshots)$
windowrulev2 = float, class:^(steam)$, title:^(Steam Guard - Computer Authorization Required)$
windowrulev2 = float, title:^(Steam Keyboard)$
-windowrulev2 = workspace 8 silent, class:^(neomutt)$
-windowrulev2 = workspace 9 silent, class:^(nchat)$
-windowrulev2 = workspace 9 silent, class:^(Element)$
+# windowrulev2 = workspace 8 silent, class:^(neomutt)$
+# windowrulev2 = workspace 9 silent, class:^(nchat)$
+# windowrulev2 = workspace 9 silent, class:^(Element)$
windowrulev2 = float, class:^(org.prismlauncher.PrismLauncher)$, title:Console window for.*Prism Launcher.*
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index 2fa2286..e73c267 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -35,12 +35,12 @@
"all-outputs": true,
"on-click": "activate",
"format": "{icon}",
- "format-icons": {
- "8": "󰇮",
- "9": ""
- },
+ // "format-icons": {
+ // "8": "󰇮",
+ // "9": ""
+ // },
"persistent-workspaces": {
- "*": [ 1, 2, 3, 4, 8, 9 ]
+ "*": [ 1, 2, 3, 4 ]
}
},
"custom/icon": {
diff --git a/.config/waybar/gruvbox.css b/.config/waybar/gruvbox.css
new file mode 100644
index 0000000..e533ab4
--- /dev/null
+++ b/.config/waybar/gruvbox.css
@@ -0,0 +1,10 @@
+@define-color text #ebdbb2;
+@define-color activebg #504945;
+@define-color bg #282828;
+@define-color red #E67E80;
+@define-color orange #E69875;
+@define-color yellow #DBBC7F;
+@define-color green #A7C080;
+@define-color blue #7FBBB3;
+@define-color purple #D699B6;
+@define-color aqua #83C092;