Clean up rofi config

This commit is contained in:
2025-03-20 13:20:46 +01:00
parent 62c7a61dd2
commit 906498cf67
188 changed files with 129 additions and 13234 deletions

31
general/configs/rofi/spotlight/rofi.rasi Executable file → Normal file
View File

@@ -12,22 +12,23 @@ configuration {
}
* {
background: rgba(5, 0, 52, 1);
foreground: #FFFFFFFF;
transparent: #00000000;
foreground: #F2F2F2EE;
background-selected: #F2F2F245;
background-active: #F2F2F230;
background-white: rgba(0, 0, 0, 1);
background-black: rgba(0, 0, 0, 1);
urgent: rgba(5, 0, 52, 1);
background-white: #F2F2F211;
background-black: #00000066;
urgent: #E91E6366;
urgent-selected: #E91E6377;
}
window {
background-color: @background;
transparency: "real";
background-color: @transparent;
location: center;
anchor: center;
x-offset: 0px;
height: 50%;
height: 500px;
width: 750px;
orientation: vertical;
border-radius: 12px;
@@ -39,19 +40,18 @@ prompt {
button {
action: "ok";
str: "🔎 ";
str: " ";
font: "FantasqueSansMono Nerd Font 11";
expand: false;
text-color: @foreground;
background-color: @background;
background-color: @transparent;
vertical-align: 0.7;
horizontal-align: 0.5;
border-radius: 15px;
}
entry {
font: "Inter Regular 11";
background-color: @background;
background-color: @transparent;
text-color: @foreground;
expand: true;
vertical-align: 0.5;
@@ -62,7 +62,7 @@ entry {
}
case-indicator {
background-color: @background;
background-color: @transparent;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.5;
@@ -72,7 +72,7 @@ entry-wrapper {
orientation: horizontal;
vertical-align: 0.5;
spacing: 4px;
background-color: @background;
background-color: @transparent;
children: [ button, entry, case-indicator ];
}
@@ -88,7 +88,7 @@ inputbar {
}
listview {
background-color: @background;
background-color: @transparent;
columns: 2;
spacing: 5px;
cycle: false;
@@ -104,7 +104,7 @@ mainbox {
}
element {
background-color: @background;
background-color: @transparent;
text-color: @foreground;
orientation: horizontal;
border-radius: 6px;
@@ -125,7 +125,6 @@ element-text {
element normal.urgent,
element alternate.urgent {
str: "t";
background-color: @urgent;
text-color: @foreground;
border-radius: 9px;