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

Tune clock and workspaces

parent 2ea6a009
Branches
No related tags found
No related merge requests found
......@@ -6,9 +6,28 @@
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode"],
// "modules-center": ["sway/window"],
"modules-right": ["custom/arch_update", "custom/disk_home", "custom/disk_root","temperature", "cpu", "memory", "custom/mail", "network", "backlight", "pulseaudio", "clock", "battery", "idle_inhibitor", "tray"],
//"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", "battery", "idle_inhibitor", "tray"],
// Modules configuration
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"numeric-first": true,
//"format": "{name}: {icon}",
"format": "{index}",
//"format-icons": {
//"1": "",
//"2": "",
//"3": "",
//"4": "",
//"5": "",
//"urgent": "",
//"focused": "",
//"default": ""
//}
},
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
......@@ -64,9 +83,10 @@
"exec": "notmuch count tag:flagged OR tag:inbox AND NOT tag:killed"
},
"network": {
"family": "ipv6",
"family": "ipv4",
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span> {bandwidthUpBits}/{bandwidthDownBits}",
"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span>",
//"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span> {bandwidthUpBits}/{bandwidthDownBits}",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
......@@ -102,9 +122,9 @@
},
"clock": {
"interval": 1,
"format": "⏰ {:%H:%M:%S}",
"tooltip-format": "{:%Y-%m-%d | %H:%M:%S}"
// "format-alt": "{:%Y-%m-%d}"
"format": "⏰ {:%H:%M:%S 🗓️ %Y-%m-%d 📆 %W}",
"tooltip-format": "{:%Y-%m-%d | %H:%M:%S}",
"format-alt": "{:%Y-%m-%d}"
},
"battery": {
"states": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment