Skip to content
Snippets Groups Projects
Commit 4162ed03 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Remove double disk space indicators and enable CPU tooltips

parent ed1c64b3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"modules-left": ["sway/workspaces", "sway/mode"],
//"modules-center": ["sway/window"],
"modules-center": ["clock"],
"modules-right": ["custom/arch_update", "custom/disk_home", "custom/disk_root","temperature", "cpu", "memory", "custom/mail", "network", "backlight", "pulseaudio", "sway/language", "battery", "idle_inhibitor", "tray"],
"modules-right": ["custom/arch_update", "custom/disk_home", "temperature", "cpu", "memory", "network", "backlight", "pulseaudio", "sway/language", "battery", "idle_inhibitor", "tray"],
// Modules configuration
"sway/workspaces": {
......@@ -72,7 +72,7 @@
},
"cpu": {
"format": "🏭 {usage}%",
"tooltip": false
"tooltip": true
},
"memory": {
"format": "💾 {used:0.1f}G"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment