Introduce Rofi adapter, Serpensortia theme, and additional scripts for anime playback and theme customization
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user