This repository has been archived on 2026-01-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dotfiles-old/dwmstatus.sh
T

19 lines
384 B
Bash
Executable File

#!/bin/bash
# status script for dwm
# influenced by:
# https://bitbucket.org/jasonwryan/shiv/Scripts/dwm-status
# https://github.com/w0ng/bin/blob/master/dwm-statusbar
########################
## eric@ewpt3ch.com ####
## dwmstatus ###########
########################
# colors:
dte(){
dte="$(date "+%I:%M")"
echo -e "\x02$dte\x01"
}
# Pipe to statusbar
xsetroot -name "$(dte) "