From a3cc68258778529c0f7df74e63cbcbcf8c10fd07 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 11 Feb 2023 19:08:31 -0500 Subject: [PATCH] fixed linking so relative config should be ok --- scripts/powermenu/dropdown-round-nobg.rasi | 4 ++-- scripts/powermenu/dropdown-round.rasi | 4 ++-- scripts/powermenu/horizontal-round-uptime.rasi | 4 ++-- scripts/powermenu/horizontal-round.rasi | 4 ++-- scripts/powermenu/powermenu.sh | 1 - 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/scripts/powermenu/dropdown-round-nobg.rasi b/scripts/powermenu/dropdown-round-nobg.rasi index f75d003..813b4e4 100644 --- a/scripts/powermenu/dropdown-round-nobg.rasi +++ b/scripts/powermenu/dropdown-round-nobg.rasi @@ -13,8 +13,8 @@ configuration { } /*****----- Global Properties -----*****/ -@import "../../../shared/colors.rasi" -@import "../../../shared/fonts.rasi" +@import "../../shared/colors.rasi" +@import "../../shared/fonts.rasi" /* USE_BUTTONS=YES diff --git a/scripts/powermenu/dropdown-round.rasi b/scripts/powermenu/dropdown-round.rasi index 0b01097..6390a21 100644 --- a/scripts/powermenu/dropdown-round.rasi +++ b/scripts/powermenu/dropdown-round.rasi @@ -13,8 +13,8 @@ configuration { } /*****----- Global Properties -----*****/ -@import "../../../shared/colors.rasi" -@import "../../../shared/fonts.rasi" +@import "../../shared/colors.rasi" +@import "../../shared/fonts.rasi" /* USE_BUTTONS=YES diff --git a/scripts/powermenu/horizontal-round-uptime.rasi b/scripts/powermenu/horizontal-round-uptime.rasi index b698101..4b4e471 100644 --- a/scripts/powermenu/horizontal-round-uptime.rasi +++ b/scripts/powermenu/horizontal-round-uptime.rasi @@ -13,8 +13,8 @@ configuration { } /*****----- Global Properties -----*****/ -@import "../../../shared/colors.rasi" -@import "shared/fonts.rasi" +@import "../../shared/colors.rasi" +@import "../../shared/fonts.rasi" /* USE_BUTTONS=YES diff --git a/scripts/powermenu/horizontal-round.rasi b/scripts/powermenu/horizontal-round.rasi index b6b5358..6636502 100644 --- a/scripts/powermenu/horizontal-round.rasi +++ b/scripts/powermenu/horizontal-round.rasi @@ -13,8 +13,8 @@ configuration { } /*****----- Global Properties -----*****/ -@import "../../../shared/colors.rasi" -@import "../../../shared/fonts.rasi" +@import "../../shared/colors.rasi" +@import "../../shared/fonts.rasi" /* USE_BUTTONS=YES diff --git a/scripts/powermenu/powermenu.sh b/scripts/powermenu/powermenu.sh index 513f24a..b9b83b0 100755 --- a/scripts/powermenu/powermenu.sh +++ b/scripts/powermenu/powermenu.sh @@ -21,7 +21,6 @@ fi # CMDs uptime="`uptime -p | sed -e 's/up //g'`" -host=`hostname` # Options nerdfont compaitable shutdown=''