New backup 2025-09-06 13:00:01
This commit is contained in:
parent
6b3c03ce53
commit
f8c668b68f
5 changed files with 10 additions and 5 deletions
|
@ -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'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.scratchpad {
|
||||
// margin: 0px 5px;
|
||||
$module-color: $color5;
|
||||
margin: 0px 5px;
|
||||
$module-color: $color15;
|
||||
@import "./styles/revealer.scss";
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.tray {
|
||||
margin: 0px 5px;
|
||||
$module-color: $color2;
|
||||
$module-color: $color15;
|
||||
@import "./styles/revealer.scss"
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue