pragma Singleton import QtQuick import Quickshell import Quickshell.Io Singleton { id: root property var modules: { "sunset": "󰖚", "ram": "󰍛", "tasklist": "", } property var workspaces: { "volume_mixer": "", "download": "", "writing": "" } property var volume: { "mute": "", "off": "", "low": "", "high": "", } property var network: { "bar0": "󰣾", "bar1": "󰣴", "bar2": "󰣶", "bar3": "󰣸", "bar4": "󰣺", "crossed_full": "󰣼", "crossed_empty": "󰣽", "one_bar_alert": "󰣵", "two_bar_alert": "󰣹", "three_bar_alert": "󰣹", "full_bar_alert": "󰣻", } 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": "󰁹", } }