Skip to content

Exodia-OS/exodia-eww

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWW widgets for Exodia OS

Keybinding ⌨️

mod -> super (window key)

Keys Action
mod + d Open/Close eww

Tips

configure mail script

  • open google App passwords

  • from Select app choice Other(Custom name), set name (e.geww) and copy the code

  • edit ~/.config/eww/dashboard/scripts/mails

  • change values of obj.login('YourUserName@gmail.com','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()))

configure Weather script

  • copy the key

  • edit ~/.config/eww/dashboard/scripts/weather_info and set KEY (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 set ID (line No. 15).
ID=360995  

🦋 showcase 🦋

🦋 🦋

Releases

No releases published

Packages

No packages published