10 changed files with 49 additions and 1986 deletions
@ -1,3 +1,3 @@
|
||||
#!/bin/bash |
||||
|
||||
foot -e vim ~/.config/hypr/HelpFile.md |
||||
mousepad ~/.config/hypr/HelpFile.md |
||||
|
||||
@ -1,11 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
CONFIG="$HOME/.config/wofi/config" |
||||
STYLE="$HOME/.config/wofi/style.css" |
||||
COLORS="$HOME/.config/wofi/colors" |
||||
|
||||
if [[ ! $(pidof wofi) ]]; then |
||||
wofi --show drun --prompt 'Search...' --conf ${CONFIG} --style ${STYLE} --color ${COLORS} |
||||
else |
||||
pkill wofi |
||||
fi |
||||
@ -1,11 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
CONFIG="$HOME/.config/wofi/WofiBig/config" |
||||
STYLE="$HOME/.config/wofi/style.css" |
||||
COLORS="$HOME/.config/wofi/colors" |
||||
|
||||
if [[ ! $(pidof wofi) ]]; then |
||||
wofi --show drun --prompt 'Search...' --conf ${CONFIG} --style ${STYLE} --color ${COLORS} |
||||
else |
||||
pkill wofi |
||||
fi |
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue