Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample .conkyrc + note about bar_action = conky for +A bar readout #436

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .conkyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
out_to_x no
out_to_console yes
update_interval 1.0
total_run_times 0
use_spacer none

# Move to TEXT for laptop
# ⏻ $battery_percent % \

TEXT
|  ${uptime_short} | \
 $mem/$memmax | \
ﲾ ${cpu cpu0}% | \
 ${fs_used /}/${fs_size /} | \
醙 ${mixer Vol}% \
3 changes: 2 additions & 1 deletion spectrwm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
# bar_font_color_selected = black
# bar_font = xos4 Terminus:pixelsize=14:antialias=true
# bar_font_pua = Typicons:pixelsize=14:antialias=true
# bar_action = baraction.sh
# bar_action = baraction.sh
## choose bar_action = conky to set ~/.conkyrc as the readout of +A in the bar
# bar_action_expand = 0
# bar_justify = left
# bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+A+4<+V
Expand Down