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";
|
||||
// Global Styles
|
||||
.bar {
|
||||
// background-color: #3a3a3a;
|
||||
// color: #b0b4bc;
|
||||
padding: 5px 0px;
|
||||
}
|
||||
circular-progress {
|
||||
|
@ -21,7 +19,8 @@ circular-progress {
|
|||
border-radius: 8px;
|
||||
margin: 0px 2px;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>* {
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
.reveal_children>* {
|
||||
padding: 5px;
|
||||
}
|
||||
.reveal_children>box,
|
||||
|
@ -30,7 +29,8 @@ circular-progress {
|
|||
}
|
||||
.rightgroup>label,
|
||||
.rightgroup>button,
|
||||
.systray {
|
||||
.systray,
|
||||
.music {
|
||||
background-color: $color9;
|
||||
border: 2px solid $color1;
|
||||
color: $color0;
|
||||
|
|
|
@ -179,14 +179,39 @@
|
|||
(defpoll time :interval "10s"
|
||||
"date '+%H:%M %b %d, %Y'")
|
||||
|
||||
(defwindow bar
|
||||
:monitor 2
|
||||
(defwindow phl_278e1_bar
|
||||
:monitor "PHL 278E1"
|
||||
:windowtype "dock"
|
||||
:exclusive true
|
||||
:geometry (geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "99%"
|
||||
:height "15px"
|
||||
:height "30px"
|
||||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
(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