diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 30e0809..d99c5a7 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -233,11 +233,6 @@ 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 8c44ca9..ae8dd02 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ -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 +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 diff --git a/home/home.nix b/home/home.nix index 34bc359..8be8c9a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1313,7 +1313,7 @@ in { progress_bar_frame_width = 1; progress_bar_min_width = 150; progress_bar_max_width = 300; - transparency = 30; + transparency = 10; separator_height = 2; padding = 10; horizontal_padding = 8; @@ -1334,19 +1334,19 @@ in { dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:"; }; urgency_low = { - background = "#282a36aa"; + background = "#282a36"; foreground = "#57c7ff"; timeout = 10; }; urgency_normal = { - background = "#282a36aa"; + background = "#282a36"; foreground = "#5af78e"; timeout = 10; }; urgency_critical = { - background = "#282a36aa"; + background = "#282a36"; foreground = "#ff5c57"; frame_color = "#ff0000"; timeout = 0; @@ -1444,7 +1444,7 @@ in { enable = true; settings = { window = { - opacity = 0.9; + opacity = 1.0; dynamic_title = true; padding.x = 10; padding.y = 10; diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 954fbc5..3cd70af 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -6,15 +6,12 @@ in { home.file.".config/hypr/hyprlock.conf" = { text = '' - auth { - fingerprint:enable = false - } background { monitor = - path = /home/chris/pics/wallpapers/tech.jpg # only png supported for now + path = /home/chris/pics/wallpapers/nixorange.png # only png supported for now blur_passes = 3 # 0 disables blurring - blur_size = 12 - noise = 0.1 + blur_size = 7 + noise = 0.0117 contrast = 0.8916 brightness = 0.8172 vibrancy = 0.1696 @@ -22,22 +19,22 @@ in } input-field { monitor = - size = 400, 50 - outline_thickness = 2 + size = 200, 50 + outline_thickness = 3 dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0 - dots_center = true + dots_center = false dots_rounding = -1 # -1 default circle, -2 follow input-field rounding - outer_color = rgb(90, 247, 142) - inner_color = rgb(40, 42, 54) - font_color = rgb(90, 247, 142) + outer_color = rgb(151515) + inner_color = rgb(200, 200, 200) + font_color = rgb(10, 10, 10) fade_on_empty = true fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. placeholder_text = Input Password... # Text rendered in the input box when it's empty. hide_input = false rounding = -1 # -1 means complete rounding (circle/oval) - check_color = rgb(255, 159, 67) - fail_color = rgb(255, 92, 87) # if authentication failed, changes outer_color and fail message color + check_color = rgb(204, 136, 34) + fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color fail_text = $FAIL ($ATTEMPTS) # can be set to empty fail_transition = 300 # transition time in ms between normal outer_color and fail_color capslock_color = -1 @@ -152,18 +149,17 @@ in decoration = { rounding = 18; # multisample_edges=true - active_opacity = 0.90; + active_opacity = 0.97; inactive_opacity = 0.70; fullscreen_opacity = 1.0; blur = { enabled = true; - size = 15; # minimum 1; + size = 10; # minimum 1; passes = 3; # minimum 1, more passes = more resource intensive.; new_optimizations = true; ignore_opacity = false; special = false; - noise = 0.2; }; shadow = { @@ -174,23 +170,11 @@ in scale = 0.998; range = 20; }; - dim_inactive = true; + dim_inactive = false; dim_strength = 0.2; dim_special = 0; }; - group = { - "col.border_active" = "rgba(282a3600) rgba(57c7ff00) rgba(5af78e00) 45deg"; - "col.border_inactive" = "rgba(282a3655) rgba(57c7ff55) rgba(5af78e55) 45deg"; - groupbar = { - rounding = 16; - gradients = true; - gradient_rounding = 12; - "col.active" = "rgba(282a36ff)"; - "col.inactive" = "rgba(282a3655)"; - }; - }; - bezier = "snapslide,0.07,0.66,0.04,1.02"; animations = { @@ -280,9 +264,7 @@ in "SUPER,B,exec,/home/chris/bin/fflof" "SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer" "SUPERCTRL,i,exec,alacritty --class btop -e btop" - "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" + ",Print,exec,screenshot" "SUPERSHIFT,mouse_down,exec,zoomin in" "SUPERSHIFT,mouse_up,exec,zoomin out" "SUPERALT,r,exec,zoomin in" @@ -306,11 +288,11 @@ in "SUPERCTRL,l,splitratio,+0.05" "SUPERCTRL,h,splitratio,-0.05" "SUPERSHIFT,c,centerwindow" - "SUPERSHIFT,Right,moveintogroup,right" - "SUPERSHIFT,Left,moveintogroup,left" - "SUPERSHIFT,Up,moveintogroup,up" - "SUPERSHIFT,Down,moveintogroup,down" - "SUPERSHIFT,g,togglegroup" + "ALTCTRL,l,moveintogroup,right" + "ALTCTRL,h,moveintogroup,left" + "ALTCTRL,k,moveintogroup,up" + "ALTCTRL,j,moveintogroup,down" + "SUPERALT,g,togglegroup" "SUPER,1,workspace,1" "SUPER,2,workspace,2" @@ -345,7 +327,7 @@ in "SUPERALT,a,movetoworkspace,special:agenda" "SUPER,g,togglespecialworkspace,agenda" - # "SUPERSHIFT,g,exec,waybar.sh" + "SUPERSHIFT,g,exec,waybar.sh" "SUPERALT,n,exec,eww update rightside=true" "SUPERCTRL,f,exec,forms-fill.sh" ]; @@ -374,13 +356,9 @@ in # Blur waybar # blurls = "gtk-layer-shell"; layerrule = [ - "blur, notifications" - # "blur, panel" - "ignorezero, notifications" - "ignorezero, panel" + # "blur, gtk-layer-shell" "ignorezero, gtk-layer-shell" "animation snapslide, gtk-layer-shell" - "animation snapslide, panel" ]; # blurls=notifications @@ -391,7 +369,6 @@ 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" @@ -402,8 +379,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 = {