mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-09 19:11:05 +00:00
7 lines
130 B
Text
7 lines
130 B
Text
|
#!/bin/bash
|
||
|
# Description: A customizeable desktop environment status bar
|
||
|
set -e
|
||
|
|
||
|
_recipe snap
|
||
|
_snap polybar-git --edge --devmode
|