New backup 2025-03-03 19:15:02
This commit is contained in:
parent
fbe6ad9f6a
commit
f813657ee1
1 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
(metric :label "💾"
|
||||
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
||||
:onchange "")
|
||||
formattime(EWW_TIME,"%Y")
|
||||
(sysinfo)
|
||||
{formattime(EWW_TIME,"%b %d, %Y %H:%M")}
|
||||
(systemtray)))
|
||||
|
||||
(deflisten workspacesArray :initial "${[1]}"
|
||||
|
@ -39,6 +40,11 @@
|
|||
:spacing 10
|
||||
:prepend-new true))
|
||||
|
||||
(defwidget sysinfo []
|
||||
(revealer :transition "slideleft"
|
||||
:reveal true
|
||||
(systemtray)))
|
||||
|
||||
(defwidget music []
|
||||
(box :class "music"
|
||||
:orientation "h"
|
||||
|
|
Loading…
Add table
Reference in a new issue