mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo '@import "layout.css"; @import "catppuccin-latte.css";' > $HOME/.config/waybar/style.css
|
|
|
|
killall -SIGUSR2 waybar &
|