diff --git a/scripts/powermenu/dropdown-round-nobg.rasi b/scripts/powermenu/dropdown-round-nobg.rasi index 9c68896..53c783e 100644 --- a/scripts/powermenu/dropdown-round-nobg.rasi +++ b/scripts/powermenu/dropdown-round-nobg.rasi @@ -27,9 +27,9 @@ window { location: northeast; anchor: northeast; fullscreen: false; - width: 95px; - x-offset: 0px; - y-offset: 0px; + width: 50px; + x-offset: -10px; + y-offset: -20px; /* properties for all widgets */ enabled: true; @@ -132,7 +132,7 @@ listview { fixed-height: true; fixed-columns: true; - spacing: 15px; + spacing: 10px; margin: 0px; padding: 0px; border: 0px solid; @@ -148,7 +148,7 @@ element { enabled: true; spacing: 0px; margin: 0px; - padding: 25px 10px; + padding: 15px 10px; border: 0px solid; border-radius: 100%; border-color: @selected; diff --git a/scripts/powermenu/powermenu.sh b/scripts/powermenu/powermenu.sh index b9b83b0..461658e 100755 --- a/scripts/powermenu/powermenu.sh +++ b/scripts/powermenu/powermenu.sh @@ -13,7 +13,7 @@ # Current Theme dir="$HOME/.config/rofi/scripts/powermenu" -theme='dropdown-round' +theme='dropdown-round-nobg' # override with argument if [[ -n "$1" ]] ; then theme="$1"