mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
7
profiles/i3/.config/rofi/config.rasi
Normal file
7
profiles/i3/.config/rofi/config.rasi
Normal file
@@ -0,0 +1,7 @@
|
||||
configuration {
|
||||
modi: "window,drun,ssh,combi";
|
||||
theme: "slate";
|
||||
font: "hack 10";
|
||||
show-icons: true;
|
||||
combi-modi: "window,drun,ssh";
|
||||
}
|
||||
43
profiles/i3/.config/rofi/slate.rasi
Normal file
43
profiles/i3/.config/rofi/slate.rasi
Normal file
@@ -0,0 +1,43 @@
|
||||
* {
|
||||
background-color: #222;
|
||||
border-color: #2e343f;
|
||||
text-color: #8ca0aa;
|
||||
spacing: 3;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
border: 0 0 1px 0;
|
||||
children: [prompt,entry];
|
||||
}
|
||||
|
||||
prompt {
|
||||
padding: 16px;
|
||||
border: 0 1px 0 0;
|
||||
}
|
||||
|
||||
textbox {
|
||||
background-color: #2e343f;
|
||||
border: 0 0 1px 0;
|
||||
border-color: #282C33;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
entry {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
listview {
|
||||
cycle: false;
|
||||
margin: 0 0 -1px 0;
|
||||
scrollbar: false;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0 0 1px 0;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: #689d6a;
|
||||
text-color: #222;
|
||||
}
|
||||
Reference in New Issue
Block a user