adds rofi as styling
This commit is contained in:
parent
d03146f3a1
commit
1682bed87f
9 changed files with 124 additions and 8 deletions
|
|
@ -13,10 +13,9 @@ $transparentBackground: rgba(128,128,128, 0.6);
|
|||
|
||||
window {
|
||||
transparency: "real";
|
||||
|
||||
}
|
||||
|
||||
inputbar, listview {
|
||||
inputbar, listview, textbox {
|
||||
border-radius: $border-radius;
|
||||
border: 1px solid;
|
||||
border-color: $border-color;
|
||||
|
|
@ -30,18 +29,20 @@ inputbar, listview, message, element {
|
|||
}
|
||||
|
||||
inputbar {
|
||||
orientation: vertical;
|
||||
children: [mode-switcher, entry]
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: $input-padding;
|
||||
}
|
||||
|
||||
prompt {
|
||||
border: 0 1px 0 0;
|
||||
border-color: $border-color;
|
||||
}
|
||||
entry {
|
||||
border: 0 0 0 1px;
|
||||
border-color: $border-color;
|
||||
padding: $input-padding;
|
||||
margin: 0 0 0 4px;
|
||||
}
|
||||
|
||||
listview {
|
||||
|
|
@ -65,10 +66,12 @@ element-icon {
|
|||
}
|
||||
|
||||
mode-switcher {
|
||||
border: 0 0 1px 0;
|
||||
border-color: $border-color;
|
||||
enabled: true;
|
||||
}
|
||||
|
||||
button {
|
||||
button {
|
||||
border-radius: $border-radius;
|
||||
expand: false;
|
||||
margin: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue