1
0
Fork 0

Una configuracion nueva de rofi que mejor se adapte a mi monitor

This commit is contained in:
deadguy 2023-10-08 13:10:26 -03:00
parent 5b20b47166
commit 7330453547
Signed by: dgy
GPG Key ID: 37CA55B52CF63730
14 changed files with 166 additions and 1138 deletions

View File

@ -1,9 +1,6 @@
* {
trans: rgba ( 8, 8, 8, 0 %);
background: #080808;
foreground: #b3b1ad;
selected: #faa030;
urgent: #e53714;
on: #A3BE8C;
off: #BF616A;
*{
accent: #d4be98;
foreground: #d4be98;
background: #3c3836;
background-alt: #4d4642;
}

View File

@ -1,9 +1,13 @@
configuration {
modi: "run,drun,window";
drun-match-fields: "name,exec";
pid: "/tmp/rofi_pid";
cache-dir: "/tmp";
icon-theme: "haiku";
m: "-1";
modi: "run,drun,window";
drun-match-fields: "name,exec";
pid: "/tmp/rofi_pid";
cache-dir: "/tmp";
display-drun: ">";
display-run: "$";
display-window: "";
display-clipboard: ">>";
drun-display-format: "{name}";
m: "-1";
}
@theme "mehnu"
@theme "gruvy"

View File

@ -1,79 +0,0 @@
* {
background-color: rgb ( 8, 8, 8);
background: rgba ( 8, 8, 8, 100 %);
text-bg: #080808;
border-color: #faa030;
text-color: #b3b1ad;
urgent-color: #e53714;
font: "System Charcoal 13";
}
@theme "/dev/null"
window {
anchor: northwest;
location: northwest;
width: 50%;
}
mainbox {
children: [ inputbar, listview ];
background-color: @background-color;
}
listview {
fixed-height: false;
dynamic: true;
scrollbar: false;
cycle: true;
spacing: 5px;
background-color: @background;
}
inputbar {
children: [ prompt, textbox-prompt-colon ];
background-color: @background-color;
spacing: 0px;
expand: false;
border: 0px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
prompt {
background-color: @background-color;
text-color: @text-color;
padding: 0px 5px;
margin: 0px 1px 5px 1px;
}
entry {
padding: 10px;
margin: 10px 0px;
background-color: @background;
text-color:@text-color;
}
element {
padding: 5px 10px;
}
element-text, element-icon {
background-color: inherit;
text-color: @text-bg;
}
element normal.urgent {
text-color: @urgent-color;
background-color: @text-bg;
}
element selected.urgent {
background-color: @urgent-color;
background-color: @text-color;
}
element selected {
background-color: @border-color;
text-color: @text-bg;
}

View File

@ -1,52 +0,0 @@
* {
background-color: rgba ( 8, 8, 8, 0 %);
text-bg: #080808;
border-color: #faa030;
text-color: #b3b1ad;
urgent-color: #e53714;
font: "System Charcoal 11.5";
}
window {
anchor: northwest;
location: northwest;
width: 65%;
padding: 0px 5px;
children: [ horibox ];
background-color: @background-color;
}
horibox {
orientation: horizontal;
children: [ prompt, listview ];
background-color: @background-color;
}
listview {
layout: horizontal;
spacing: 5px;
lines: 100;
background-color: @background-color;
}
prompt {
background-color: @background-color;
text-color: @border-color;
}
element {
padding: 3px 10px;
}
element normal.urgent {
text-color: @urgent-color;
}
element selected.urgent {
background-color: @urgent-color;
}
element selected {
background-color: @border-color;
text-color: @text-bg;
}

View File

@ -1,63 +0,0 @@
* {
background-color: rgba ( 8, 8, 8, 0 %);
text-bg: #080808;
border-color: #faa030;
text-color: #b3b1ad;
urgent-color: #e53714;
font: "System Charcoal 11.5";
}
window {
transparency: "real";
anchor: northwest;
location: northwest;
width: 70%;
padding: 0px 5px;
children: [ horibox ];
background-color: @background-color;
}
horibox {
orientation: horizontal;
children: [ prompt, entry, listview ];
background-color: @background-color;
}
listview {
layout: horizontal;
spacing: 5px;
lines: 100;
background-color: @background-color;
}
entry {
expand: false;
width: 10em;
background-color: @background-color;
padding: 2px 5px;
}
prompt {
background-color: @background-color;
text-color: @border-color;
padding: 2px 5px;
}
element {
padding: 3px 5px;
}
element normal.urgent {
text-color: @urgent-color;
background-color: @text-bg;
}
element selected.urgent {
background-color: @urgent-color;
background-color: @text-color;
}
element selected {
background-color: @border-color;
text-color: @text-bg;
}

View File

@ -1,72 +0,0 @@
* {
background-color: rgba ( 8, 8, 8, 0 %);
background: rgba ( 8, 8, 8, 100 %);
text-bg: #080808;
border-color: #faa030;
text-color: #b3b1ad;
urgent-color: #e53714;
font: "System Charcoal 12";
}
window {
anchor: northwest;
location: northwest;
width: 65%;
}
mainbox {
children: [ inputbar, listview ];
background-color: @background-color;
}
listview {
fixed-height: false;
dynamic: true;
scrollbar: false;
cycle: true;
spacing: 5px;
background-color: @background;
}
inputbar {
children: [ prompt, entry, textbox-prompt-colon ];
background-color: @background-color;
spacing: 0px;
expand: false;
border: 0px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
prompt {
background-color: @background-color;
text-color: @text-color;
padding: 0px 5px;
margin: 0px 1px 5px 1px;
}
entry {
padding: 0px 10px;
margin: 0px;
background-color: @background;
text-color:@text-color;
}
element {
padding: 5px 10px;
}
element normal.urgent {
text-color: @urgent-color;
background-color: @text-bg;
}
element selected.urgent {
background-color: @urgent-color;
background-color: @text-color;
}
element selected {
background-color: @text-bg;
text-color: @border-color;
}

90
rofi/gruvy.rasi Normal file
View File

@ -0,0 +1,90 @@
@import "colors.rasi"
* {
font: "JetbrainsMono Nerd Font 14";
separatorcolor: transparent;
window-format: "[{w}] {c}: {t}";
click-to-exit: true;
}
window {
width: 420px;
border-radius: 0;
border: 0;
padding: 0;
background-color: @background;
}
mainbox {
background-color: @background;
children: [inputbar,listview];
padding: 10;
}
inputbar {
children: [prompt, entry];
background-color: @background;
border-radius: 0;
margin: 0 0 5 0;
}
prompt {
font: "JetbrainsMono Nerd Font 20";
background-color: @background-alt;
text-color: @accent;
enabled: true;
border-radius: 0;
padding: -2 10 0 10;
}
entry {
background-color: @background;
text-color: @foreground;
placeholder-color: @foreground;
border-radius: 0;
placeholder: "";
blink: false;
margin: 4 0 0 10;
}
listview {
scrollbar: false;
padding: 0;
background-color: @background;
columns: 1;
lines: 7;
margin: 0;
spacing: 10;
dynamic: true;
scrollbar: false;
layout: vertical;
fixed-height: true;
fixed-columns: true;
}
element {
padding: 10;
}
element-text {
background-color: inherit;
text-color: inherit;
expand: true;
horizontal-align: 0;
vertical-align: 0.5;
}
element.selected.normal {
background-color: @accent;
text-color: @background;
}
element.alternate.normal {
background-color: @background-alt;
text-color: @foreground;
}
element.normal.normal {
background-color: @background-alt;
text-color: @foreground;
}

View File

@ -1,185 +0,0 @@
/* Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com> */
/* Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 */
configuration {
location: 0;
fixed-num-lines: true;
show-icons: false;
sidebar-mode: true;
scroll-method: 1;
window-format: "[{w}] ··· {c} ··· {t}";
click-to-exit: true;
combi-hide-mode-prefix: false;
display-window: "";
display-windowcd: "";
display-run: "";
display-ssh: "";
display-drun: "";
display-combi: "";
}
@import "colors.rasi"
* {
font: "Iosevka 10";
background-color: @background;
}
window {
border: 1px;
border-color: @selected;
border-radius: 0px;
width: 500px;
height: 0px;
}
prompt {
spacing: 0;
border: 0;
background-color: @highlight;
text-color: @background;
padding: 6px 10px 6px 10px;
}
textbox-prompt-colon {
expand: false;
str: "";
padding: 6px 4px 6px 4px;
text-color: inherit;
}
entry {
spacing: 0;
expand: true;
horizontal-align: 0;
text-color: @foreground;
placeholder-color: @FG;
placeholder: "Search...";
padding: 6px 2px 6px 2px;
border: 0px 0px 1px 0px;
border-color: @selected;
border-radius: 0px;
}
case-indicator {
spacing: 0;
text-color: @foreground;
}
inputbar {
spacing: 0px;
text-color: @foreground;
border: 0px;
border-color: @selected;
border-radius: 0px;
children: [ prompt,textbox-prompt-colon,entry ];
}
mainbox {
border: 0px;
border-color: @selected;
spacing: 6px;
padding: 10px;
}
listview {
lines: 7;
columns: 1;
fixed-height: 0;
border: 0px;
border-color: @foreground;
spacing: 2px;
scrollbar: false;
padding: 4px 0px 0px;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
element {
border: 0px;
padding: 7px;
}
element normal.normal {
background-color: @background;
text-color: @foreground;
}
element normal.urgent {
background-color: @background;
text-color: @off;
}
element normal.active {
background-color: @background;
text-color: @on;
}
element selected.normal {
background-color: @selected;
text-color: @background;
border: 0px;
border-color: @selected;
}
element selected.urgent {
background-color: @background;
text-color: @off;
}
element selected.active {
background-color: @background;
text-color: @selected;
}
element alternate.normal {
background-color: @background;
text-color: @foreground;
}
element alternate.urgent {
background-color: @background;
text-color: @foreground;
}
element alternate.active {
background-color: @background;
text-color: @foreground;
}
sidebar {
border: 0px;
border-color: @selected;
border-radius: 0px;
}
button {
margin: 5px 0px 0px 0px;
horizontal-align: 0.5;
vertical-align: 0.5;
padding: 7px;
text-color: @foreground;
border: 0px;
border-radius: 0px;
border-color: @selected;
}
button selected {
background-color: @selected;
text-color: @background;
border: 0px;
border-radius: 0px;
border-color: @selected;
}
scrollbar {
width: 4px;
border: 0px;
handle-color: @foreground;
handle-width: 8px;
padding: 0;
}
message {
border: 0px;
border-color: @selected;
padding: 1px;
}
textbox {
text-color: @foreground;
}

View File

@ -1,119 +0,0 @@
configuration {
scroll-method: 1;
click-to-exit: true;
display-run: "%";
display-drun: "$";
drun-display-format: "{name}";
}
@import "colors.rasi"
* {
font: "System Charcoal 11.5";
background-color: @background;
}
window {
width: 100%;
height: 0px;
anchor: northwest;
location: northwest;
padding: 0px 5px 0px 0px;
// transparency: "real";
children: [ horibox ];
background-color: @background;
}
prompt {
spacing: 0;
border: 0;
background-color: @selected;
text-color: @background;
padding: 2px 10px;
}
entry {
expand: false;
width: 10em;
text-color: @foreground;
padding: 2px 5px;
background-color: @background;
}
inputbar {
spacing: 0px;
text-color: @foreground;
border: 0px;
background-color: @background;
}
horibox {
orientation: horizontal;
children: [ prompt, entry, listview ];
border: 0px;
spacing: 6px;
background-color: @background;
}
listview {
spacing: 5px;
scrollbar: false;
layout: horizontal;
background-color: @background;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
highlight: underline italic;
}
element {
padding: 3px 5px;
}
element normal.normal {
background-color: @background;
text-color: @foreground;
}
element normal.urgent {
background-color: @background;
text-color: @off;
}
element normal.active {
background-color: @background;
text-color: @on;
}
element selected.normal {
background-color: @selected;
text-color: @background;
}
element selected.urgent {
background-color: @background;
text-color: @off;
}
element selected.active {
background-color: @background;
text-color: @selected;
}
element alternate.normal {
background-color: @background;
text-color: @foreground;
}
element alternate.urgent {
background-color: @background;
text-color: @foreground;
}
element alternate.active {
background-color: @background;
text-color: @foreground;
}
message {
border: 0px;
border-color: @selected;
padding: 1px;
}
textbox {
text-color: @foreground;
}

View File

@ -1,132 +1,16 @@
configuration {
window-format: "[{w}] {c}: {t}";
click-to-exit: true;
display-window: "";
}
@import "colors.rasi"
* {
font: "System Charcoal 11.5";
background-color: @background;
}
@import "gruvy.rasi"
window {
width: 100%;
height: 0px;
anchor: northwest;
location: northwest;
padding: 0px 5px 0px 0px;
children: [ horibox ];
background-color: @background;
}
prompt {
spacing: 0;
width: 1500px;
border-radius: 0;
border: 0;
background-color: @selected;
text-color: @background;
padding: 2px 10px;
margin: 0px 1px 5px 1px;
}
entry {
background-color: @trans;
text-color: @foreground;
expand: false;
padding: 10px;
margin: 10px 0px;
}
inputbar {
spacing: 0;
background-color: @trans;
text-color: @foreground;
expand: false;
margin: 0px;
padding: 0px;
children: [ prompt, textbox-prompt-colon ];
}
listview {
background-color: @background;
columns: 1;
spacing: 5px;
fixed-height: false;
scrollbar: false;
cycle: true;
dynamic: true;
layout: vertical;
}
horibox {
orientation: horizontal;
children: [ inputbar, listview ];
border: 0px;
spacing: 6px;
background-color: @background;
}
listview {
spacing: 5px;
scrollbar: false;
layout: horizontal;
background-color: @background;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
highlight: underline italic;
}
element {
padding: 3px 5px;
}
element normal.normal {
padding: 0;
background-color: @background;
text-color: @foreground;
}
element normal.urgent {
background-color: @background;
text-color: @off;
}
element normal.active {
background-color: @background;
text-color: @on;
}
element selected.normal {
background-color: @selected;
text-color: @background;
}
element selected.urgent {
background-color: @background;
text-color: @off;
}
element selected.active {
background-color: @background;
text-color: @selected;
}
element alternate.normal {
background-color: @background;
text-color: @foreground;
}
element alternate.urgent {
background-color: @background;
text-color: @foreground;
}
element alternate.active {
background-color: @background;
text-color: @foreground;
}
message {
border: 0px;
border-color: @selected;
padding: 1px;
}
textbox {
text-color: @foreground;
mainbox {
background-color: @background;
children: [listview];
padding: 10;
}

View File

@ -1,120 +0,0 @@
configuration {
window-format: "[{w}] {c}: {t}";
click-to-exit: true;
display-window: "";
}
* {
font: "System Charcoal 11.5";
background-color: @trans;
}
@import "colors.rasi"
window {
transparency: "real";
background-color: @trans;
text-color: @foreground;
location: northwest;
anchor: northwest;
padding: 0px 5px 0px 0px;
}
prompt {
spacing: 0;
border: 0;
background-color: @selected;
text-color: @background;
padding: 2px 10px;
margin: 0px 1px 5px 1px;
}
entry {
background-color: @trans;
text-color: @foreground;
expand: false;
padding: 10px;
margin: 10px 0px;
}
inputbar {
spacing: 0;
background-color: @trans;
text-color: @foreground;
expand: false;
margin: 0px;
padding: 0px;
children: [ prompt, textbox-prompt-colon ];
}
listview {
background-color: @background;
columns: 1;
spacing: 5px;
fixed-height: false;
scrollbar: false;
cycle: true;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @trans;
children: [ inputbar, listview ];
spacing: 10px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: horizontal;
border-radius: 0px;
padding: 5px;
}
element-icon {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 0px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
expand: true;
horizontal-align: 0;
vertical-align: 0;
margin: 2px 0px 2px 2px;
}
element selected {
background-color: @selected;
text-color: @background;
border: 0px;
border-radius: 0px;
border-color: @selected;
}
element.active, element.selected.urgent {
background-color: @on;
text-color: @background;
border-color: @on;
}
element.selected.urgent {
border-color: @selected;
}
element.urgent, element.selected.active {
background-color: @off;
text-color: @background;
border-color: @off;
}
element.selected.active {
border-color: @selected;
}

52
rofi/power.rasi Normal file
View File

@ -0,0 +1,52 @@
@import "colors.rasi"
window {
width: 336px;
border-radius: 0;
border: 0;
padding: 0;
background-color: @background;
children: [ horibox ];
}
horibox {
orientation: horizontal;
children: [listview];
padding: 10;
background-color: @background;
}
listview {
cycle: true;
dynamic: true;
scrollbar: false;
layout: horizontal;
spacing: 15;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
background-color: @background;
}
element {
background-color: @background-alt;
text-color: @foreground;
padding: 34;
border-radius: 0;
}
element-text {
font: "JetBrainsMono Nerd Font 34";
background-color: inherit;
text-color: inherit;
expand: true;
horizontal-align: 0.5;
vertical-align: 0.6;
}
element.selected.normal {
background-color: @accent;
text-color: @background;
}

View File

@ -1,156 +0,0 @@
/* Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com> */
/* Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 */
configuration {
font: "Iosevka 10";
show-icons: false;
display-drun: "";
drun-display-format: "{icon} {name}";
disable-history: false;
click-to-exit: true;
}
@import "colors.rasi"
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border: 1px;
border-color: @selected;
border-radius: 0px;
width: 416px;
location: center;
anchor: center;
x-offset: 0;
y-offset: 0;
}
prompt {
enabled: true;
margin: 0px 0px 0px 8px;
padding: 6px 0px 6px 0px;
background-color: @background;
text-color: @foreground;
border: 0px 0px 0px 0px;
border-color: @selected;
border-radius: 0px;
}
textbox-prompt-colon {
expand: false;
str: "";
border-radius: 0px;
background-color: @selected;
text-color: @background;
padding: 6px 10px 6px 10px;
font: "Iosevka Nerd Font 10";
}
entry {
background-color: @background;
text-color: @background;
placeholder-color: @background;
placeholder: "";
expand: true;
horizontal-align: 0;
blink: false;
padding: 6px;
}
inputbar {
children: [ textbox-prompt-colon, prompt ];
spacing: 0;
background-color: @background;
text-color: @foreground;
border: 0px 0px 1px 0px;
border-radius: 0px;
border-color: @selected;
expand: false;
margin: 0px 0px 0px 0px;
padding: 0px;
position: center;
}
case-indicator {
background-color: @background;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
columns: 1;
lines: 5;
spacing: 10px;
cycle: true;
dynamic: true;
layout: horizontal;
}
mainbox {
background-color: @background;
children: [ inputbar, listview ];
spacing: 10px;
padding: 10px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: horizontal;
border: 1px;
border-radius: 0px;
border-color: @selected;
padding: 23.5px 25px 23.5px 25px;
}
element-icon {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 0px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
font: "feather 14";
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
margin: 0px 0px 0px 0px;
}
element selected {
background-color: @selected;
text-color: @background;
border: 0px;
border-radius: 0px;
border-color: @selected;
}
element.active,
element.selected.urgent {
background-color: @on;
text-color: @background;
border-color: @on;
}
element.selected.urgent {
border-color: @selected;
}
element.urgent,
element.selected.active {
background-color: @off;
text-color: @background;
border-color: @off;
}
element.selected.active {
border-color: @selected;
}

View File

@ -1,153 +0,0 @@
/* Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com> */
/* Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 */
configuration {
font: "Iosevka 10";
show-icons: false;
display-window: "Windows :";
window-format: "{w} · {c} · {t}";
disable-history: false;
click-to-exit: true;
}
@import "colors.rasi"
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border: 1px;
border-color: @selected;
border-radius: 0px;
width: 500px;
location: center;
anchor: center;
x-offset: 0;
y-offset: 0;
}
prompt {
enabled: true;
margin: 0px 0px 0px 8px;
padding: 6px 0px 6px 0px;
background-color: @background;
text-color: @foreground;
border: 0px 0px 1px 0px;
border-color: @selected;
border-radius: 0px;
}
textbox-prompt-colon {
expand: false;
str: "";
border-radius: 0px;
background-color: @highlight;
text-color: @background;
padding: 6px 10px 6px 10px;
font: "Iosevka Nerd Font 10";
}
entry {
background-color: @background;
text-color: @foreground;
border: 0px 0px 1px 0px;
border-radius: 0px;
border-color: @selected;
placeholder-color: @foreground;
placeholder: "Find...";
expand: true;
horizontal-align: 0;
blink: true;
padding: 6px;
}
inputbar {
children: [ textbox-prompt-colon, prompt, entry ];
spacing: 0;
background-color: @background;
text-color: @foreground;
expand: false;
margin: 0px 0px 0px 0px;
padding: 0px;
position: center;
}
case-indicator {
background-color: @background;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
columns: 1;
lines: 7;
spacing: 5px;
cycle: true;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background;
children: [ inputbar, listview ];
spacing: 10px;
padding: 10px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: horizontal;
border-radius: 0px;
padding: 5px;
}
element-icon {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 0px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
expand: true;
horizontal-align: 0;
vertical-align: 0;
margin: 2px 0px 2px 2px;
}
element selected {
background-color: @selected;
text-color: @background;
border: 0px;
border-radius: 0px;
border-color: @selected;
}
element.active,
element.selected.urgent {
background-color: @on;
text-color: @background;
border-color: @on;
}
element.selected.urgent {
border-color: @selected;
}
element.urgent,
element.selected.active {
background-color: @off;
text-color: @background;
border-color: @off;
}
element.selected.active {
border-color: @selected;
}