New backup 2025-09-06 13:00:01

This commit is contained in:
Penelope Gwen 2025-09-06 13:00:01 -07:00
parent 6b3c03ce53
commit f8c668b68f
5 changed files with 10 additions and 5 deletions

View file

@ -13,7 +13,7 @@
'scripts/bar/scratchpad') 'scripts/bar/scratchpad')
(defwidget scratchpad_children [array] (defwidget scratchpad_children [array]
(box :orientation "h" (box :orientation "h"
:class "reveal-children scratchpad" :class "reveal-children"
:space-evenly false :space-evenly false
(for entry in array (for entry in array
(button :onclick 'swaymsg [con_id=${entry.win_id}] focus' (button :onclick 'swaymsg [con_id=${entry.win_id}] focus'

View file

@ -1,5 +1,5 @@
.scratchpad { .scratchpad {
// margin: 0px 5px; margin: 0px 5px;
$module-color: $color5; $module-color: $color15;
@import "./styles/revealer.scss"; @import "./styles/revealer.scss";
} }

View file

@ -3,6 +3,11 @@
// border: 2px solid $module-color; // border: 2px solid $module-color;
border-radius: $bar-module-border-radius;// border-radius: $bar-module-border-radius;//
} }
//.reveal-children>button>image,
.reveal-children>widget>image {
padding: 0px 7px;
}
.revealer-preview, .revealer-preview,
.reveal-children>* { .reveal-children>* {
padding: 0px 7px; padding: 0px 7px;

View file

@ -1,5 +1,5 @@
.tray { .tray {
margin: 0px 5px; margin: 0px 5px;
$module-color: $color2; $module-color: $color15;
@import "./styles/revealer.scss" @import "./styles/revealer.scss"
} }

View file

@ -1,6 +1,6 @@
.active_window { .active_window {
font-weight: bold; font-weight: bold;
color: $bar-bg-color; color: $bar-bg-color;
padding: 0px 20px; padding: 0px 15px;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
} }