This commit is contained in:
moonleay 2025-03-06 22:12:30 +01:00
parent 4ea8b6c392
commit 7d30b45aec
Signed by: moonleay
GPG key ID: 82667543CCD715FB
9 changed files with 141 additions and 15 deletions

View file

@ -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

View file

@ -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
}

View file

@ -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

View file

@ -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.
}

107
hypr/hyprlock.conf Normal file
View file

@ -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 = <i>Password...</i> # 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 "<b> "$(date +'%A, %-d %B %Y')" </b>"
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 "<b> "$(date +'Week %U')" </b>"
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 "<b><big> $(date +"%I:%M:%S %p") </big></b>" # AM/PM
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 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 "<b> "$(uptime -p || $Scripts/UptimeNixOS.sh)" </b>"
color = $color12
font_size = 24
font_family = JetBrains Mono Nerd Font 10
position = 0, 0
halign = right
valign = bottom
}

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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!)$