Added UwU

This commit is contained in:
GaspardCulis 2023-11-21 13:34:32 +01:00
parent a30405a451
commit a9bb3745b8
4 changed files with 21 additions and 0 deletions

5
bin/uwu-launcher Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
alacritty --class "uwu-uwu" -e /usr/bin/bash -c "uwu | lolcat && read" &
alacritty --class "uwu-neofetch" -e /usr/bin/bash -c "echo '' && neofetch && read" &
alacritty --class "uwu-btm" -e btm &

View file

@ -13,6 +13,7 @@ bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, L, exec, swaylock-hyprland bind = $mainMod, L, exec, swaylock-hyprland
bind = $mainMod, U, exec, ~/.local/bin/uwu-launcher
# Screenshots # Screenshots
bind = $mainMod, F6, exec, grim -g "$(slurp)" - | wl-copy bind = $mainMod, F6, exec, grim -g "$(slurp)" - | wl-copy

View file

@ -19,3 +19,17 @@ windowrulev2 = center, class:(yuzu)
windowrulev2 = float, class:(PrismLauncher) windowrulev2 = float, class:(PrismLauncher)
# UWU command
windowrule = float, (uwu-uwu)
windowrule = size 470 650, (uwu-uwu)
windowrule = move 70% 15%, (uwu-uwu)
windowrule = float, (uwu-neofetch)
windowrule = size 820 490, (uwu-neofetch)
windowrule = move 10% 10%, (uwu-neofetch)
windowrule = float, (uwu-btm)
windowrule = size 1024 640, (uwu-btm)
windowrule = move 25% 50%, (uwu-btm)

1
sync
View file

@ -36,6 +36,7 @@ synced_files = [
("bin/togglescreen", "~/.local/bin/togglescreen"), ("bin/togglescreen", "~/.local/bin/togglescreen"),
("bin/mc-key-fix", "~/.local/bin/mc-key-fix"), ("bin/mc-key-fix", "~/.local/bin/mc-key-fix"),
("bin/x11-toggle-primary-gpu", "~/.local/bin/x11-toggle-primary-gpu"), ("bin/x11-toggle-primary-gpu", "~/.local/bin/x11-toggle-primary-gpu"),
("bin/uwu-launcher", "~/.local/bin/uwu-launcher"),
] ]