hyprland config
This commit is contained in:
13
hyprland/hypr/scripts/ClipManager.sh
Executable file
13
hyprland/hypr/scripts/ClipManager.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# WOFI STYLES
|
||||
CONFIG="$HOME/.config/wofi/WofiBig/config"
|
||||
STYLE="$HOME/.config/wofi/style.css"
|
||||
|
||||
if [[ ! $(pidof wofi) ]]; then
|
||||
cliphist list | wofi --show dmenu --prompt 'Search...' \
|
||||
--conf ${CONFIG} --style ${STYLE} \
|
||||
--width=600 --height=400 | cliphist decode | wl-copy
|
||||
else
|
||||
pkill wofi
|
||||
fi
|
||||
Reference in New Issue
Block a user