Tweak aerc and add mail status to waybar
This commit is contained in:
parent
934243e49c
commit
283e2ecbdf
3 changed files with 10 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
"fixed-center": false,
|
||||
"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["custom/timer", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"],
|
||||
"modules-right": ["custom/timer", "custom/maildir", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"],
|
||||
"sway/scratchpad": {
|
||||
"format": "{icon} {count}",
|
||||
"show-empty": false,
|
||||
|
@ -59,6 +59,11 @@
|
|||
"exec": "$HOME/workspace/foxstatus/modules/timer.py",
|
||||
"max-length": 20,
|
||||
"interval": 60
|
||||
},
|
||||
"custom/maildir": {
|
||||
"exec": "$HOME/workspace/foxstatus/modules/maildir.py",
|
||||
"max-length": 7,
|
||||
"interval": 60
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue