fix: enable wallpaper cycling by setting timer to running
This commit is contained in:
@@ -45,7 +45,7 @@ Singleton {
|
|||||||
Timer {
|
Timer {
|
||||||
id: cycleTimer
|
id: cycleTimer
|
||||||
|
|
||||||
running: false
|
running: true
|
||||||
repeat: true
|
repeat: true
|
||||||
interval: root.cycleInterval * 1000
|
interval: root.cycleInterval * 1000
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Workaround: https://github.com/kovidgoyal/kitty/issues/9416
|
# Workaround: https://github.com/kovidgoyal/kitty/issues/9416
|
||||||
if test "$TERM" = "xterm-kitty"; and kitty --version | grep -q "0.45.0"
|
if test "$TERM" = "xterm-kitty"; and type -q kitty; and kitty --version | grep -q "0.45.0"
|
||||||
set -xg TERM "xterm-256color"
|
set -xg TERM "xterm-256color"
|
||||||
set -xg TERMINFO "/usr/share/terminfo"
|
set -xg TERMINFO "/usr/share/terminfo"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user