pragma Singleton import QtQuick import Quickshell import Quickshell.Io Singleton { id: root property var modules: { "sunset": "󰖚", "ram": "󰍛", "tasklist": "", "size": "󰲏", } property var workspaces: { "10": "", "11": "", "12": "", } property var volume: { "mute": "", "off": "", "low": "", "high": "", } property var network: { "ethernet": "󰈀", "nobar": "󰣽", "bar0": "󰣾", "bar1": "󰣴", "bar2": "󰣶", "bar3": "󰣸", "bar4": "󰣺", } property var devices: { "battery": "", "headphones": "", "controller": "󰮂", "earbuds": "󱡏", "gaming input": "󰮂", "keyboard": "", "mouse": "󰍽", "unknown": "󰂑", "speakers": "󰓃", "printer": "󰐪", "camera": "", "phone": "", } property var battery: { "10": "󰁺", "20": "󰁻", "30": "󰁼", "40": "󰁽", "50": "󰁾", "60": "󰁿", "70": "󰂀", "80": "󰂁", "90": "󰂂", "100": "󰁹", } }