Refactor Hyprland configs, introduce Sithego for theming, and add supporting scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package themer
|
||||
|
||||
type Adapter interface {
|
||||
Name() string
|
||||
Generate(theme Theme)
|
||||
}
|
||||
Reference in New Issue
Block a user