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";
|
||||
// Global Styles
|
||||
.bar {
|
||||
background-color: #3a3a3a;
|
||||
color: #b0b4bc;
|
||||
// background-color: #3a3a3a;
|
||||
// color: #b0b4bc;
|
||||
padding: 5px 0px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
@ -40,6 +40,18 @@
|
|||
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 {
|
||||
background-color: #B87A7A;
|
||||
color: #2C2423;
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
(defwidget rightgroup []
|
||||
(box :class "rightgroup" :orientation "h" :space-evenly false :halign "end"
|
||||
" "
|
||||
"🖧 "
|
||||
" "
|
||||
" "
|
||||
(sysdisk)
|
||||
|
@ -75,7 +77,7 @@
|
|||
|
||||
(defvar reveal_sysdisk false)
|
||||
(defwidget sysdisk []
|
||||
(revealer-on-hover
|
||||
(revealer-on-hover :class sysdisk
|
||||
:revealvar reveal_sysdisk
|
||||
:revealvar-name "reveal_sysdisk"
|
||||
(metric :label "/home"
|
||||
|
@ -135,17 +137,3 @@
|
|||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
(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