New backup 2025-03-12 16:00:01
This commit is contained in:
parent
2cc8708253
commit
03381724cf
4 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(deflisten workspacesArray :initial "${[1]}"
|
||||
(deflisten workspacesArray :initial "${[{"name": "placeholder","focused":true}]}"
|
||||
'scripts/bar/getworkspaces')
|
||||
|
||||
(defwidget workspaces [array]
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue