New backup 2025-03-03 21:30:02
This commit is contained in:
parent
5b6242137f
commit
ffd983d006
2 changed files with 17 additions and 17 deletions
|
@ -6,8 +6,8 @@
|
||||||
@import "./style/colors.scss";
|
@import "./style/colors.scss";
|
||||||
// Global Styles
|
// Global Styles
|
||||||
.bar {
|
.bar {
|
||||||
background-color: #3a3a3a;
|
// background-color: #3a3a3a;
|
||||||
color: #b0b4bc;
|
// color: #b0b4bc;
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,18 @@
|
||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.revealer-on-hover {
|
||||||
|
background-color: #B87A7A;
|
||||||
|
color: #2C2423;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
.revealer-on-hover box{
|
||||||
|
background-color: $color9;
|
||||||
|
border: 2px solid $color1;
|
||||||
|
color: $color0;
|
||||||
|
margin: 0px 0px;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
.workspaces {
|
.workspaces {
|
||||||
background-color: #B87A7A;
|
background-color: #B87A7A;
|
||||||
color: #2C2423;
|
color: #2C2423;
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
(defwidget rightgroup []
|
(defwidget rightgroup []
|
||||||
(box :class "rightgroup" :orientation "h" :space-evenly false :halign "end"
|
(box :class "rightgroup" :orientation "h" :space-evenly false :halign "end"
|
||||||
|
" "
|
||||||
|
"🖧 "
|
||||||
" "
|
" "
|
||||||
" "
|
" "
|
||||||
(sysdisk)
|
(sysdisk)
|
||||||
|
@ -75,7 +77,7 @@
|
||||||
|
|
||||||
(defvar reveal_sysdisk false)
|
(defvar reveal_sysdisk false)
|
||||||
(defwidget sysdisk []
|
(defwidget sysdisk []
|
||||||
(revealer-on-hover
|
(revealer-on-hover :class sysdisk
|
||||||
:revealvar reveal_sysdisk
|
:revealvar reveal_sysdisk
|
||||||
:revealvar-name "reveal_sysdisk"
|
:revealvar-name "reveal_sysdisk"
|
||||||
(metric :label "/home"
|
(metric :label "/home"
|
||||||
|
@ -135,17 +137,3 @@
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
(bar))
|
(bar))
|
||||||
|
|
||||||
(defwindow example
|
|
||||||
:monitor 2
|
|
||||||
:geometry (geometry :x "0%"
|
|
||||||
:y "30px"
|
|
||||||
:width "90%"
|
|
||||||
:height "30px"
|
|
||||||
:anchor "top center")
|
|
||||||
:stacking "fg"
|
|
||||||
:exclusive false
|
|
||||||
:reserve (struts :distance "40px" :side "top")
|
|
||||||
:windowtype "dock"
|
|
||||||
:wm-ignore false
|
|
||||||
"example content")
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue