gianmarco
/
dotfiles
Archived
1
0
Fork 0

Added quelotic's mail module

master
Gianmarco Gargiulo 2021-10-31 20:19:42 +01:00
parent 5672d083c4
commit 7a9a08af38
3 changed files with 11 additions and 2 deletions

View File

@ -140,7 +140,7 @@ font-2 = "Fantasque Sans Mono:pixelsize=10;3"
modules-left = workspaces title
modules-center = now-playing date
modules-right = showtray updates cpu memory keyboard pulseaudio battery network caveau notifications powermenu
modules-right = showtray mail updates cpu memory keyboard pulseaudio battery network caveau notifications powermenu
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View File

@ -7,6 +7,13 @@
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/mail]
type = custom/script
exec = ~/Scripts/mail.py
interval = 30
label =  %output%
click-left = exec kmail &
[module/now-playing]
type = custom/script
tail = true

View File

@ -7,7 +7,7 @@
## Basic requirements
- **KDE Plasma** for the color scheme and the icon pack (and **Latte** if you want the dock);
- **Polybar** for the status bar (and **Python** with **dbus-python** for the media player module);
- **Polybar** for the status bar (and **Python** with **dbus-python** for the media player and mail modules);
- **zsh** and **powerlevel10k** for the fancy shell prompt (and **pfetch** if you want the ascii logo thing).
Extra stuff might be required for my Polybar scripts. Continue reading, don't be lazy.
@ -46,6 +46,8 @@ Again, since this originates from [adi1090x's Polybar Themes repo](https://githu
The **media player Python module** was created by d093w1z, I only changed some icons and a few options here and there. [Check the source code here](https://github.com/d093w1z/polybar-now-playing).
The **mail Python module** was created by quelotic, I only changed the mail icon and put the config file in a private directory, so you gotta change it from `~/Scripts/mail.py` to wherever yours is located. It's also set up to launch KMail when clicked, so you might want to change it to your mail client or web mail interface of choice. [Check the source code here](https://github.com/quelotic/polybarModules).
### The Nightmare Magma color scheme
This is **my own custom color scheme** based on Breeze Dark, designed to be the opposite of my other color scheme called [Dream Plasma](https://github.com/gianmarcogg03/dreamplasmacs): **red and dark AF!!!**