Fix rofi rice and gitignore generated files
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
@import "colors.rasi"
|
||||
|
||||
configuration {
|
||||
modi: "window,run,drun";
|
||||
display-drun: "Applications";
|
||||
display-window: "Windows";
|
||||
display-run: "Run";
|
||||
drun-display-format: "{icon} {name}";
|
||||
modi: "drun,filebrowser,window,emoji";
|
||||
display-drun: "apps";
|
||||
display-window: "windows";
|
||||
display-filebrowser: "files";
|
||||
display-emoji: "emoji";
|
||||
drun-display-format: "{name}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
show-icons: true;
|
||||
// show-icons: true;
|
||||
icon-theme: "Colloid";
|
||||
}
|
||||
|
||||
@@ -18,7 +19,7 @@ window {
|
||||
location: center;
|
||||
anchor: center;
|
||||
fullscreen: false;
|
||||
width: 1000px;
|
||||
width: 800px;
|
||||
x-offset: 0px;
|
||||
y-offset: 0px;
|
||||
|
||||
@@ -41,16 +42,18 @@ mainbox {
|
||||
}
|
||||
|
||||
imagebox {
|
||||
padding: 20px;
|
||||
padding: 5px;
|
||||
background-color: transparent;
|
||||
/*background-image: url("~/.config/hypr/current_wallpaper", height);*/
|
||||
|
||||
// Current wallpaper should be set by the process that changes the wallpaper (like mutagen or quickshell)
|
||||
background-image: url("~/.config/hypr/current_wallpaper", height);
|
||||
orientation: vertical;
|
||||
children: [ "inputbar", "dummy", "mode-switcher" ];
|
||||
}
|
||||
|
||||
listbox {
|
||||
spacing: 20px;
|
||||
padding: 20px;
|
||||
padding: 5px;
|
||||
background-color: transparent;
|
||||
orientation: vertical;
|
||||
children: [ "message", "listview" ];
|
||||
@@ -63,11 +66,11 @@ dummy {
|
||||
|
||||
inputbar {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
background-color: @on-primary;
|
||||
text-color: @on-surface;
|
||||
spacing: 2px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: @on-primary;
|
||||
text-color: @on-surface;
|
||||
children: [ "textbox-prompt-colon", "entry" ];
|
||||
}
|
||||
textbox-prompt-colon {
|
||||
@@ -82,19 +85,19 @@ entry {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
cursor: text;
|
||||
placeholder: "Search";
|
||||
placeholder: "Whaddup?";
|
||||
placeholder-color: inherit;
|
||||
}
|
||||
|
||||
mode-switcher{
|
||||
enabled: true;
|
||||
spacing: 20px;
|
||||
spacing: 5px;
|
||||
background-color: transparent;
|
||||
text-color: @primary-fixed;
|
||||
}
|
||||
button {
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: @on-primary;
|
||||
text-color: inherit;
|
||||
cursor: pointer;
|
||||
@@ -106,8 +109,8 @@ button selected {
|
||||
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
columns: 2;
|
||||
lines: 12;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
@@ -116,7 +119,7 @@ listview {
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
|
||||
spacing: 10px;
|
||||
spacing: 2px;
|
||||
background-color: transparent;
|
||||
text-color: @on-surface;
|
||||
cursor: "default";
|
||||
@@ -124,9 +127,9 @@ listview {
|
||||
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 15px;
|
||||
padding: 8px;
|
||||
border-radius: 10px;
|
||||
spacing: 5px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: transparent;
|
||||
text-color: @on-surface;
|
||||
cursor: pointer;
|
||||
@@ -158,7 +161,7 @@ element selected.active {
|
||||
element-icon {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
size: 32px;
|
||||
// size: 20px;
|
||||
cursor: inherit;
|
||||
}
|
||||
element-text {
|
||||
@@ -174,7 +177,7 @@ message {
|
||||
}
|
||||
textbox {
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
border-radius: 5px;
|
||||
background-color: @on-primary;
|
||||
text-color: @on-surface;
|
||||
vertical-align: 0.5;
|
||||
|
||||
Reference in New Issue
Block a user