mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Remove incorrect path
This commit is contained in:
parent
1b6712e6dd
commit
b93fa2beb7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
calendar() {
|
calendar() {
|
||||||
LOCK_FILE="$HOME/.cache/eww-calendar.lock"
|
LOCK_FILE="$HOME/.cache/eww-calendar.lock"
|
||||||
EWW_BIN="$HOME/scripts/eww"
|
EWW_BIN="eww"
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
${EWW_BIN} -c $HOME/.config/eww/bar open calendar
|
${EWW_BIN} -c $HOME/.config/eww/bar open calendar
|
||||||
@ -22,7 +22,6 @@ fi
|
|||||||
|
|
||||||
system() {
|
system() {
|
||||||
LOCK_FILE_MEM="$HOME/.cache/eww-system.lock"
|
LOCK_FILE_MEM="$HOME/.cache/eww-system.lock"
|
||||||
EWW_BIN="$HOME/scripts/eww"
|
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
${EWW_BIN} -c $HOME/.config/eww/bar open system
|
${EWW_BIN} -c $HOME/.config/eww/bar open system
|
||||||
@ -42,7 +41,6 @@ fi
|
|||||||
|
|
||||||
music() {
|
music() {
|
||||||
LOCK_FILE_SONG="$HOME/.cache/eww-song.lock"
|
LOCK_FILE_SONG="$HOME/.cache/eww-song.lock"
|
||||||
EWW_BIN="$HOME/scripts/eww"
|
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
${EWW_BIN} -c $HOME/.config/eww/bar open music_win
|
${EWW_BIN} -c $HOME/.config/eww/bar open music_win
|
||||||
@ -63,7 +61,6 @@ fi
|
|||||||
|
|
||||||
audio() {
|
audio() {
|
||||||
LOCK_FILE_AUDIO="$HOME/.cache/eww-audio.lock"
|
LOCK_FILE_AUDIO="$HOME/.cache/eww-audio.lock"
|
||||||
EWW_BIN="$HOME/scripts/eww"
|
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
${EWW_BIN} -c $HOME/.config/eww/bar open audio_ctl
|
${EWW_BIN} -c $HOME/.config/eww/bar open audio_ctl
|
||||||
|
Loading…
Reference in New Issue
Block a user