Update workspace symbols and format

This commit is contained in:
Evie Litherland-Smith 2023-05-25 08:40:57 +01:00
parent 78b8ee25a2
commit a23427c2d4
2 changed files with 53 additions and 32 deletions

View file

@ -1,4 +0,0 @@
{
}
// vim: ft=json

View file

@ -1,6 +1,5 @@
{ {
// Modules configuration "custom/launcher": {
"custom/launcher":{
"format": "󰀻", "format": "󰀻",
"on-click": "rofi -show drun" "on-click": "rofi -show drun"
}, },
@ -14,7 +13,6 @@
} }
}, },
"tray": { "tray": {
// "icon-size": 21,
"spacing": 10 "spacing": 10
}, },
"clock": { "clock": {
@ -30,21 +28,30 @@
"format": "{}% 󰍛" "format": "{}% 󰍛"
}, },
"temperature": { "temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80, "critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}",
"format-icons": ["󱃃", "󰔏", "󱃂"] "format-icons": [
"󱃃",
"󰔏",
"󱃂"
]
}, },
"backlight": { "backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""] "format-icons": [
"",
"",
"",
"",
"",
"",
"",
"",
""
]
}, },
"battery": { "battery": {
"states": { "states": {
// "good": 95,
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
@ -52,7 +59,19 @@
"format-charging": "{capacity}% 󰂄", "format-charging": "{capacity}% 󰂄",
"format-plugged": "{capacity}% 󰚥", "format-plugged": "{capacity}% 󰚥",
"format-alt": "{time} {icon}", "format-alt": "{time} {icon}",
"format-icons": ["󱃍", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"] "format-icons": [
"󱃍",
"󰁺",
"󰁻",
"󰁼",
"󰁽",
"󰁾",
"󰁿",
"󰂀",
"󰂁",
"󰂂",
"󰁹"
]
}, },
"battery#bat2": { "battery#bat2": {
"bat": "BAT2" "bat": "BAT2"
@ -74,7 +93,7 @@
"on-click": "blueman-manager" "on-click": "blueman-manager"
}, },
"pulseaudio": { "pulseaudio": {
"scroll-step": 2, // %, can be a float "scroll-step": 5,
"format": "{volume}% {icon} {format_source}", "format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": "󰝟 {icon} {format_source}", "format-bluetooth-muted": "󰝟 {icon} {format_source}",
@ -88,11 +107,15 @@
"phone": "󰏲", "phone": "󰏲",
"portable": "󰏳", "portable": "󰏳",
"car": "󰄍", "car": "󰄍",
"default": ["󰕿", "󰖀", "󰕾"] "default": [
"󰕿",
"󰖀",
"󰕾"
]
}, },
"on-click": "pavucontrol" "on-click": "pavucontrol"
}, },
"custom/power":{ "custom/power": {
"format": "󰐥", "format": "󰐥",
"on-click": "powermenu" "on-click": "powermenu"
}, },
@ -101,12 +124,13 @@
"disable-scroll": true, "disable-scroll": true,
"all-outputs": false, "all-outputs": false,
"sort-by-number": true, "sort-by-number": true,
"format": "{icon}", "format": "{name}: {icon}",
"format-icons": { "format-icons": {
"1": "", "1": "󱆃",
"2": "", "2": "󰈹",
"3": "", "3": "󰻞",
"4": "", "4": "󱋖",
"5": "󰓓",
"urgent": "", "urgent": "",
"focused": "", "focused": "",
"default": "" "default": ""
@ -115,7 +139,8 @@
"1": [], "1": [],
"2": [], "2": [],
"3": [], "3": [],
"4": [] "4": [],
"5": []
} }
}, },
"sway/workspaces": { "sway/workspaces": {
@ -123,12 +148,13 @@
"disable-scroll": true, "disable-scroll": true,
"all-outputs": false, "all-outputs": false,
"sort-by-number": true, "sort-by-number": true,
"format": "{icon}", "format": "{icon} ",
"format-icons": { "format-icons": {
"1": "", "1": "󱆃",
"2": "", "2": "󰈹",
"3": "", "3": "󰻞",
"4": "", "4": "󱋖",
"5": "󰓓",
"urgent": "", "urgent": "",
"focused": "", "focused": "",
"default": "" "default": ""
@ -137,9 +163,8 @@
"1": [], "1": [],
"2": [], "2": [],
"3": [], "3": [],
"4": [] "4": [],
"5": []
} }
} }
} }
// vim: ft=json