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