New backup 2025-03-03 21:45:01

This commit is contained in:
Penelope Gwen 2025-03-03 21:45:01 -08:00
parent ffd983d006
commit 5115634819
2 changed files with 11 additions and 6 deletions

View file

@ -45,7 +45,8 @@
color: #2C2423; color: #2C2423;
border-radius: 8px; border-radius: 8px;
} }
.revealer-on-hover box{ .revealer-on-hover>widget>box>box,
.reveal_children>box {
background-color: $color9; background-color: $color9;
border: 2px solid $color1; border: 2px solid $color1;
color: $color0; color: $color0;
@ -72,12 +73,16 @@
.workspaces .focused { .workspaces .focused {
background-color: $color1; background-color: $color1;
} }
.workspaces button:first-child { .workspaces button:first-child,
.revealer-on-hover>widget>box>box:first-child,
.reveal_children>box:first-child {
border-radius:8px 0px 0px 8px; border-radius:8px 0px 0px 8px;
} }
.workspaces button:last-child { .workspaces button:last-child {
border-radius:0px 8px 8px 0px; border-radius:0px 8px 8px 0px;
} }
.workspaces button:only-child { .workspaces button:only-child,
.revealer-on-hover>widget>box>box:only-child,
.reveal_children>box:only-child {
border-radius:8px; border-radius:8px;
} }

View file

@ -64,7 +64,7 @@
(sysmem_children))) (sysmem_children)))
(defwidget sysmem_children [] (defwidget sysmem_children []
(box :class "sysmem_children" (box :class "reveal_children"
:orientation "h" :orientation "h"
:space-evenly false :space-evenly false
:halign "center" :halign "center"
@ -77,7 +77,7 @@
(defvar reveal_sysdisk false) (defvar reveal_sysdisk false)
(defwidget sysdisk [] (defwidget sysdisk []
(revealer-on-hover :class sysdisk (revealer-on-hover
:revealvar reveal_sysdisk :revealvar reveal_sysdisk
:revealvar-name "reveal_sysdisk" :revealvar-name "reveal_sysdisk"
(metric :label "/home" (metric :label "/home"
@ -86,7 +86,7 @@
(sysdisk_children))) (sysdisk_children)))
(defwidget sysdisk_children [] (defwidget sysdisk_children []
(box :class "sysdisk_children" (box :class "reveal_children"
:orientation "h" :orientation "h"
:space-evenly false :space-evenly false
:halign "center" :halign "center"