Customize Rofi config (Launcher, PowerMenu)

This commit is contained in:
ayushDumasia 2025-03-07 08:22:06 +05:30
parent f488d56e4e
commit 20d43f9706
24 changed files with 138 additions and 179 deletions

29
rofi/launcher/style.rasi Normal file → Executable file
View file

@ -28,13 +28,13 @@ window {
location: center;
anchor: center;
fullscreen: false;
width: 500px;
width: 400px;
x-offset: 0px;
y-offset: 0px;
/* properties for all widgets */
enabled: true;
border-radius: 8px;
border-radius: 4px;
cursor: "default";
background-color: @background;
}
@ -60,18 +60,18 @@ listbox {
inputbar {
enabled: true;
spacing: 8px;
padding: 32px 32px 0px 32px;
padding: 16px 16px 0px 16px;
background-color: transparent;
text-color: @foreground;
orientation: horizontal;
children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
children: [ "textbox-prompt-colon", "entry"];
}
textbox-prompt-colon {
enabled: true;
expand: false;
str: "";
str: "Search";
padding: 12px 20px 12px 15px;
border-radius: 100%;
border-radius: 4px;
background-color: #a6e3a1;
text-color: @background;
}
@ -80,11 +80,10 @@ entry {
expand: false;
width: 200px;
padding: 12px 16px 8px 16px;
border-radius: 100%;
background-color: @background-alt;
border-radius: 4px;
background-color: @background;
text-color: inherit;
cursor: text;
placeholder: "Search";
placeholder-color: inherit;
}
dummy {
@ -101,8 +100,8 @@ mode-switcher{
}
button {
padding: 12px 22px 12px 16px;
border-radius: 100%;
background-color: @background-alt;
border-radius: 4px;
background-color: @background;
text-color: inherit;
cursor: pointer;
}
@ -126,8 +125,8 @@ listview {
fixed-columns: true;
spacing: 8px;
margin: 32px 24px;
border-radius: 8px;
margin: 16px 12px;
border-radius: 4px;
background-color: #1e1e2e;
text-color: @foreground;
cursor: "default";
@ -138,7 +137,7 @@ element {
enabled: true;
spacing: 0px;
padding: 8px;
border-radius: 8px;
border-radius: 4px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
@ -169,7 +168,7 @@ message {
textbox {
padding: 0px;
border-radius: 0px;
background-color: @background-alt;
background-color: @background;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.5;