New backup 2025-03-04 20:00:02
This commit is contained in:
parent
0b752e14d2
commit
177a90a89a
2 changed files with 10 additions and 4 deletions
|
@ -109,3 +109,6 @@ button.active {
|
|||
border-radius:8px;
|
||||
}
|
||||
}
|
||||
.rat {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
|
|
@ -347,13 +347,16 @@
|
|||
:reserve (struts :side "top" :distance "4%")
|
||||
(bar))
|
||||
|
||||
(defpoll rat_image :interval "5s"
|
||||
'scripts/randomrat')
|
||||
;(defpoll rat_image :interval "5s"
|
||||
; 'scripts/randomrat')
|
||||
(defvar rat_image "/home/penelope/Pictures/Phone/Albums/Rattos/20211109_042550_IMG_9873.JPG")
|
||||
(defwidget rat []
|
||||
(box
|
||||
:orientation "h"
|
||||
:space-evenly true
|
||||
(image :class "rat"
|
||||
:path {rat_image}
|
||||
:image-width: 20
|
||||
:image-width 100
|
||||
:preserve-aspect-ratio false)))
|
||||
|
||||
(defwindow widgets
|
||||
|
@ -361,7 +364,7 @@
|
|||
:exclusive false
|
||||
:geometry (geometry :x "10%"
|
||||
:y "10%"
|
||||
:width "50px"
|
||||
:width "20px"
|
||||
:height "50px"
|
||||
:anchor "top center")
|
||||
:stacking "bg"
|
||||
|
|
Loading…
Add table
Reference in a new issue