forked from Grivel-l/CustomBar
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Jake Jarrett edited this page Dec 15, 2020
·
3 revisions
- example config
- General (Required)
- Tray (Optional)
- Volume (Optional)
- Workspaces (Optional)
- Time (Optional)
- Launcher (Optional)
- Deprecated / Being deprecated
{
"general": {
"height": 33,
"opacity": 40,
"font-size": 16
},
"power": {
"icon": ""
},
"tray": {
"padding": 5
},
"volume": {
"icon": "🔊",
"scroll": true
},
"workspaces": {
"current-color": "#0053a0",
"click": true
},
"time": {
"click": true
},
"launcher": {
"click": true,
"color": "hotpink"
}
}
Required
{
"general": {
"height": 1
}
}
- height
int
- optional
- width
int
- optional
- margin-top
int
- optional
- margin-right
int
- optional
- margin-left
int
- optional
- font-size
int
- optional
- opacity
float64
- optional
Optional
{
"tray": {
"padding": 20
}
}
- padding
int
- optional
Optional
{
"volume": {
"scroll": false,
"icon": "🔊"
}
}
- scroll
boolean
- optional
- icon
- string (Literal string will be rendered so emoji etc are 👌)
- optional
Optional
{
"workspaces": {
"current-color": "#0053a0",
"click": true
},
}
- current-color
string
- optional
- click
boolean
- optional
Optional
{
"time": {
"click": true
},
}
- click
boolean
- optional
Optional
{
"launcher": {
"click": true
},
}
- click
boolean
- optional
Optional
{
"olkb": {
"enable": true,
"order": ""
},
}
- enable
boolean
- optional
- order
string
- optional