Credits:
Notification logger.zsh script from Syndrizzle
Weather script from adi1090x
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
Drag the vertical-bar
folder into $HOME/.config/eww
. To start the bar, run the bar.sh
file.
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 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"