forked from foxora/nix
rofi theme finally!!! :3
This commit is contained in:
parent
43b04c3f8a
commit
2c65ddecc2
6 changed files with 171 additions and 3 deletions
142
homes/modules/de/rofi/ichigo.rasi
Normal file
142
homes/modules/de/rofi/ichigo.rasi
Normal file
|
|
@ -0,0 +1,142 @@
|
||||||
|
configuration {
|
||||||
|
modes: [ combi ];
|
||||||
|
combi-modes: [ window, drun, run ];
|
||||||
|
}
|
||||||
|
|
||||||
|
@theme "colors"
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: @background;
|
||||||
|
border-color: @color10;
|
||||||
|
border-radius: 12px;
|
||||||
|
border: 2;
|
||||||
|
padding: 16;
|
||||||
|
transparency: "real";
|
||||||
|
opacity: 90;
|
||||||
|
}
|
||||||
|
|
||||||
|
mainbox {
|
||||||
|
background-color: transparent;
|
||||||
|
opacity: 90;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
message {
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: @color14;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
inputbar {
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @foreground;
|
||||||
|
spacing: 8;
|
||||||
|
}
|
||||||
|
textbox {
|
||||||
|
background-color: @background;
|
||||||
|
text-color: @foreground;
|
||||||
|
}
|
||||||
|
|
||||||
|
prompt {
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @color12;
|
||||||
|
}
|
||||||
|
|
||||||
|
entry {
|
||||||
|
placeholder: "~ rawr :3 ~ *pounces on u* <3 ~ >w< ~";
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @color13;
|
||||||
|
}
|
||||||
|
|
||||||
|
case-indicator {
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @color12;
|
||||||
|
}
|
||||||
|
|
||||||
|
listview {
|
||||||
|
fixed-height: 0;
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: transparent;
|
||||||
|
background-color: transparent;
|
||||||
|
spacing: 2px;
|
||||||
|
scrollbar: true;
|
||||||
|
padding: 2px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
element {
|
||||||
|
orientation: horizontal;
|
||||||
|
spacing: 8;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-icon {
|
||||||
|
size: 24;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-text {
|
||||||
|
vertical-align: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.normal.normal {
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @foreground;
|
||||||
|
}
|
||||||
|
element.alternate.normal {
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @color06;
|
||||||
|
}
|
||||||
|
element.selected.normal {
|
||||||
|
background-color: @color13;
|
||||||
|
text-color: @background;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.normal.urgent {
|
||||||
|
background-color: @color14;
|
||||||
|
text-color: @background;
|
||||||
|
}
|
||||||
|
element.alternate.urgent {
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @color14;
|
||||||
|
}
|
||||||
|
element.selected.urgent {
|
||||||
|
background-color: @color13;
|
||||||
|
text-color: @background;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.normal.active {
|
||||||
|
background-color: @color12;
|
||||||
|
text-color: @background;
|
||||||
|
}
|
||||||
|
element.alternate.active {
|
||||||
|
background-color: @background;
|
||||||
|
text-color: @color14;
|
||||||
|
}
|
||||||
|
element.selected.active {
|
||||||
|
background-color: @color13;
|
||||||
|
text-color: @background;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-text, element-icon {
|
||||||
|
background-color: inherit;
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.selected {
|
||||||
|
background-color: transparent;
|
||||||
|
text-color: @foreground;
|
||||||
|
}
|
||||||
|
|
||||||
|
scrollbar {
|
||||||
|
background-color: transparent;
|
||||||
|
handle-color: @color12;
|
||||||
|
width: 4px;
|
||||||
|
border: 0;
|
||||||
|
handle-width: 8px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
mode-switcher {
|
||||||
|
border: 2px 0px 0px ;
|
||||||
|
border-color: @color14;
|
||||||
|
}
|
||||||
|
|
@ -7,7 +7,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
font = "DepartureMono Nerd Font Mono 10";
|
font = "DepartureMono Nerd Font Mono 10";
|
||||||
theme = ./theme.rasi;
|
theme = ./ichigo.rasi;
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
#kb-row-up = "Up,Control+k";
|
#kb-row-up = "Up,Control+k";
|
||||||
|
|
|
||||||
20
homes/modules/themeing/wallust/templates/rofi-template.rasi
Normal file
20
homes/modules/themeing/wallust/templates/rofi-template.rasi
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
* {
|
||||||
|
background: rgba({{ background | rgb }},0.9);
|
||||||
|
foreground: rgba({{ foreground | rgb }},0.9);
|
||||||
|
color00: rgba({{ color0 | rgb }},0.9);
|
||||||
|
color01: rgba({{ color1 | rgb }},0.9);
|
||||||
|
color02: rgba({{ color2 | rgb }},0.9);
|
||||||
|
color03: rgba({{ color3 | rgb }},0.9);
|
||||||
|
color04: rgba({{ color4 | rgb }},0.9);
|
||||||
|
color05: rgba({{ color5 | rgb }},0.9);
|
||||||
|
color06: rgba({{ color6 | rgb }},0.9);
|
||||||
|
color07: rgba({{ color7 | rgb }},0.9);
|
||||||
|
color08: rgba({{ color8 | rgb }},0.9);
|
||||||
|
color09: rgba({{ color9 | rgb }},0.9);
|
||||||
|
color10: rgba({{ color10 | rgb }},0.9);
|
||||||
|
color11: rgba({{ color11 | rgb }},0.9);
|
||||||
|
color12: rgba({{ color12 | rgb }},0.9);
|
||||||
|
color13: rgba({{ color13 | rgb }},0.9);
|
||||||
|
color14: rgba({{ color14 | rgb }},0.9);
|
||||||
|
color15: rgba({{ color15 | rgb }},0.9);
|
||||||
|
}
|
||||||
|
|
@ -22,6 +22,9 @@ hyprland.target = "~/.config/hypr/colors.conf"
|
||||||
waybar.template = "waybar-template.css"
|
waybar.template = "waybar-template.css"
|
||||||
waybar.target = "~/.config/waybar/colors.css"
|
waybar.target = "~/.config/waybar/colors.css"
|
||||||
|
|
||||||
|
rofi.template = "rofi-template.rasi"
|
||||||
|
rofi.target = "~/.config/rofi/colors.rasi"
|
||||||
|
|
||||||
neovim.template = "neovim-template"
|
neovim.template = "neovim-template"
|
||||||
neovim.target = "~/.cache/nvim/neovim-colors"
|
neovim.target = "~/.cache/nvim/neovim-colors"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -283,12 +283,15 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
layerrule = [
|
layerrule = [
|
||||||
#"blur, rofi"
|
|
||||||
#"ignorezero, rofi"
|
|
||||||
#"blur, aurorashell"
|
#"blur, aurorashell"
|
||||||
#"ignorealpha 0.7, aurorashell"
|
#"ignorealpha 0.7, aurorashell"
|
||||||
|
|
||||||
"blur on, match:namespace waybar"
|
"blur on, match:namespace waybar"
|
||||||
"ignore_alpha 0, match:namespace waybar"
|
"ignore_alpha 0, match:namespace waybar"
|
||||||
|
|
||||||
|
"blur on, match:namespace rofi"
|
||||||
|
"xray on, match:namespace rofi"
|
||||||
|
"ignore_alpha 0, match:namespace rofi"
|
||||||
];
|
];
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue