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

View file

@ -6,7 +6,7 @@
""
(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')
(defwidget scratchpad_children [array]
(box :orientation "h"

View file

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

View file

@ -142,7 +142,7 @@ get_icon() {
return
}
# 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
echo "$icon"
}