mod -> super (window key)
Keys | Action |
---|---|
mod + d | Open/Close eww |
-
open google App passwords
-
from
Select app
choiceOther(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
eww
then generate the key
-
copy the key
-
edit
~/.config/eww/dashboard/scripts/weather_info
and setKEY
(line No. 13).
KEY=57f757c35e2fc8************
- git your city id from
search
find your city (e.g Giza)
- prees on
Giza
- form
url
you can get city id
- edit
~/.config/eww/dashboard/scripts/weather_info
and setID
(line No. 15).
ID=360995
🦋 | 🦋 |
---|---|