mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-25 11:09:52 +00:00
6 lines
130 B
Bash
6 lines
130 B
Bash
#!/bin/bash
|
|
# Description: A customizeable desktop environment status bar
|
|
set -e
|
|
|
|
_recipe snap
|
|
_snap polybar-git --edge --devmode
|