dotfiles_LeftWM/themes
2024-12-13 22:44:06 +05:30
..
candy Add app launcher, add down script 2024-12-13 22:44:06 +05:30
current Initiate leftwm config dir 2024-12-08 16:44:13 +05:30
README.md Updated READMEs 2024-12-08 17:17:11 +05:30

Theme config

The scripts and config files for the theme must be in a directory sym-linked to ~/.config/leftwm/themes/current/.

  • theme.ron: LeftWM theme config including border color, margins, etc.
  • up: This script is called on login. The theme.ron must be loaded by this script using LeftWM's LoadTheme command:
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"

Add lines to load other theme elements like eww daemon, polybar, or anything you have configured for your desktop.

  • down: To unload the theme. Not sure why this is required. I might modify thislater if required.