making awesome work again
This commit is contained in:
parent
c134490230
commit
6dcb3c6efd
10 changed files with 52 additions and 41 deletions
|
@ -6,7 +6,7 @@ configuration {
|
|||
icon-theme: "Papirus";
|
||||
terminal: "alacritty";
|
||||
sidebar-mode: true;
|
||||
run-command: "bash -c {cmd}";
|
||||
run-command: "fish -c {cmd}";
|
||||
run-list-command: "fish -c functions";
|
||||
display-drun: " ";
|
||||
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>] - {exec}";
|
||||
|
@ -57,7 +57,7 @@ window {
|
|||
transparency: "real";
|
||||
border-radius: 16px;
|
||||
border: 0px;
|
||||
width: 60%;
|
||||
width: 40%;
|
||||
location: center;
|
||||
anchor: center;
|
||||
x-offset: 0;
|
||||
|
@ -137,7 +137,7 @@ textbox {
|
|||
|
||||
listview {
|
||||
background-color: @transparent;
|
||||
columns: 2;
|
||||
columns: 1;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
|
@ -157,6 +157,7 @@ element {
|
|||
}
|
||||
|
||||
element-icon {
|
||||
background-color: @transparent;
|
||||
size: 30px;
|
||||
border: 0px;
|
||||
padding: 0px 0px 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue