Compare commits
No commits in common. "20b514eab9e6726ea72f76612b89c2931e7621ca" and "d60f3b50d7e027e3f8383fee8dcd21a0dbeaca1e" have entirely different histories.
20b514eab9
...
d60f3b50d7
1 changed files with 11 additions and 81 deletions
|
@ -63,7 +63,7 @@
|
||||||
bind = [
|
bind = [
|
||||||
# opening programs
|
# opening programs
|
||||||
"$mod, Return, exec, foot"
|
"$mod, Return, exec, foot"
|
||||||
"$mod, D, exec, wofi"
|
"$mod, D, exec, rofi -show drun -show-icons"
|
||||||
"$mod, M, exit, "
|
"$mod, M, exit, "
|
||||||
"$mod, Q, killactive, "
|
"$mod, Q, killactive, "
|
||||||
|
|
||||||
|
@ -148,88 +148,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.wofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
package = pkgs.rofi-wayland;
|
||||||
width = 600;
|
theme = ./catppuccin-macchiato.rasi;
|
||||||
height = 365;
|
font = "monospace 14";
|
||||||
location = "center";
|
terminal = "foot";
|
||||||
show = "drun";
|
extraConfig = {
|
||||||
prompt = "Search...";
|
modi = "drun,run";
|
||||||
filter_rate = 100;
|
|
||||||
allow_markup = true;
|
|
||||||
no_actions = true;
|
|
||||||
halign = "fill";
|
|
||||||
orientation = "vertical";
|
|
||||||
content_halign = "fill";
|
|
||||||
insensitive = true;
|
|
||||||
allow_images = true;
|
|
||||||
image_size = 40;
|
|
||||||
gtk_dark = true;
|
|
||||||
layer = "overlay";
|
|
||||||
};
|
};
|
||||||
style = ''
|
plugins = [
|
||||||
window {
|
pkgs.rofi-top
|
||||||
margin: 0px;
|
];
|
||||||
border: 2px solid #b59dc3;
|
|
||||||
background-color: #282a36;
|
|
||||||
border-radius: 18px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
color: #f8f8f2;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #44475a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #282a36;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #282a36;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin: 0px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text {
|
|
||||||
border-radius: 15px;
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
color: #f8f8f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry.activatable #text {
|
|
||||||
color: #282a36;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry > * {
|
|
||||||
color: #f8f8f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #44475a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected #text {
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mako = {
|
services.mako = {
|
||||||
|
|
Loading…
Reference in a new issue