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;
|
||||
// color: #b0b4bc;
|
||||
padding: 5px 0px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
// Styles on classes (see eww.yuck for more information)
|
||||
|
@ -39,20 +38,33 @@
|
|||
.label-ram {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.revealer-on-hover {
|
||||
background-color: #B87A7A;
|
||||
color: #2C2423;
|
||||
border-radius: 8px;
|
||||
circular-progress {
|
||||
color: $color1;
|
||||
background-color: $color2;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box,
|
||||
.reveal_children>box {
|
||||
.revealer-on-hover {
|
||||
background-color: $color9;
|
||||
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;
|
||||
margin: 0px 0px;
|
||||
padding: 2px;
|
||||
}
|
||||
.rightgroup>label,
|
||||
.systray {
|
||||
border-radius: 8px;
|
||||
margin: 0px 2px;
|
||||
}
|
||||
label {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.workspaces {
|
||||
background-color: #B87A7A;
|
||||
color: #2C2423;
|
||||
|
@ -73,12 +85,12 @@
|
|||
.workspaces .focused {
|
||||
background-color: $color1;
|
||||
}
|
||||
.workspaces button:first-child,
|
||||
.revealer-on-hover>widget>box>box:first-child,
|
||||
.reveal_children>box:first-child {
|
||||
.workspaces button:first-child {
|
||||
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;
|
||||
}
|
||||
.workspaces button:only-child,
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
(defwidget systemtray []
|
||||
(systray
|
||||
:class "systray"
|
||||
:orientation "h"
|
||||
:space-evenly true
|
||||
:spacing 10
|
||||
|
@ -133,7 +134,7 @@
|
|||
:geometry (geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "99%"
|
||||
:height "10px"
|
||||
:height "15px"
|
||||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
(bar))
|
||||
|
|
Loading…
Add table
Reference in a new issue