Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.28 KB

EWW-Widgets

Picture of config

My personal EWW config.

Credits:
Notification logger.zsh script from Syndrizzle
Weather script from adi1090x

Fonts

These fonts are required for the icons. If you want to change them, edit the variables $mat-icon-font and $nerd-icon-font
Iosevka Nerd Font
Material Iconic Design Font

Installation

Drag the vertical-bar folder into $HOME/.config/eww. To start the bar, run the bar.sh file.

Reminders

Remember to chmod all the scripts.
Ex: sudo chmod +x /path/to/scripts

Change the launcher button to your own rofi config

Add your own Openweather API Key from here by signing in and creating a new API key (the name of the key doesn't matter)

Follow the steps below to get notifications to work.

Notifications

Notifications rely on dunst scripts to work. Append the following to the end of your dunstrc (usually at $HOME/.config/dunst/dunstrc):

[logger]
summary = "*"
script = "~/.config/eww/vertical-bar/scripts/logger.zsh"

[spotify]
summary = "*"
script = "~/.config/eww/vertical-bar/scripts/media"

[spotify-icon]
appname = "Spotify"
icon = "~/.cache/temp.png"