idrk what i changed its been a month 💀

This commit is contained in:
Ryan Schanzenbacher 2023-07-05 21:15:23 -04:00
parent bbdc3d8697
commit 8cebfbd1d7
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
3 changed files with 20 additions and 23 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP &
waybar & waybar &
mako & mako &
@ -7,3 +9,7 @@ mako &
swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg & swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg &
swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' & swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' &
syncthing serve --no-browser &
blueman-applet &

View file

@ -119,7 +119,8 @@ bind = $mainMod SHIFT, Space, togglefloating
bind = $mainMod, D, exec, fuzzel --width=35 --font='Hack:weight=bold:size=12' --background-color='282a36fa' --selection-color='3d4460fa' --line-height=20 --border-radius=20 bind = $mainMod, D, exec, fuzzel --width=35 --font='Hack:weight=bold:size=12' --background-color='282a36fa' --selection-color='3d4460fa' --line-height=20 --border-radius=20
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen, 1
bind = $mainMod SHIFT, F, fullscreen
bind = ,XF86MonBrightnessUp, exec, light -A 10 bind = ,XF86MonBrightnessUp, exec, light -A 10
bind = ,XF86MonBrightnessDown, exec, light -U 10 bind = ,XF86MonBrightnessDown, exec, light -U 10

View file

@ -49,30 +49,20 @@
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
#:configure-flags #~(list "-Dsystemd=disabled"))) #:tests? #f
(native-inputs (list cmake pkg-config wayland hyprland-protocols)) #:configure-flags #~(list "-Dsystemd=disabled")
(inputs (list elogind hyprland hyprland-protocols pipewire wayland-protocols wayland libinih mesa `(,util-linux "lib"))) #:phases
#~(modify-phases %standard-phases
(add-after 'build 'chdir-and-build
(lambda _ (chdir "../source/hyprland-share-picker/")
(invoke "make")))
(add-after 'install 'install-picker
(lambda _ (install-file "hyprland-share-picker" (string-append #$output "/bin")))))))
(native-inputs (list cmake pkg-config))
(inputs (list elogind hyprland hyprland-protocols pipewire wayland-protocols wayland libinih mesa qtwayland `(,util-linux "lib")))
(home-page "") (home-page "")
(synopsis "test") (synopsis "test")
(description "test") (description "test")
(license license:bsd-3))) (license license:bsd-3)))
(define-public hyprland-share-picker xdg-desktop-portal-hyprland
(package
(inherit xdg-desktop-portal-hyprland)
(name "hyprland-share-picker")
(build-system qt-build-system)
(inputs (modify-inputs (package-inputs xdg-desktop-portal-hyprland)
(append qtwayland-5)))
(native-inputs (modify-inputs (package-native-inputs xdg-desktop-portal-hyprland)
(append qtwayland-5)))
(arguments
(list
#:tests? #f
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'chdir
(lambda _ (chdir "hyprland-share-picker"))))))
(synopsis "share picker")))
hyprland-share-picker