8 lines
228 B
Bash
Executable File
8 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Overwrite the user configs for the Waybar menu bar with the Nomarchy defaults and restart the service.
|
|
|
|
nomarchy-refresh-config waybar/config.jsonc
|
|
nomarchy-refresh-config waybar/style.css
|
|
nomarchy-restart-waybar
|