Launcher + Widgets done

This commit is contained in:
KoenDR06 2025-04-03 22:28:06 +02:00
parent 238936218d
commit 4ff9189fef
3 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,7 @@ $nix = /home/horseman/nix-config
################# #################
exec-once = swaybg -i $nix/misc/wallpaper.png exec-once = swaybg -i $nix/misc/wallpaper.png
exec-once = eww daemon
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:

View file

@ -1,6 +1,6 @@
$mainMod = SUPER $mainMod = SUPER
$terminal = kitty $terminal = kitty
$launcher = pkill wofi || wofi --show drun $launcher = ~/.config/hypr/open.sh
bindr = SUPER, SUPER_L, exec, $launcher bindr = SUPER, SUPER_L, exec, $launcher

View file

@ -0,0 +1,5 @@
#!/bin/sh
(pkill wofi && ~/.config/eww/scripts/open.sh) ||
(wofi --show drun &
~/.config/eww/scripts/open.sh)