all repos — quickshell @ 06c34b8d9c2dcb5b19a7a08cc4ea7c5623b9fc66

A desert-witch desktop shell

bar/classes/TopSep.qml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
//TopSep.qml
import QtQuick
import Quickshell
import ".."
import "../.."

TopbarText {
  id: separator
  text: "|"
  color: Resources.palette.sand
}