New backup 2025-10-09 13:00:02
This commit is contained in:
parent
9037cc044b
commit
a93f1cc73f
2 changed files with 17 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
(rat)
|
||||
(shortcuts_revealer)
|
||||
(weather_revealer)
|
||||
(mcstatus_revealer)
|
||||
(box
|
||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)}
|
||||
(software_revealer))
|
||||
|
@ -44,3 +45,4 @@
|
|||
(include "modules/home/notes.yuck")
|
||||
(include "modules/home/softwareupdates.yuck")
|
||||
(include "modules/home/reminders.yuck")
|
||||
(include "modules/home/mcstatus.yuck")
|
||||
|
|
15
de/home/.config/eww/modules/home/mcstatus.yuck
Normal file
15
de/home/.config/eww/modules/home/mcstatus.yuck
Normal file
|
@ -0,0 +1,15 @@
|
|||
(defvar reveal_mcstatus true)
|
||||
(defwidget mcstatus_revealer []
|
||||
(revealer-on-press
|
||||
:revealvar reveal_mcstatus
|
||||
:revealvar-name "reveal_mcstatus"
|
||||
(button
|
||||
:width 300
|
||||
:class "revealer-title"
|
||||
"Minecraft Servers ${reveal_mcstatus ? '' : ''}")
|
||||
(mcstatus)))
|
||||
|
||||
(defwidget mcstatus []
|
||||
(box
|
||||
"test")
|
||||
)
|
Loading…
Add table
Reference in a new issue