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