From 7d30b45aecb5bfe812ebc633b59e0a85504c73ac Mon Sep 17 00:00:00 2001 From: moonleay Date: Thu, 6 Mar 2025 22:12:30 +0100 Subject: [PATCH] changes --- hypr/autorun.conf | 6 ++- hypr/basics.conf | 6 +++ hypr/env_vars.conf | 6 ++- hypr/hypridle.conf | 10 ++-- hypr/hyprlock.conf | 107 ++++++++++++++++++++++++++++++++++++++++++ hypr/hyprpaper.conf | 9 ++-- hypr/keybindings.conf | 6 +-- hypr/monitors.conf | 3 +- hypr/windowrules.conf | 3 ++ 9 files changed, 141 insertions(+), 15 deletions(-) create mode 100644 hypr/hyprlock.conf diff --git a/hypr/autorun.conf b/hypr/autorun.conf index e08533a..131d29d 100644 --- a/hypr/autorun.conf +++ b/hypr/autorun.conf @@ -1,5 +1,5 @@ # Autorun apps -exec-once = dunst & waybar & hypridle & hyprpaper +exec-once = dunst & waybar & hypridle # & hyprpaper exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = hyprctl setcursor Adwaita 24 exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'adwaita' @@ -7,9 +7,11 @@ exec-once = gsettings set org.gnome.desktop.interface cursor-size '24' exec-once = bash /home/moonleay/.config/hypr/hyprland/scripts/fixXwaylandVideoBridge.sh exec-once = solaar -w hide exec-once = setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -option'' -option 'misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu,misc:cmk_curl_dh' -exec-once = xwaylandvideobridge +# exec-once = xwaylandvideobridge # exec-once = discord & librewolf # exec-once = flatpak run org.kde.xwaylandvideobridge # exec-once = gBar bar 0 & gBar bar 1 & gBar bar 2 # exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = /usr/bin/arrpc +exec-once = systemctl --user start hyprpolkitagent +# exec-once = /usr/bin/seafile-applet diff --git a/hypr/basics.conf b/hypr/basics.conf index 29ee005..c712f01 100644 --- a/hypr/basics.conf +++ b/hypr/basics.conf @@ -61,3 +61,9 @@ gestures { workspace_swipe_distance = 400 workspace_swipe_direction_lock = false } + +# Fuck you vaxry +ecosystem { + no_donation_nag = yes + no_update_news = yes +} diff --git a/hypr/env_vars.conf b/hypr/env_vars.conf index 8dee366..16893c1 100644 --- a/hypr/env_vars.conf +++ b/hypr/env_vars.conf @@ -3,7 +3,9 @@ env = MOZ_ENABLE_WAYLAND,1 env = MOZ_DISABLE_RDD_SANDBOX,1 env = WLR_DRM_NO_ATOMIC,1 env = GDK_BACKEND,wayland,x11,* -env = QT_QPA_PLATFORM,wayland;xcb +# env = QT_QPA_PLATFORM,wayland;xcb +env = QT_QPA_PLATFORM,wayland +env = QT_QPA_PLATFORMTHEME,qt5ct env = SDL_VIDEODRIVER,wayland env = CLUTTER_BACKEND,wayland env = XDG_CURRENT_DESKTOP,Hyprland @@ -22,5 +24,7 @@ env = XCURSOR_SIZE,24 # env = ENABLE_DEVICE_CHOOSER_LAYER=1 VULKAN_DEVICE_INDEX=0 env = KITTY_DISABLE_WAYLAND,1 +env = NO_STRIP,true #env=SDL_VIDEODRIVER,wayland osu-lazer +env = invidious_instance, https://invidious.nerdvpn.de diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 72fd3cf..534d8c1 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -1,14 +1,14 @@ general { - lock_cmd = notify-send "lock!" # dbus/sysd lock command (loginctl lock-session) + lock_cmd = hyprlock # dbus/sysd lock command (loginctl lock-session) unlock_cmd = notify-send "unlock!" # same as above, but unlock - before_sleep_cmd = notify-send "Zzz" # command ran before sleep + before_sleep_cmd = hyprlock # command ran before sleep after_sleep_cmd = notify-send "Awake!" # command ran after sleep ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors } listener { - timeout = 10 # 500 # in seconds - on-timeout = notify-send "You are idle!" # command to run when timeout has passed - on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired. + timeout = # 500 # in seconds + #on-timeout = notify-send "You are idle!" # command to run when timeout has passed + #on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired. } diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf new file mode 100644 index 0000000..3626794 --- /dev/null +++ b/hypr/hyprlock.conf @@ -0,0 +1,107 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# Hyprlock +# Original config submitted by https://github.com/SherLock707 + +general { + grace = 1 +} + +background { + monitor = + path = screenshot # screenshot of your desktop +# path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # NOTE only png supported for now + #color = $color7 + + # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations + blur_size = 15 + blur_passes = 1 # 0 disables blurring + noise = 0.0117 + contrast = 1.3000 # Vibrant!!! + brightness = 0.8000 + vibrancy = 0.2100 + vibrancy_darkness = 0.0 +} + +input-field { + monitor = + size = 250, 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 + outer_color = $color5 + inner_color = $color0 + font_color = $color12 + #fade_on_empty = true + placeholder_text = Password... # Text rendered in the input box when it's empty. + hide_input = false + + position = 0, 200 + halign = center + valign = bottom +} + +# Date +label { + monitor = + text = cmd[update:18000000] echo " "$(date +'%A, %-d %B %Y')" " + color = $color12 + font_size = 34 + font_family = JetBrains Mono Nerd Font 10 + + position = 0, -150 + halign = center + valign = top +} + +# Week +label { + monitor = + text = cmd[update:18000000] echo " "$(date +'Week %U')" " + color = $color5 + font_size = 24 + font_family = JetBrains Mono Nerd Font 10 + position = 0, -250 + halign = center + valign = top +} + +# Time +label { + monitor = + #text = cmd[update:1000] echo " $(date +"%I:%M:%S %p") " # AM/PM + text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H + color = $color15 + font_size = 94 + font_family = JetBrains Mono Nerd Font 10 + + position = 0, 0 + halign = center + valign = center +} + +# User +label { + monitor = + text =  $USER + color = $color12 + font_size = 18 + font_family = Inter Display Medium + + position = 0, 100 + halign = center + valign = bottom +} + +# uptime +label { + monitor = + text = cmd[update:60000] echo " "$(uptime -p || $Scripts/UptimeNixOS.sh)" " + color = $color12 + font_size = 24 + font_family = JetBrains Mono Nerd Font 10 + position = 0, 0 + halign = right + valign = bottom +} + diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 7cd69e7..afbeb31 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,4 +1,5 @@ -preload = ~/Pictures/Wallpaper/GOUKlfP.jpg +preload = ~/Pictures/Wallpaper/linux.jpg +# preload = ~/Pictures/Wallpaper/gaming.png #if more than one preload is desired then continue to preload other backgrounds #preload = /path/to/next_image.png @@ -8,8 +9,10 @@ preload = ~/Pictures/Wallpaper/GOUKlfP.jpg # wallpaper = eDP-2,~/Pictures/Wallpaper/cityx4.png # wallpaper = eDP-1,~/Pictures/Wallpaper/somerndm.jpg # wallpaper = DP-2,~/Pictures/Wallpaper/somerndm.jpg -wallpaper = desc:LG Electronics LG TV SSCR2 0x01010101,~/Pictures/Wallpaper/GOUKlfP.jpg -wallpaper = desc:BOE 0x0BC9,~/Pictures/Wallpaper/GOUKlfP.jpg +# wallpaper = desc:LG Electronics LG TV SSCR2 0x01010101,~/Pictures/Wallpaper/gaming.png +wallpaper = desc:LG Electronics LG TV SSCR2 0x01010101,~/Pictures/Wallpaper/linux.jpg +wallpaper = desc:BOE 0x0BC9,~/Pictures/Wallpaper/linux.jpg +# wallpaper = desc:BOE 0x0BC9,~/Pictures/Wallpaper/gaming.png splash = true diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 8210285..c61f8ce 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -16,7 +16,7 @@ bind = , XF86Launch5, exec, playerctl play-pause bind = , XF86Launch6, exec, playerctl next # Run "overlay apps" -bind = CTRL ALT_L, DELETE, exec, swaylock +bind = CTRL ALT_L, DELETE, exec, hyprlock bind = $secondaryMod SHIFT, s, exec, grim -g "$(slurp)" -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim.png')" bind = $secondaryMod Control_L, s, exec, grim -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim_full.png')" @@ -34,7 +34,7 @@ bind = ALT_L, p, fullscreenstate, 1 1 # bind = ALT_L SHIFT, f, fakefullscreen # Custom rofi -bind = $secondaryMod, TAB, exec, rofi -show window -show-icons +bind = $secondaryMod, TAB, exec, rofi -show window -show-icons -font "JetBrains Mono" # Exit applications bind = $mainMod, C, killactive, @@ -116,7 +116,7 @@ bind = MOD3SUPERCTRL, i, workspace, r+1 bind = MOD3SUPERCTRL, n, workspace, r-1 bind = MOD3SUPERCTRLSHIFT, l, movetoworkspace, 1 -bind = MOD3SUPERCTRLSHIFt, y, movetoworkspace, e+1 +bind = MOD3SUPERCTRLSHIFT, y, movetoworkspace, e+1 bind = MOD3SUPERCTRLSHIFT, i, movetoworkspace, +1 bind = MOD3SUPERCTRLSHIFT, n, movetoworkspace, -1 diff --git a/hypr/monitors.conf b/hypr/monitors.conf index 942c8a7..fe6a518 100644 --- a/hypr/monitors.conf +++ b/hypr/monitors.conf @@ -2,7 +2,8 @@ monitor=,preferred,auto,auto # monitor=eDP-2,preferred,0x0,2 monitor=desc:BOE 0x0BC9,2560x1600@165,0x0,1.6 # 1.6 +monitor=desc:LG Electronics LG TV SSCR2 0x01010101,3840x2160@120,1600x-320,1.25 # 1.2 +monitor=desc:Philips Consumer Electronics Company PHL 288E2 UK52316001451,3840x2160@75,-2560x0,1.5 #monitor=desc:LG Electronics LG TV SSCR2 0x01010101,3840x2160@120,-3072x0,1.25 # 1.2 -monitor=desc:LG Electronics LG TV SSCR2 0x01010101,3840x2160@120,1600x0,1.25 # 1.2 # monitor=HDMI-A-1,preferred,4480x0,1 # monitor=HDMI-A-1,3440x1440@100,1280x0,1 diff --git a/hypr/windowrules.conf b/hypr/windowrules.conf index 6abe8b3..dd7fefb 100644 --- a/hypr/windowrules.conf +++ b/hypr/windowrules.conf @@ -25,3 +25,6 @@ windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1 windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1 # windowrulev2 = suppressevent maximize, class:.* +# +windowrulev2 = fullscreenstate:1 1,class:^(mpv) +windowrulev2 = immediate, class:^(osu!)$