Add revelation
Update and add bling task_preview, tag_preview and window_switcher Add catppuccin-macchiato Use my weather key Update keybindings Update autorun Fix sliders
This commit is contained in:
parent
4f850f7173
commit
2401cfcee2
56 changed files with 2040 additions and 858 deletions
|
@ -24,15 +24,15 @@ configuration{
|
|||
}
|
||||
|
||||
* {
|
||||
background: #262626;
|
||||
background-alt: #333333;
|
||||
brdr: #191F21;
|
||||
foreground: #D8D8D8;
|
||||
foresel: #67AFC1;
|
||||
selected: #458588;
|
||||
urgent: #E06C75;
|
||||
on: #87A181;
|
||||
off: #D88B9F;
|
||||
background: #1e2030;
|
||||
background-alt: #24273a;
|
||||
brdr: #181926;
|
||||
foreground: #cad3f5;
|
||||
foresel: #67AFC1;
|
||||
selected: #f4dbd6;
|
||||
urgent: #ed8796;
|
||||
on: #a6da95;
|
||||
off: #ee99a0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -48,11 +48,11 @@ window {
|
|||
border-color: @background-alt;
|
||||
width: 400px;
|
||||
height: 500px;
|
||||
location: south west;
|
||||
anchor: south west;
|
||||
orientation: horizontal;
|
||||
x-offset: 11px;
|
||||
y-offset: -52px;
|
||||
location: south west;
|
||||
anchor: south west;
|
||||
orientation: horizontal;
|
||||
x-offset: 11px;
|
||||
y-offset: -52px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
|
@ -147,12 +147,16 @@ element selected.normal {
|
|||
border-color: @selected;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @background;
|
||||
text-color: @off;
|
||||
background-color: @off;
|
||||
border: 0px;
|
||||
border-radius: 8px;
|
||||
text-color: @background;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @background;
|
||||
text-color: @on;
|
||||
background-color: @on;
|
||||
border: 0px;
|
||||
border-radius: 8px;
|
||||
text-color: @background;
|
||||
}
|
||||
element alternate.normal {
|
||||
background-color: @background;
|
||||
|
@ -160,11 +164,11 @@ element alternate.normal {
|
|||
}
|
||||
element alternate.urgent {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
text-color: @off;
|
||||
}
|
||||
element alternate.active {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
text-color: @on;
|
||||
}
|
||||
|
||||
sidebar {
|
||||
|
@ -179,7 +183,7 @@ button {
|
|||
vertical-align: 0.5;
|
||||
padding: 8px;
|
||||
background-color: @background-alt;
|
||||
text-color: @background;
|
||||
text-color: @foreground;
|
||||
border: 0px;
|
||||
border-radius: 8px;
|
||||
border-color: @selected;
|
||||
|
@ -187,7 +191,7 @@ button {
|
|||
|
||||
button selected {
|
||||
background-color: @selected;
|
||||
text-color: @foreground;
|
||||
text-color: @background;
|
||||
border: 0px;
|
||||
border-radius: 8px;
|
||||
border-color: @selected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue