powermenu changes

main
spinach 2 years ago
parent e15f8e8953
commit 976826b97b

@ -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;

@ -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"

Loading…
Cancel
Save