New backup 2025-03-03 23:30:02
This commit is contained in:
parent
1c277c82d4
commit
0c333dbc51
2 changed files with 32 additions and 7 deletions
|
@ -6,8 +6,6 @@
|
||||||
@import "./style/colors.scss";
|
@import "./style/colors.scss";
|
||||||
// Global Styles
|
// Global Styles
|
||||||
.bar {
|
.bar {
|
||||||
// background-color: #3a3a3a;
|
|
||||||
// color: #b0b4bc;
|
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
}
|
}
|
||||||
circular-progress {
|
circular-progress {
|
||||||
|
@ -21,7 +19,8 @@ circular-progress {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 0px 2px;
|
margin: 0px 2px;
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>* {
|
.revealer-on-hover>widget>box>box>*,
|
||||||
|
.reveal_children>* {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.reveal_children>box,
|
.reveal_children>box,
|
||||||
|
@ -30,7 +29,8 @@ circular-progress {
|
||||||
}
|
}
|
||||||
.rightgroup>label,
|
.rightgroup>label,
|
||||||
.rightgroup>button,
|
.rightgroup>button,
|
||||||
.systray {
|
.systray,
|
||||||
|
.music {
|
||||||
background-color: $color9;
|
background-color: $color9;
|
||||||
border: 2px solid $color1;
|
border: 2px solid $color1;
|
||||||
color: $color0;
|
color: $color0;
|
||||||
|
|
|
@ -179,14 +179,39 @@
|
||||||
(defpoll time :interval "10s"
|
(defpoll time :interval "10s"
|
||||||
"date '+%H:%M %b %d, %Y'")
|
"date '+%H:%M %b %d, %Y'")
|
||||||
|
|
||||||
(defwindow bar
|
(defwindow phl_278e1_bar
|
||||||
:monitor 2
|
:monitor "PHL 278E1"
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "99%"
|
:width "99%"
|
||||||
:height "15px"
|
:height "30px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
(bar))
|
(bar))
|
||||||
|
|
||||||
|
(defwindow cr270cu_bar
|
||||||
|
:monitor "CR270CU"
|
||||||
|
:windowtype "dock"
|
||||||
|
:exclusive true
|
||||||
|
:geometry (geometry :x "0%"
|
||||||
|
:y "0%"
|
||||||
|
:width "99%"
|
||||||
|
:height "30px"
|
||||||
|
:anchor "top center")
|
||||||
|
:reserve (struts :side "top" :distance "4%")
|
||||||
|
(bar))
|
||||||
|
|
||||||
|
(defwindow lg_ultrawide_bar
|
||||||
|
:monitor "LG ULTRAWIDE"
|
||||||
|
:windowtype "dock"
|
||||||
|
:exclusive true
|
||||||
|
:geometry (geometry :x "0%"
|
||||||
|
:y "0%"
|
||||||
|
:width "99%"
|
||||||
|
:height "100px"
|
||||||
|
:anchor "top center")
|
||||||
|
:reserve (struts :side "top" :distance "4%")
|
||||||
|
(bar))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue