mod -> super (window key)
| Keys | Action |
|---|---|
| mod + d | Open/Close eww |
-
open google App passwords
-
from
Select appchoiceOther(Custom name), set name (e.geww) and copy the code
-
edit
~/.config/eww/dashboard/scripts/mails -
change values of
obj.login('[email protected]','password')
e.g
#!/bin/python
import imaplib
obj = imaplib.IMAP4_SSL('imap.gmail.com',993)
obj.login('mm****@gmail.com','thb***')
obj.select()
print(len(obj.search(None, 'UnSeen')[1][0].split()))-
visit openweathermap and create an account
-
get your API-Kye
-
set name like
ewwthen generate the key
-
copy the key
-
edit
~/.config/eww/dashboard/scripts/weather_infoand setKEY(line No. 13).
KEY=57f757c35e2fc8************- git your city id from
searchfind your city (e.g Giza)
- prees on
Giza
- form
urlyou can get city id
- edit
~/.config/eww/dashboard/scripts/weather_infoand setID(line No. 15).
ID=360995 | 🦋 | 🦋 |
|---|---|