This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm-bar
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Updated email
patch-fontkeys
joestandring
5 years ago
parent
cb3b462df9
commit
85a72b55d4
9 changed files
with
9 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm_bar.sh
+1
-1
functions/dwm_alsa.sh
+1
-1
functions/dwm_cmus.sh
+1
-1
functions/dwm_countdown.sh
+1
-1
functions/dwm_date.sh
+1
-1
functions/dwm_keyboard.sh
+1
-1
functions/dwm_mail.sh
+1
-1
functions/dwm_resources.sh
+1
-1
functions/dwm_weather.sh
+ 1
- 1
dwm_bar.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A modular status bar for dwm
# Joe Standring <
joe
@joestandring.com>
# Joe Standring <
git
@joestandring.com>
# GNU GPLv3
# Dependencies: xorg-xsetroot
+ 1
- 1
functions/dwm_alsa.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to show the master volume of ALSA
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
# Dependencies: alsa-utils
+ 1
- 1
functions/dwm_cmus.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function that shows the current artist, track, position, duration, and status from cmus
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
# Dependencies: cmus
+ 1
- 1
functions/dwm_countdown.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_status function that displays the status of countdown.sh
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
# Dependencies: https://github.com/joestandring/countdown
+ 1
- 1
functions/dwm_date.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function that shows the current date and time
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
# Date is formatted like like this: "[Mon 01-01-00 00:00:00]"
+ 1
- 1
functions/dwm_keyboard.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function that displays the current keyboard layout
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
# Dependencies: xorg-setxkbmap
+ 1
- 1
functions/dwm_mail.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to display the number of emails in an inbox
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
# To count mail in an inbox, change "/path/to/inbox" below to the location of your inbox. For example, "/home/$USER/.mail/new"
+ 1
- 1
functions/dwm_resources.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to display information regarding system memory, CPU temperature, and storage
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
dwm_resources
(
)
{
+ 1
- 1
functions/dwm_weather.sh
View File
@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to print the weather from wttr.in
# Joe Standring <jstandring
@pm
.m
e
>
# Joe Standring <
git@
j
oe
standring.
co
m>
# GNU GPLv3
# Dependencies: curl
Write
Preview
Loading…
Cancel
Save