10 lines
172 B
Bash
Executable File
10 lines
172 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# 2025-11-10 Hyperling
|
|
# Icons: https://fontawesome.com/v4/cheatsheet/
|
|
|
|
source "`which status.function`"
|
|
|
|
function dwm-status {
|
|
status-display --dwm
|
|
}
|