Compare commits
No commits in common. "71a63edafae86b909b174addffb1093892d67167" and "091bbbfb1aabc0cd62ddaff460969c7286350a0e" have entirely different histories.
71a63edafa
...
091bbbfb1a
@ -1,4 +1 @@
|
|||||||
* {
|
* { border-width: 3px; }
|
||||||
border-width: 2px;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
@ -6,7 +6,7 @@
|
|||||||
general {
|
general {
|
||||||
gaps_in = 10
|
gaps_in = 10
|
||||||
gaps_out = 14
|
gaps_out = 14
|
||||||
border_size = 2
|
border_size = 3
|
||||||
col.active_border = $color11
|
col.active_border = $color11
|
||||||
col.inactive_border = rgba(ffffffff)
|
col.inactive_border = rgba(ffffffff)
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
@ -43,7 +43,7 @@ configuration {
|
|||||||
window {
|
window {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
x-offset: -14px;
|
x-offset: -14px;
|
||||||
y-offset: 14px;
|
y-offset: 65px;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -56,7 +56,7 @@ window {
|
|||||||
anchor: northeast;
|
anchor: northeast;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,7 +120,6 @@ entry {
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
placeholder: "Search";
|
placeholder: "Search";
|
||||||
placeholder-color: inherit;
|
placeholder-color: inherit;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Mode Switcher ---- */
|
/* ---- Mode Switcher ---- */
|
||||||
@ -133,7 +132,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -162,7 +161,6 @@ listview {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border:0px;
|
border:0px;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Element ---- */
|
/* ---- Element ---- */
|
||||||
@ -172,7 +170,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ window {
|
|||||||
anchor: north;
|
anchor: north;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,7 +120,6 @@ entry {
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
placeholder: "Search";
|
placeholder: "Search";
|
||||||
placeholder-color: inherit;
|
placeholder-color: inherit;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Mode Switcher ---- */
|
/* ---- Mode Switcher ---- */
|
||||||
@ -133,7 +132,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -162,7 +161,6 @@ listview {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border:0px;
|
border:0px;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Element ---- */
|
/* ---- Element ---- */
|
||||||
@ -172,7 +170,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ window {
|
|||||||
anchor: center;
|
anchor: center;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -170,7 +170,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ window {
|
|||||||
anchor: center;
|
anchor: center;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -170,7 +170,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ window {
|
|||||||
anchor: northeast;
|
anchor: northeast;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -171,7 +171,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ configuration {
|
|||||||
window {
|
window {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
x-offset: 0px;
|
x-offset: 0px;
|
||||||
y-offset: 14px;
|
y-offset: 65px;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -56,7 +56,7 @@ window {
|
|||||||
anchor: north;
|
anchor: north;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,7 +120,6 @@ entry {
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
placeholder: "Search";
|
placeholder: "Search";
|
||||||
placeholder-color: inherit;
|
placeholder-color: inherit;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Mode Switcher ---- */
|
/* ---- Mode Switcher ---- */
|
||||||
@ -133,7 +132,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -162,7 +161,6 @@ listview {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border:0px;
|
border:0px;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Element ---- */
|
/* ---- Element ---- */
|
||||||
@ -172,7 +170,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ configuration {
|
|||||||
window {
|
window {
|
||||||
width: 761px;
|
width: 761px;
|
||||||
x-offset: 0px;
|
x-offset: 0px;
|
||||||
y-offset: 14px;
|
y-offset: 65px;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -51,7 +51,7 @@ window {
|
|||||||
anchor: north;
|
anchor: north;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,7 +114,6 @@ entry {
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
placeholder: "Search";
|
placeholder: "Search";
|
||||||
placeholder-color: inherit;
|
placeholder-color: inherit;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Mode Switcher ---- */
|
/* ---- Mode Switcher ---- */
|
||||||
@ -127,7 +126,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -156,7 +155,6 @@ listview {
|
|||||||
fixed-columns: true;
|
fixed-columns: true;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Element ---- */
|
/* ---- Element ---- */
|
||||||
@ -166,7 +164,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
}
|
}
|
||||||
|
@ -49,14 +49,14 @@ window {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
border-color: @foreground;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
location: center;
|
location: center;
|
||||||
anchor: center;
|
anchor: center;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
enabled: true;
|
enabled: true;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ inputbar {
|
|||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
spacing: 10px;
|
spacing: 10px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
children: [ "textbox-prompt-colon", "entry" ];
|
children: [ "textbox-prompt-colon", "entry" ];
|
||||||
@ -120,7 +120,6 @@ entry {
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
placeholder: "Search";
|
placeholder: "Search";
|
||||||
placeholder-color: inherit;
|
placeholder-color: inherit;
|
||||||
border-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Mode Switcher ---- */
|
/* ---- Mode Switcher ---- */
|
||||||
@ -133,7 +132,7 @@ mode-switcher{
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -171,7 +170,7 @@ element {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: @border-radius;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user