8 lines
278 B
Bash
Executable File
8 lines
278 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Overwrite the user configs for swayosd (controls on-screen feedback for changing volume/songs etc) with the Nomarchy defaults and restart the service.
|
|
|
|
nomarchy-refresh-config swayosd/config.toml
|
|
nomarchy-refresh-config swayosd/style.css
|
|
nomarchy-restart-swayosd
|