mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
rofi: move to .config
This commit is contained in:
parent
924cac2a08
commit
0bcd854212
2 changed files with 0 additions and 0 deletions
8
home/.config/rofi/config.rasi
Normal file
8
home/.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
configuration {
|
||||
/* fc-list for full list */
|
||||
/* fc-match for check */
|
||||
font: "Noto Sans 11";
|
||||
window-format: "{w}\t{n}\t{t}";
|
||||
}
|
||||
|
||||
@theme "./paper-float.rasi"
|
||||
50
home/.config/rofi/paper-float.rasi
Normal file
50
home/.config/rofi/paper-float.rasi
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
/* https://davatorium.github.io/rofi/current/rofi-theme.5/#layout */
|
||||
|
||||
* {
|
||||
bg: #222222;
|
||||
fg: #cdcdcd;
|
||||
selection: #444444;
|
||||
|
||||
inner-padding: 0.5em;
|
||||
border-width: 3px;
|
||||
|
||||
border-color: @selection;
|
||||
background-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: @border-width;
|
||||
width: 800px;
|
||||
height: 477px;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
padding: @inner-padding;
|
||||
children: [ prompt, textbox-prompt-colon, entry, case-indicator ];
|
||||
}
|
||||
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ": ";
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: @inner-padding;
|
||||
highlight: bold;
|
||||
}
|
||||
|
||||
#element selected.normal {
|
||||
background-color: @selection;
|
||||
}
|
||||
|
||||
#element selected.active {
|
||||
background-color: @selection;
|
||||
}
|
||||
|
||||
#element-text {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
highlight: bold;
|
||||
tab-stops: [50px, 200px];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue