Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.14 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.14 KB

polybar-sequoia-theme

Sequoia theme for polybar

Top bar top-bar

Bottom bar bottom-bar

Dependencies

This theme uses the following fonts.

  • HackGen (with Nerd Font)
  • Iosevka Nerd Font

How to install fonts on Arch Linux

Install HackGen

yay -S ttf-hackgen

Install Iosevka Nerd Font

sudo pacman -S ttf-iosevka-nerd

User settings

[module/launcher]

When the launcher module is left-clicked, the script is executed. This settings uses ~/.config/rofi/bin/launcher_misc.

[module/launcher]
; Change to your launcher script.
click-left = ~/.config/rofi/bin/launcher_misc &

[module/sysmenu]

When the sysmenu module is left-clicked, the script is executed. This settings uses ~/.config/rofi/bin/powermenu.

[module/sysmenu]
; Change to your launcher script.
click-left = ~/.config/rofi/bin/powermenu &

Author

Hiroya-W