powermenu changes

main
spinach 2 years ago
parent e15f8e8953
commit 976826b97b

@ -27,9 +27,9 @@ window {
location: northeast; location: northeast;
anchor: northeast; anchor: northeast;
fullscreen: false; fullscreen: false;
width: 95px; width: 50px;
x-offset: 0px; x-offset: -10px;
y-offset: 0px; y-offset: -20px;
/* properties for all widgets */ /* properties for all widgets */
enabled: true; enabled: true;
@ -132,7 +132,7 @@ listview {
fixed-height: true; fixed-height: true;
fixed-columns: true; fixed-columns: true;
spacing: 15px; spacing: 10px;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
border: 0px solid; border: 0px solid;
@ -148,7 +148,7 @@ element {
enabled: true; enabled: true;
spacing: 0px; spacing: 0px;
margin: 0px; margin: 0px;
padding: 25px 10px; padding: 15px 10px;
border: 0px solid; border: 0px solid;
border-radius: 100%; border-radius: 100%;
border-color: @selected; border-color: @selected;

@ -13,7 +13,7 @@
# Current Theme # Current Theme
dir="$HOME/.config/rofi/scripts/powermenu" dir="$HOME/.config/rofi/scripts/powermenu"
theme='dropdown-round' theme='dropdown-round-nobg'
# override with argument # override with argument
if [[ -n "$1" ]] ; then if [[ -n "$1" ]] ; then
theme="$1" theme="$1"

Loading…
Cancel
Save