feat: add dms config
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"hyprlandSubmapIndicator": {
|
||||
"enabled": true,
|
||||
"submapLabels": [
|
||||
{
|
||||
"submap": "device",
|
||||
"label": "dev",
|
||||
"color": "#FF0000"
|
||||
},
|
||||
{
|
||||
"submap": "groups",
|
||||
"label": "GRP",
|
||||
"color": "#AABBCC"
|
||||
}
|
||||
],
|
||||
"defaultTextColor": {
|
||||
"r": 0.12941177189350128,
|
||||
"g": 0.12941177189350128,
|
||||
"b": 0.12941177189350128,
|
||||
"a": 1,
|
||||
"hsvHue": -1,
|
||||
"hsvSaturation": 0,
|
||||
"hsvValue": 0.12941177189350128,
|
||||
"hslHue": -1,
|
||||
"hslSaturation": 0,
|
||||
"hslLightness": 0.12941177189350128,
|
||||
"valid": true
|
||||
},
|
||||
"defaultIconName": "home",
|
||||
"defaultIconColor": {},
|
||||
"submapIcons": [
|
||||
{
|
||||
"submap": "device",
|
||||
"icon": "build",
|
||||
"color": "#FF0000"
|
||||
},
|
||||
{
|
||||
"submap": "groups",
|
||||
"icon": "group",
|
||||
"color": "#AABBCC"
|
||||
},
|
||||
{
|
||||
"submap": "launch",
|
||||
"icon": "rocket_launch",
|
||||
"color": "#00B51E"
|
||||
},
|
||||
{
|
||||
"submap": "notifications",
|
||||
"icon": "notification_settings",
|
||||
"color": "#eec100"
|
||||
},
|
||||
{
|
||||
"submap": "screenshot",
|
||||
"icon": "screenshot_monitor",
|
||||
"color": "#ad00ee"
|
||||
},
|
||||
{
|
||||
"submap": "window",
|
||||
"icon": "select_window",
|
||||
"color": "#00b2ee"
|
||||
},
|
||||
{
|
||||
"submap": "workspace",
|
||||
"icon": "monitor",
|
||||
"color": "#2800ee"
|
||||
}
|
||||
],
|
||||
"fontSize": "none"
|
||||
},
|
||||
"calculator": {
|
||||
"enabled": true,
|
||||
"trigger": "=",
|
||||
"calcEngine": "qalc",
|
||||
"noTrigger": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user