Adding lots of changes
This commit is contained in:
parent
d4f511d8ce
commit
3488174a83
19 changed files with 462 additions and 98 deletions
|
@ -1,3 +1,4 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
|
@ -8,14 +9,15 @@
|
|||
*/
|
||||
|
||||
configuration {
|
||||
font: "Noto Sans 10";
|
||||
font: "VictorMono Nerd Font 11";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: " ";
|
||||
drun-display-format: "{name}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
fullscreen: true;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
@ -34,6 +36,7 @@ configuration {
|
|||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
border: 0px;
|
||||
text-color: @foreground;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -44,7 +47,9 @@ window {
|
|||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
enabled: true;
|
||||
}
|
||||
|
||||
|
||||
|
@ -52,8 +57,8 @@ inputbar {
|
|||
background-color: @background-alt;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border-radius: 6px;
|
||||
margin: 0px 430px 0px 430px;
|
||||
border-radius: 60px;
|
||||
margin: 0px 230px 0px 230px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
position: north;
|
||||
}
|
||||
|
@ -78,15 +83,15 @@ case-indicator {
|
|||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 7;
|
||||
spacing: 4px;
|
||||
columns: 5;
|
||||
spacing: 15px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background-color;
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 25px;
|
||||
padding: 70px 135px 55px 135px;
|
||||
|
@ -96,27 +101,34 @@ element {
|
|||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 9px;
|
||||
border-radius: 15px;
|
||||
padding: 20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 65px;
|
||||
background-color: @background;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
expand: true;
|
||||
background-color: @background;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
margin: 5px 10px 0px 10px;
|
||||
}
|
||||
|
||||
element normal.normal,
|
||||
element alternate.normal {
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
element normal.urgent,
|
||||
element alternate.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
border-radius: 9px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
element normal.active,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue