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')
(defwidget scratchpad_children [array]
(box :orientation "h"
:class "reveal-children scratchpad"
:class "reveal-children"
:space-evenly false
(for entry in array
(button :onclick 'swaymsg [con_id=${entry.win_id}] focus'

View file

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

View file

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

View file

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

View file

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