mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-08 05:49:06 -04:00
rofi, fish
This commit is contained in:
parent
5b9617023b
commit
9024cf03f2
274 changed files with 7229 additions and 0 deletions
93
dot_local/share/rofi/themes/default.rasi
Normal file
93
dot_local/share/rofi/themes/default.rasi
Normal file
|
@ -0,0 +1,93 @@
|
|||
configuration {
|
||||
modi: "drun";
|
||||
font: "JetBrainsMono Nerd Font 12";
|
||||
show-icons: true;
|
||||
icon-theme: "oomox-Everblush";
|
||||
display-drun: "";
|
||||
drun-display-format: "{name}";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
@theme "/dev/null"
|
||||
|
||||
* {
|
||||
bg: #181f21;
|
||||
fg: #dadada;
|
||||
fg-alt: #181f21;
|
||||
accent: #8ccf7e;
|
||||
button: #ef7d7d;
|
||||
|
||||
background-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
window {
|
||||
border-radius: 15px;
|
||||
width: 45%;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: @accent;
|
||||
enabled: true;
|
||||
padding: 0.5% 32px 0% -0.5%;
|
||||
font: "JetBrainsMono Nerd Font 12";
|
||||
}
|
||||
|
||||
entry {
|
||||
placeholder: " Search ";
|
||||
background-color: @accent;
|
||||
placeholder-color: @fg-alt;
|
||||
expand: true;
|
||||
padding: 0.25% 100% 0% 0%;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [ prompt, entry ];
|
||||
background-color: @accent;
|
||||
expand: false;
|
||||
border-radius: 6px;
|
||||
margin: 0%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 4;
|
||||
lines: 3;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 2%;
|
||||
padding: 2% 1% 2% 1%;
|
||||
}
|
||||
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 2% 0% 2% 0%;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 48px;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
expand: true;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
margin: 0.5% 0.5% -0.5% 0.5%;
|
||||
}
|
||||
|
||||
element-text, element-icon {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @button;
|
||||
border-radius: 6px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue