Improve styling of rofi power menu
Moved it higher on the screen so it it in line with the power button made the icons bigger which also lead to adjusting the margins to they sat centred on the button
This commit is contained in:
parent
a6e3cd71d4
commit
e2021898b3
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ window {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
location: east;
|
location: east;
|
||||||
x-offset: -15px;
|
x-offset: -15px;
|
||||||
y-offset: 0px;
|
y-offset: -200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
|
@ -52,11 +52,11 @@ element {
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
font: "iosevka 25";
|
font: "iosevka 45";
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0.5;
|
horizontal-align: 0.5;
|
||||||
vertical-align: 0;
|
vertical-align: 0;
|
||||||
margin: 10px 10px 33px 10px;
|
margin: 0px 10px 63px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.urgent,
|
element normal.urgent,
|
Loading…
Add table
Add a link
Reference in a new issue