New backup 2025-03-03 22:00:01
This commit is contained in:
parent
5115634819
commit
b2d953830e
2 changed files with 26 additions and 13 deletions
|
@ -9,7 +9,6 @@
|
||||||
// background-color: #3a3a3a;
|
// background-color: #3a3a3a;
|
||||||
// color: #b0b4bc;
|
// color: #b0b4bc;
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Styles on classes (see eww.yuck for more information)
|
// Styles on classes (see eww.yuck for more information)
|
||||||
|
@ -39,20 +38,33 @@
|
||||||
.label-ram {
|
.label-ram {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
circular-progress {
|
||||||
.revealer-on-hover {
|
color: $color1;
|
||||||
background-color: #B87A7A;
|
background-color: $color2;
|
||||||
color: #2C2423;
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box,
|
.revealer-on-hover {
|
||||||
.reveal_children>box {
|
|
||||||
background-color: $color9;
|
background-color: $color9;
|
||||||
border: 2px solid $color1;
|
border: 2px solid $color1;
|
||||||
|
color: #2C2423;
|
||||||
|
border-radius: 8px;
|
||||||
|
margin: 0px 2px;
|
||||||
|
}
|
||||||
|
.revealer-on-hover>widget>box>box,
|
||||||
|
.reveal_children>box,
|
||||||
|
.rightgroup>label,
|
||||||
|
.systray {
|
||||||
color: $color0;
|
color: $color0;
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.rightgroup>label,
|
||||||
|
.systray {
|
||||||
|
border-radius: 8px;
|
||||||
|
margin: 0px 2px;
|
||||||
|
}
|
||||||
|
label {
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
.workspaces {
|
.workspaces {
|
||||||
background-color: #B87A7A;
|
background-color: #B87A7A;
|
||||||
color: #2C2423;
|
color: #2C2423;
|
||||||
|
@ -73,12 +85,12 @@
|
||||||
.workspaces .focused {
|
.workspaces .focused {
|
||||||
background-color: $color1;
|
background-color: $color1;
|
||||||
}
|
}
|
||||||
.workspaces button:first-child,
|
.workspaces button:first-child {
|
||||||
.revealer-on-hover>widget>box>box:first-child,
|
|
||||||
.reveal_children>box:first-child {
|
|
||||||
border-radius:8px 0px 0px 8px;
|
border-radius:8px 0px 0px 8px;
|
||||||
}
|
}
|
||||||
.workspaces button:last-child {
|
.workspaces button:last-child,
|
||||||
|
.revealer-on-hover>widget>box>box:last-child,
|
||||||
|
.reveal_children>box:last-child {
|
||||||
border-radius:0px 8px 8px 0px;
|
border-radius:0px 8px 8px 0px;
|
||||||
}
|
}
|
||||||
.workspaces button:only-child,
|
.workspaces button:only-child,
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
(defwidget systemtray []
|
(defwidget systemtray []
|
||||||
(systray
|
(systray
|
||||||
|
:class "systray"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly true
|
:space-evenly true
|
||||||
:spacing 10
|
:spacing 10
|
||||||
|
@ -133,7 +134,7 @@
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "99%"
|
:width "99%"
|
||||||
:height "10px"
|
:height "15px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
(bar))
|
(bar))
|
||||||
|
|
Loading…
Add table
Reference in a new issue