mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-11 18:55:54 +09:00
style: Correct formatting inconsistencies in rofi config
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
* ROFI configs i3 powermenu for EndeavourOS
|
* ROFI configs i3 powermenu for EndeavourOS
|
||||||
* Maintainer: joekamprad <joekamprad@endeavouros.com>
|
* Maintainer: joekamprad <joekamprad@endeavouros.com>
|
||||||
*******************************************************/
|
*******************************************************/
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
font: "Noto Sans Regular 10";
|
font: "Noto Sans Regular 10";
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
@@ -33,7 +32,7 @@ listview {
|
|||||||
}
|
}
|
||||||
element {
|
element {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@@ -76,14 +75,14 @@ element.alternate.active {
|
|||||||
text-color: @alternate-active-foreground;
|
text-color: @alternate-active-foreground;
|
||||||
}
|
}
|
||||||
scrollbar {
|
scrollbar {
|
||||||
width: 4px ;
|
width: 4px;
|
||||||
border: 0;
|
border: 0;
|
||||||
handle-color: @normal-foreground;
|
handle-color: @normal-foreground;
|
||||||
handle-width: 8px ;
|
handle-width: 8px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
mode-switcher {
|
mode-switcher {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
@@ -97,7 +96,7 @@ button.selected {
|
|||||||
inputbar {
|
inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
case-indicator {
|
case-indicator {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
@@ -117,6 +116,6 @@ inputbar {
|
|||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: "Set Power Profile:";
|
str: "Set Power Profile:";
|
||||||
margin: 0px 0.3em 0em 0em ;
|
margin: 0px 0.3em 0em 0em;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ window {
|
|||||||
transparency: "real";
|
transparency: "real";
|
||||||
width: 120px;
|
width: 120px;
|
||||||
location: east;
|
location: east;
|
||||||
/*y-offset: 18;*/
|
/*y-offset: 18;*/
|
||||||
/*x-offset: 850;*/
|
/*x-offset: 850;*/
|
||||||
}
|
}
|
||||||
listview {
|
listview {
|
||||||
lines: 6;
|
lines: 6;
|
||||||
@@ -30,7 +30,7 @@ listview {
|
|||||||
}
|
}
|
||||||
element {
|
element {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@@ -73,14 +73,14 @@ element.alternate.active {
|
|||||||
text-color: @alternate-active-foreground;
|
text-color: @alternate-active-foreground;
|
||||||
}
|
}
|
||||||
scrollbar {
|
scrollbar {
|
||||||
width: 4px ;
|
width: 4px;
|
||||||
border: 0;
|
border: 0;
|
||||||
handle-color: @normal-foreground;
|
handle-color: @normal-foreground;
|
||||||
handle-width: 8px ;
|
handle-width: 8px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
mode-switcher {
|
mode-switcher {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
@@ -94,7 +94,7 @@ button.selected {
|
|||||||
inputbar {
|
inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
case-indicator {
|
case-indicator {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
@@ -114,7 +114,7 @@ inputbar {
|
|||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
margin: 0px 0.3em 0em 0em ;
|
margin: 0px 0.3em 0em 0em;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+11
-11
@@ -29,24 +29,24 @@ mainbox {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
message {
|
message {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
textbox {
|
textbox {
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
listview {
|
listview {
|
||||||
fixed-height: 0;
|
fixed-height: 0;
|
||||||
border: 8px 0px 0px ;
|
border: 8px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
spacing: 8px ;
|
spacing: 8px;
|
||||||
scrollbar: false;
|
scrollbar: false;
|
||||||
padding: 2px 0px 0px ;
|
padding: 2px 0px 0px;
|
||||||
}
|
}
|
||||||
element {
|
element {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@@ -89,14 +89,14 @@ element.alternate.active {
|
|||||||
text-color: @alternate-active-foreground;
|
text-color: @alternate-active-foreground;
|
||||||
}
|
}
|
||||||
scrollbar {
|
scrollbar {
|
||||||
width: 4px ;
|
width: 4px;
|
||||||
border: 0;
|
border: 0;
|
||||||
handle-color: @normal-foreground;
|
handle-color: @normal-foreground;
|
||||||
handle-width: 8px ;
|
handle-width: 8px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
mode-switcher {
|
mode-switcher {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
@@ -110,7 +110,7 @@ button.selected {
|
|||||||
inputbar {
|
inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
case-indicator {
|
case-indicator {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
@@ -130,6 +130,6 @@ inputbar {
|
|||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
margin: 0px 0.3em 0em 0em ;
|
margin: 0px 0.3em 0em 0em;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,24 +31,24 @@ mainbox {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
message {
|
message {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
textbox {
|
textbox {
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
listview {
|
listview {
|
||||||
fixed-height: 0;
|
fixed-height: 0;
|
||||||
border: 8px 0px 0px ;
|
border: 8px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
spacing: 8px ;
|
spacing: 8px;
|
||||||
scrollbar: false;
|
scrollbar: false;
|
||||||
padding: 2px 0px 0px ;
|
padding: 2px 0px 0px;
|
||||||
}
|
}
|
||||||
element {
|
element {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@@ -91,14 +91,14 @@ element.alternate.active {
|
|||||||
text-color: @alternate-active-foreground;
|
text-color: @alternate-active-foreground;
|
||||||
}
|
}
|
||||||
scrollbar {
|
scrollbar {
|
||||||
width: 4px ;
|
width: 4px;
|
||||||
border: 0;
|
border: 0;
|
||||||
handle-color: @normal-foreground;
|
handle-color: @normal-foreground;
|
||||||
handle-width: 8px ;
|
handle-width: 8px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
mode-switcher {
|
mode-switcher {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
@@ -112,7 +112,7 @@ button.selected {
|
|||||||
inputbar {
|
inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
padding: 1px ;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
case-indicator {
|
case-indicator {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
@@ -132,6 +132,6 @@ inputbar {
|
|||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
margin: 0px 0.3em 0em 0em ;
|
margin: 0px 0.3em 0em 0em;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user