init
This commit is contained in:
20
waybar/catppuccin-waybar/justfile
Normal file
20
waybar/catppuccin-waybar/justfile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Print out all recipes when running `just`
|
||||
_default:
|
||||
@just --list
|
||||
|
||||
# Variables
|
||||
output := "themes"
|
||||
whiskers_cmd := "whiskers"
|
||||
template_path := "waybar.tera"
|
||||
|
||||
# Create the output directory
|
||||
setup:
|
||||
mkdir -p {{output}}
|
||||
|
||||
# Remove all files in the output directory
|
||||
clean:
|
||||
rm -fv {{output}}/*.css
|
||||
|
||||
# Generate all four flavors
|
||||
all: setup
|
||||
{{whiskers_cmd}} {{template_path}}
|
Reference in New Issue
Block a user