mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
rofi: window: strict colums
This commit is contained in:
parent
9497b4f049
commit
733b273ea1
2 changed files with 23 additions and 16 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
configuration {
|
configuration {
|
||||||
font: "NotoSans-Regular 11";
|
/* fc-list for full list */
|
||||||
|
/* fc-match for check */
|
||||||
|
font: "Noto Sans 11";
|
||||||
|
window-format: "{w}	{c}	{t}";
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme "./paper-float.rasi"
|
@theme "./paper-float.rasi"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* https://davatorium.github.io/rofi/current/rofi-theme.5/#layout */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
bg: #222222;
|
bg: #222222;
|
||||||
fg: #cdcdcd;
|
fg: #cdcdcd;
|
||||||
|
|
@ -11,16 +13,20 @@
|
||||||
text-color: @fg;
|
text-color: @fg;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
|
||||||
background-color: inherit;
|
|
||||||
text-color: inherit;
|
|
||||||
highlight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
height: 496px;
|
height: 518px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inputbar {
|
||||||
|
padding: @inner-padding;
|
||||||
|
children: [ prompt, textbox-prompt-colon, entry, case-indicator ];
|
||||||
|
}
|
||||||
|
|
||||||
|
#textbox-prompt-colon {
|
||||||
|
expand: false;
|
||||||
|
str: ": ";
|
||||||
}
|
}
|
||||||
|
|
||||||
#element {
|
#element {
|
||||||
|
|
@ -36,12 +42,9 @@ element-text {
|
||||||
background-color: @selection;
|
background-color: @selection;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inputbar {
|
#element-text {
|
||||||
padding: @inner-padding;
|
background-color: inherit;
|
||||||
children: [ prompt, textbox-prompt-colon, entry, case-indicator ];
|
text-color: inherit;
|
||||||
}
|
highlight: bold;
|
||||||
|
tab-stops: [50px, 200px];
|
||||||
textbox-prompt-colon {
|
|
||||||
expand: false;
|
|
||||||
str: ": ";
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue