aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-04-09 01:30:04 +0300
committerYaroslav <contact@yaroslavps.com>2020-04-09 01:30:04 +0300
commitd5c97e78d80177119421f9dade324b04f2b00126 (patch)
tree7a637bf2a8ea613f7480301434e778ad6d8b6f42 /dotfiles/.config/waybar
parent2a7d8cecace432898722b0d2c7a2543e1057cf74 (diff)
downloadswayrice-d5c97e78d80177119421f9dade324b04f2b00126.tar.gz
swayrice-d5c97e78d80177119421f9dade324b04f2b00126.zip
mail scripts for aerc+mbsync; goodbye neomutt
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r--dotfiles/.config/waybar/config12
-rw-r--r--dotfiles/.config/waybar/style.css1
2 files changed, 11 insertions, 2 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config
index a708bb1..8db1eec 100644
--- a/dotfiles/.config/waybar/config
+++ b/dotfiles/.config/waybar/config
@@ -17,11 +17,12 @@
"custom/rec-status",
"custom/swaykbd",
"custom/ds4battery",
- "backlight",
+ "custom/mail-status",
"custom/pac-status",
"custom/news-status",
"custom/vpn-status",
"network",
+ "backlight",
"battery#bat0",
"battery#bat1",
"custom/right-decorator-black",
@@ -177,8 +178,15 @@
"interval": "once",
"exec": "barvpnstatus"
},
+ "custom/mail-status": {
+ "format": "<span color=\"#5b8277\">📧</span> {}",
+ "signal": 8,
+ "interval": "once",
+ "exec": "barmailstatus",
+ "tooltip": false
+ },
"custom/pac-status": {
- "format": "<span color=\"#5b8277\"></span> {}",
+ "format": "<span color=\"#5b8277\"></span> {}",
"signal": 7,
"interval": "once",
"exec": "barpacstatus",
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css
index 75f63a3..0b244e0 100644
--- a/dotfiles/.config/waybar/style.css
+++ b/dotfiles/.config/waybar/style.css
@@ -65,6 +65,7 @@ window#waybar {
#custom-ds4battery,
#custom-rec-status,
#custom-vpn-status,
+#custom-mail-status,
#custom-pac-status,
#custom-news-status,
#custom-swaykbd {