Remove gmail count from polybar

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-07-19 10:57:13 +02:00
parent d8fe52b9d7
commit 3e241ede14
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 1 additions and 79 deletions

View file

@ -43,7 +43,7 @@ module-margin = 2
modules-left = i3
modules-center =
modules-right = update gmail battery battery2 volume backlight vpn wlan ethernet date power
modules-right = update battery battery2 volume backlight vpn wlan ethernet date power
tray-position = none
separator = |
@ -122,20 +122,6 @@ interval = 60
click-left = xdg-open "https://www.archlinux.org/"
###############################################################################
# G-Mail #
###############################################################################
[module/gmail]
type = custom/script
exec = ${XDG_CONFIG_HOME}/polybar/scripts/gmail/count.py
format = <label>
label =  %output%
interval = 60
click-left = xdg-open https://mail.google.com
###############################################################################
# Battery indicator #