New backup 2025-03-12 16:00:01

This commit is contained in:
Penelope Gwen 2025-03-12 16:00:01 -07:00
parent 2cc8708253
commit 03381724cf
4 changed files with 8 additions and 4 deletions

View file

@ -7,6 +7,11 @@
// Global Styles // Global Styles
.bar { .bar {
padding: 0px; padding: 0px;
>box>button {
&:hover{
background-color: rgba($color1,0.5);
}
}
.music { .music {
margin: 10px; margin: 10px;
} }
@ -57,7 +62,6 @@ circular-progress {
&:hover { &:hover {
background-color: rgba($color1,0.5); background-color: rgba($color1,0.5);
} }
// background-color: rgba($color1,0.5);
} }
.revealer-on-hover>widget>box>box>*{ .revealer-on-hover>widget>box>box>*{
border-radius:8px; border-radius:8px;

View file

@ -6,7 +6,7 @@
"" ""
(scratchpad_children :array scratchpadArray))) (scratchpad_children :array scratchpadArray)))
(deflisten scratchpadArray :initial "${[{"icon": "placeholder", "name": "placeholder", "title": "placeholder", "win_id": "0"}]}" (deflisten scratchpadArray :initial "${[{"icon": "/usr/share/icons/breeze-dark/mimetypes/32/unknown.svg", "name": "placeholder", "title": "placeholder", "win_id": "0"}]}"
'scripts/bar/scratchpad') 'scripts/bar/scratchpad')
(defwidget scratchpad_children [array] (defwidget scratchpad_children [array]
(box :orientation "h" (box :orientation "h"

View file

@ -1,4 +1,4 @@
(deflisten workspacesArray :initial "${[1]}" (deflisten workspacesArray :initial "${[{"name": "placeholder","focused":true}]}"
'scripts/bar/getworkspaces') 'scripts/bar/getworkspaces')
(defwidget workspaces [array] (defwidget workspaces [array]

View file

@ -142,7 +142,7 @@ get_icon() {
return return
} }
# failed: # failed:
icon="/usr/share/gtk-doc/html/gtk2/image-missing.png" icon="/usr/share/icons/breeze-dark/mimetypes/32/unknown.svg"
[[ "$verbose" ]] && echo "using missing icon '$icon'" >&2 [[ "$verbose" ]] && echo "using missing icon '$icon'" >&2
echo "$icon" echo "$icon"
} }