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>
8 lines
76 B
QML
8 lines
76 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
width: 10
|
|
height: 10
|
|
color: "red"
|
|
}
|