Files
homelab/dotfiles/quickshell/widgets/decoration/Dummy.qml
T
darmanandClaude Sonnet 5 6e9d588f00 terra: migrate quickshell config into repo, add quickshell + opencode packages
Config was symlinked from ~/.dots/quickshell (separate dotfiles repo); now
tracked here and applied via home-manager xdg.configFile.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 23:22:03 +02:00

8 lines
76 B
QML

import QtQuick
Rectangle {
width: 10
height: 10
color: "red"
}