Updates
This commit is contained in:
parent
09a58f5ff3
commit
09c873fb13
|
@ -13,7 +13,7 @@ configuration {
|
|||
display-drun: "Applications";
|
||||
display-window: "Windows";
|
||||
drun-display-format: "{name}";
|
||||
font: "Fira Sans SemiBold 11";
|
||||
font: "Fira Sans Bold 12";
|
||||
modi: "window,run,drun";
|
||||
show-icons: true;
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ configuration {
|
|||
|
||||
window {
|
||||
width:900px;
|
||||
height:600px;
|
||||
height:590px;
|
||||
spacing:0px;
|
||||
padding:0px;
|
||||
|
||||
|
@ -40,32 +40,29 @@ window {
|
|||
mainbox {
|
||||
spacing:0px;
|
||||
padding: 0px 0px 0px 500px;
|
||||
background-color:#000000;
|
||||
background-image: url("~/.cache/current_wallpaper.jpg", height);
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 10px;
|
||||
enabled:false;
|
||||
hidden:true;
|
||||
backgound-color: transparent;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 10px;
|
||||
background-color:#000000;
|
||||
|
||||
background-color:transparent;
|
||||
scrollbar: false;
|
||||
dynamic: true;
|
||||
}
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
font-color:#FFFFFF;
|
||||
padding:6;
|
||||
border-radius:4px;
|
||||
border:2px;
|
||||
border-color:#000000;
|
||||
background-color:#000000;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color:@background;
|
||||
border-color: #FFFFFF;
|
||||
enabled: true;
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
border-radius:10px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"action" : "sleep 1; systemctl poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user