Launcher + Widgets done
This commit is contained in:
parent
238936218d
commit
4ff9189fef
3 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
5
modules/wm/hyprland/config/hypr/open.sh
Executable file
5
modules/wm/hyprland/config/hypr/open.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
(pkill wofi && ~/.config/eww/scripts/open.sh) ||
|
||||||
|
(wofi --show drun &
|
||||||
|
~/.config/eww/scripts/open.sh)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue