diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index d99c5a7..30e0809 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -233,6 +233,11 @@ tooltip label { // margin: 0px 0px 0px 5px; } +button:hover { + background-color: rgba(00, 00, 00, 0.2); + border-radius: 16px; +} + .iconbat { color: $base0E; // margin: 2px 10px 0px 8px; diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index ae8dd02..8c44ca9 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ -preload = ~/pics/wallpapers/nixorange.jpeg -wallpaper = DP-2,~/pics/wallpapers/nixorange.jpeg -wallpaper = HDMI-A-1,~/pics/wallpapers/nixorange.jpeg -wallpaper = DP-3,~/pics/wallpapers/nixorange.jpeg -wallpaper = DP-1,~/pics/wallpapers/nixorange.jpeg -wallpaper = eDP-1,~/pics/wallpapers/nixorange.jpeg \ No newline at end of file +preload = ~/pics/wallpapers/tech.jpg +wallpaper = DP-2,~/pics/wallpapers/tech.jpg +wallpaper = HDMI-A-1,~/pics/wallpapers/tech.jpg +wallpaper = DP-3,~/pics/wallpapers/tech.jpg +wallpaper = DP-1,~/pics/wallpapers/tech.jpg +wallpaper = eDP-1,~/pics/wallpapers/tech.jpg \ No newline at end of file diff --git a/home/home.nix b/home/home.nix index 8be8c9a..73b5205 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1444,7 +1444,7 @@ in { enable = true; settings = { window = { - opacity = 1.0; + opacity = 0.9; dynamic_title = true; padding.x = 10; padding.y = 10; diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 3cd70af..5906231 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -155,11 +155,12 @@ in blur = { enabled = true; - size = 10; # minimum 1; + size = 15; # minimum 1; passes = 3; # minimum 1, more passes = more resource intensive.; new_optimizations = true; ignore_opacity = false; special = false; + noise = 0.2; }; shadow = { @@ -170,7 +171,7 @@ in scale = 0.998; range = 20; }; - dim_inactive = false; + dim_inactive = true; dim_strength = 0.2; dim_special = 0; }; @@ -264,7 +265,9 @@ in "SUPER,B,exec,/home/chris/bin/fflof" "SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer" "SUPERCTRL,i,exec,alacritty --class btop -e btop" - ",Print,exec,screenshot" + "SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region" + "SUPERALT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m window" + "SUPERCTRL,p,exec,${pkgs.hyprshot}/bin/hyprshot -m active" "SUPERSHIFT,mouse_down,exec,zoomin in" "SUPERSHIFT,mouse_up,exec,zoomin out" "SUPERALT,r,exec,zoomin in" @@ -288,10 +291,10 @@ in "SUPERCTRL,l,splitratio,+0.05" "SUPERCTRL,h,splitratio,-0.05" "SUPERSHIFT,c,centerwindow" - "ALTCTRL,l,moveintogroup,right" - "ALTCTRL,h,moveintogroup,left" - "ALTCTRL,k,moveintogroup,up" - "ALTCTRL,j,moveintogroup,down" + "SUPERSHIFT,Right,moveintogroup,right" + "SUPERSHIFT,Left,moveintogroup,left" + "SUPERSHIFT,Up,moveintogroup,up" + "SUPERSHIFT,Down,moveintogroup,down" "SUPERALT,g,togglegroup" "SUPER,1,workspace,1" @@ -369,6 +372,7 @@ in "eww open ${if laptop then "bar0" else "bar1"}" # "dunst" # "waybar" + "swww-daemon" "rbw-agent" "hyprctl dispatch --batch 'splitratio 1; splitration -0.35'" "dbus-update-activation-environment --systemd --all" @@ -379,8 +383,8 @@ in "kdeconnect-indicator" "wl-paste --watch cliphist store" "hyprctl setcursor phinger-cursors-light 24" - # "sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg --resize crop -t grow --transition-bezier .14,0,.14,.99" "nm-tray" + "swww img /home/chris/pics/wallpapers/tech.jpg --resize crop -t grow --transition-bezier .14,0,.14,.99" # "emacs --daemon" ]; xwayland = {