Skip to content

Commit

Permalink
Update power-profiles.rasi
Browse files Browse the repository at this point in the history
  • Loading branch information
iamabhas committed Feb 8, 2022
1 parent f6e6696 commit c1f6d73
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions rofi/power-profiles.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ window {
border: 2;
padding: 10;
transparency: "real";
width: 170px;
location: center;
width: 250px;
location: east;
/*y-offset: 18;*/
/*x-offset: 850;*/
transparency: "real";
width: 800px;
}
listview {
lines: 1;
columns: 4;
lines: 4;
columns: 1;
}
element {
border: 0;
Expand Down Expand Up @@ -113,7 +112,7 @@ inputbar {
}
textbox-prompt-colon {
expand: false;
str: "Set Power Profile:";
str: ":";
margin: 0px 0.3em 0em 0em ;
text-color: @normal-foreground;
}

0 comments on commit c1f6d73

Please sign in to comment.