Introduce Rofi adapter, Serpensortia theme, and additional scripts for anime playback and theme customization

This commit is contained in:
2026-02-20 18:53:24 +01:00
parent ed6dc1d54b
commit ff0be9b328
8 changed files with 988 additions and 0 deletions
+5
View File
@@ -6,6 +6,7 @@ import (
"Sithego/themer/adapters/gtk"
"Sithego/themer/adapters/intellij"
"Sithego/themer/adapters/qt"
"Sithego/themer/adapters/rofi"
"Sithego/themer/adapters/starship"
)
@@ -31,6 +32,10 @@ func main() {
panic(err)
}
if err := rofi.New(rofi.WithOutputDir("../dotfiles/.themes/")).Generate(theme); err != nil {
panic(err)
}
if err := dunst.New(dunst.WithOutputDir("../dotfiles/.config/dunst/")).Generate(theme); err != nil {
panic(err)
}