From 3d35d222a7012b9433c9711794cbe0a01bc8085e Mon Sep 17 00:00:00 2001
From: iFargle <albert@sysctl.io>
Date: Wed, 16 Aug 2023 21:37:46 +0900
Subject: [PATCH] test

---
 home-manager/neofetch.nix                         | 10 +++++-----
 hosts/nixos-laptop/home-manager/hyprland-conf.nix |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/home-manager/neofetch.nix b/home-manager/neofetch.nix
index 7bd88903..446f6d33 100644
--- a/home-manager/neofetch.nix
+++ b/home-manager/neofetch.nix
@@ -24,9 +24,9 @@ print_info() {
 
     prin
 
-    info "$(color 15)WM" wm
-    prin "$(color 15)├$(color 6) Bar" "Polybar"
-    prin "$(color 15)└$(color 6) Compositor" "Compton"
+    info "$(color 15)WM" Hyprland
+    prin "$(color 15)├$(color 6) Bar" "Waybar"
+    prin "$(color 15)├$(color 6) DE" de
 
     prin
 
@@ -292,7 +292,7 @@ gpu_type="all"
 # Example:
 # on:  '1920x1080 @ 60Hz'
 # off: '1920x1080'
-refresh_rate="off"
+refresh_rate="on"
 
 
 # Gtk Theme / Icons / Font
@@ -307,7 +307,7 @@ refresh_rate="off"
 # Example:
 # on:  'Numix, Adwaita'
 # off: 'Numix [GTK2], Adwaita [GTK3]'
-gtk_shorthand="off"
+gtk_shorthand="on"
 
 
 # Enable/Disable gtk2 Theme / Icons / Font
diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix
index 48f6b01d..30eecaad 100644
--- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix
+++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix
@@ -50,11 +50,11 @@
       }
       decoration {
           rounding = 6
-          active_opacity = 0.8
+          active_opacity = 0.95
           inactive_opacity = 0.7
           fullscreen_opacity = 0.95
           blur = true
-          blur_size = 8
+          blur_size = 30
           blur_passes = 3
           drop_shadow = true
           shadow_range = 4