Update sidetab.rasi
This commit is contained in:
parent
abb400c9f6
commit
1e42ea4852
1 changed files with 57 additions and 45 deletions
|
@ -4,40 +4,52 @@
|
||||||
* Copyright: deadguy
|
* Copyright: deadguy
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
|
configuration {
|
||||||
|
display-drun: "Activate";
|
||||||
|
display-run: "Execute";
|
||||||
|
display-window: "Window";
|
||||||
|
show-icons: true;
|
||||||
|
sidebar-mode: true;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: #080808;
|
background-color: #080808;
|
||||||
text-color: #d3d7cf;
|
text-color: #d3d7cf;
|
||||||
selbg: #215d9c;
|
selbg: #215d9c;
|
||||||
actbg: #262626;
|
actbg: #262626;
|
||||||
urgbg: #e53935;
|
urgbg: #e53935;
|
||||||
winbg: #26c6da;
|
winbg: #26c6da;
|
||||||
|
|
||||||
selected-normal-foreground: @winbg;
|
selected-normal-foreground: @winbg;
|
||||||
normal-foreground: @text-color;
|
normal-foreground: @text-color;
|
||||||
selected-normal-background: @actbg;
|
selected-normal-background: @actbg;
|
||||||
normal-background: @background-color;
|
normal-background: @background-color;
|
||||||
|
|
||||||
selected-urgent-foreground: @background-color;
|
selected-urgent-foreground: @background-color;
|
||||||
urgent-foreground: @text-color;
|
urgent-foreground: @text-color;
|
||||||
selected-urgent-background: @urgbg;
|
selected-urgent-background: @urgbg;
|
||||||
urgent-background: @background-color;
|
urgent-background: @background-color;
|
||||||
|
|
||||||
selected-active-foreground: @winbg;
|
selected-active-foreground: @winbg;
|
||||||
active-foreground: @text-color;
|
active-foreground: @text-color;
|
||||||
selected-active-background: @actbg;
|
selected-active-background: @actbg;
|
||||||
active-background: @selbg;
|
active-background: @selbg;
|
||||||
|
|
||||||
margin: 0;
|
line-margin: 2;
|
||||||
padding: 0;
|
line-padding: 2;
|
||||||
|
separator-style: "none";
|
||||||
|
hide-scrollbar: "true";
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
location: west;
|
location: west;
|
||||||
anchor: west;
|
anchor: west;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 22%;
|
width: 22%;
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
children: [mainbox];
|
children: [mainbox];
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainbox {
|
#mainbox {
|
||||||
|
@ -73,50 +85,50 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.normal.normal {
|
#element.normal.normal {
|
||||||
background-color: @normal-background;
|
background-color: @normal-background;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.normal.urgent {
|
#element.normal.urgent {
|
||||||
background-color: @urgent-background;
|
background-color: @urgent-background;
|
||||||
text-color: @urgent-foreground;
|
text-color: @urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.normal.active {
|
#element.normal.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @active-foreground;
|
text-color: @active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.selected.normal {
|
#element.selected.normal {
|
||||||
background-color: @selected-normal-background;
|
background-color: @selected-normal-background;
|
||||||
text-color: @selected-normal-foreground;
|
text-color: @selected-normal-foreground;
|
||||||
border: 0 5px solid 0 0;
|
border: 0 5px solid 0 0;
|
||||||
border-color: @active-background;
|
border-color: @active-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.selected.urgent {
|
#element.selected.urgent {
|
||||||
background-color: @selected-urgent-background;
|
background-color: @selected-urgent-background;
|
||||||
text-color: @selected-urgent-foreground;
|
text-color: @selected-urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.selected.active {
|
#element.selected.active {
|
||||||
background-color: @selected-active-background;
|
background-color: @selected-active-background;
|
||||||
text-color: @selected-active-foreground;
|
text-color: @selected-active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.alternate.normal {
|
#element.alternate.normal {
|
||||||
background-color: @normal-background;
|
background-color: @normal-background;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.alternate.urgent {
|
#element.alternate.urgent {
|
||||||
background-color: @urgent-background;
|
background-color: @urgent-background;
|
||||||
text-color: @urgent-foreground;
|
text-color: @urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element.alternate.active {
|
#element.alternate.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @active-foreground;
|
text-color: @active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim:ft=css */
|
/* vim:ft=css */
|
||||||
|
|
Loading…
Reference in a new issue