You are not logged in.
# conky configuration
# Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Liberation Sans:size=9
xftalpha 1
update_interval 2.5
total_run_times 0
own_window yes
own_window_transparent yes
##############################################
# Compositing tips:
## cairo-compmgr
own_window_type desktop
own_window_argb_visual yes
##############################################
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 300
maximum_width 300
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color 656667
default_shade_color 000000
default_outline_color 828282
alignment top_right
gap_x 12
gap_y 56
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
##############################################
# Output
##############################################
TEXT
${font sans-serif:bold:size=8}S Y S T E M
${hr}
${font sans-serif:bold:size=8}HOST:$alignr$nodename.local
${font sans-serif:bold:size=8}KERNEL:$alignr$kernel
${font sans-serif:bold:size=8}UPTIME:$alignr$uptime_short
${font sans-serif:bold:size=8}P R O C E S S O R S
${hr}
${font sans-serif:normal:size=8}${cpugraph cpu0}
Core 1 temp: $alignr ${hwmon 0 temp 1} C
Core 2 temp: $alignr ${hwmon 2 temp 1} C
CPU0: ${cpu cpu0}% ${cpubar cpu0}
CPU1: ${cpu cpu1}% ${cpubar cpu1}
CPU2: ${cpu cpu2}% ${cpubar cpu2}
CPU3: ${cpu cpu3}% ${cpubar cpu3}
${font sans-serif:bold:size=8}M E M O R Y
${hr}
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${font sans-serif:bold:size=8}S T O R A G E
${hr}
${font sans-serif:normal:size=8}Root $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
${font sans-serif:normal:size=8}Home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
${fs_bar /home}
${font sans-serif:normal:size=8}ble $alignc ${fs_used /media/sa/bbb} / ${fs_size /media/sa/bbb} $alignr ${fs_used_perc /media/sa/bbb}%
${fs_bar /media/sa/bbb}
${font sans-serif:normal:size=8}bla $alignc ${fs_used /media/sa/aaa} / ${fs_size /media/sa/aaa} $alignr ${fs_used_perc /media/sa/aaa}%
${fs_bar /media/sa/aaa}
${font sans-serif:normal:size=8}blabla $alignc ${fs_used /media/sa/HD-PCU2} / ${fs_size /media/sa/HD-PCU2} $alignr ${fs_used_perc /media/sa/HD-PCU2}%
${fs_bar /media/sa/HD-PCU2}
${font sans-serif:bold:size=8}T O P P R O C E S S E S
${hr}
${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} %
${top_mem name 2}${alignr}${top mem 2} %
$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %
$font${top_mem name 5}${alignr}${top mem 5} %
$font${top_mem name 6}${alignr}${top mem 6} %
${font sans-serif:bold:size=8}N E T W O R K
${hr}
${font sans-serif:bold:size=8}IP: $alignr ${addr wlan0}
${downspeedgraph wlan0}
Download: ${downspeed wlan0} $alignr Total: ${totaldown wlan0}
${upspeedgraph wlan0}
Upload: ${upspeed wlan0} $alignr Total: ${totalup wlan0}
-----------------------------
MOD EDIT: fixed link. Tip: use post preview before submitting
Last edited by damo (2016-01-24 22:53:56)
Offline
^The link is wrong.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^The link is wrong.
Fixed
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
searchone = niceone O:)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@nobody: The font is called "Birdman"!
Yes, you're right ... even looks better when I do it that way. Thank you!!
@ Sector11: niceone ... I like that !!!
English by Google - blame them, Ich bin Deutscher.
Offline
about flames.png collection
${time %S}
${if_match ${time %S}<=10}${image $HOME/path/to/flame.png -p 200,190 -s 50x50}${else}\
${if_match ${time %S}<=20}${image $HOME/path/to/flame0.png -p 200,170 -s 50x50}${else}\
${if_match ${time %S}<=30}${image $HOME/path/to/flame1.png -p 200,150 -s 50x50}${else}\
${if_match ${time %S}<=40}${image $HOME/path/to/flame2.png -p 200,130 -s 50x50}${else}\
${if_match ${time %S}<=50}${image $HOME/path/to/flame3.png -p 200,110 -s 50x50}${else}\
${if_match ${time %S}<=60}${image $HOME/path/to/flame4.png -p 200,100 -s 50x50}${else}\
${endif}${endif}${endif}${endif}${endif}${endif}
or
${if_match ${time %S}==1}${image $HOME/path/to/flame1.png -p 200,100 -s 50x50}${else}${endif}\
${if_match ${time %S}==2}${image $HOME/path/to/flame2.png -p 200,100 -s 50x50}${else}${endif}\
${if_match ${time %S}==3}${image $HOME/path/to/flame1.png -p 200,100 -s 50x50}${else}${endif}\
${if_match ${time %S}==4}${image $HOME/path/to/flame2.png -p 200,100 -s 50x50}${else}${endif}\
${if_match ${time %S}==5}${image $HOME/path/to/flame1.png -p 200,100 -s 50x50}${else}${endif}\
${if_match ${time %S}==6}${image $HOME/path/to/flame2.png -p 200,100 -s 50x50}${else}${endif}\
Last edited by grzegorzdabrowka (2016-02-14 00:32:40)
Offline
LOVE this one. Care to share the configuration for it?
Last edited by Eraph (2016-03-02 04:42:01)
Lenovo IdeaPad Yoga 13 | BunsenLabs Hydrogen (x64)
Intel Core i7-3537U | Intel HD4000 | 8GB DDR3 | 256GB SSD
Offline
${color1}${font Liberation Mono:size=40}\
${if_match ${desktop_number} >= 1}${if_match $desktop == 1}■${else}□${endif}${else}${endif}\
${if_match ${desktop_number} >= 2}${if_match $desktop == 2}■${else}□${endif}${else}${endif}\
${if_match ${desktop_number} >= 3}${if_match $desktop == 3}■${else}□${endif}${else}${endif}\
${if_match ${desktop_number} >= 4}${if_match $desktop == 4}■${else}□${endif}${else}${endif}\
${if_match ${desktop_number} >= 5}${if_match $desktop == 5}■${else}□${endif}${else}${endif}\
${if_match ${desktop_number} >= 6}${if_match $desktop == 6}■${else}□${endif}${else}${endif}\
${if_match ${desktop_number} >= 7}${if_match $desktop == 7}■${else}□${endif}${else}${endif}\
${if_match ${desktop_number} >= 8}${if_match $desktop == 8}■${else}□${endif}${else}${endif}\
${font}
${color2}${voffset -35}${font Liberation Mono:size=22}\
${if_match ${desktop_number} >= 1}${if_match $desktop == 1}1 ${else}${color1}1 ${color2}${endif}${else}${endif}\
${if_match ${desktop_number} >= 2}${if_match $desktop == 2}2 ${else}${color1}2 ${color2}${endif}${else}${endif}\
${if_match ${desktop_number} >= 3}${if_match $desktop == 3}3 ${else}${color1}3 ${color2}${endif}${else}${endif}\
${if_match ${desktop_number} >= 4}${if_match $desktop == 4}4 ${else}${color1}4 ${color2}${endif}${else}${endif}\
${if_match ${desktop_number} >= 5}${if_match $desktop == 5}1 ${else}${color1}1 ${color2}${endif}${else}${endif}\
${if_match ${desktop_number} >= 6}${if_match $desktop == 6}1 ${else}${color1}1 ${color2}${endif}${else}${endif}\
${if_match ${desktop_number} >= 7}${if_match $desktop == 7}1 ${else}${color1}1 ${color2}${endif}${else}${endif}\
${if_match ${desktop_number} >= 8}${if_match $desktop == 8}1 ${else}${color1}1 ${color2}${endif}${else}${endif}\
${font}
maybe somebody has good (for not only BunsenLab distro) part of code session of internet (upload & download of day, week and month)?
Offline
Daily | weekly | Monthly VNSTATS
$ list vnstat
Alias for: apt list -a filename
Listing... Done
vnstat/stable,now 1.12-2 amd64 [installed]
# pkill -xf "conky -q -c /media/5/Conky/S11_VNSTAT_2.conky" &
### Begin Window Settings ##################################################
own_window yes
own_window_type normal
own_window_transparent no #yes
own_window_hints skip_taskbar,skip_pager
own_window_class Conky
own_window_title VNSTAT
own_window_colour 000000
### ARGB can be used for real transparency
### own_window_transparent no
own_window_argb_visual yes
own_window_argb_value 175 #255
# Use the Xdbe extension? (eliminates flicker)
double_buffer yes
#minimum_size 150 0 ## w|h
#maximum_width 150 ## w
minimum_size 150 0 ## w|h
maximum_width 150 ## w
gap_x 80 # l|r
gap_y 20 # u|d
alignment tr
################################################### End Window Settings ###
### Font Settings #########################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
xftfont Monofur:bold:size=12
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1
# Force UTF8? requires XFT ###
override_utf8_locale yes
### WARNING ### These do NOT play well with /media/5/Conky/LUA/draw-bg.lua ###
draw_shades yes #### <<<--- yes --- To see it easier on light screens.
default_shade_color 000000
draw_outline no #### <<<--- yes --- Amplifies text if yes OJO with changing fonts
default_outline_color 000000
uppercase no
###################################################### End Font Settings ###
### Color Settings #########################################################
#default_color DCDCDC #220 220 220 Gainsboro
#default_color C0C0C0 #192 192 192 Silver
default_color B0E0E6 #176 224 230 PowderBlue
color0 8FBC8F #143 188 143 DarkSeaGreen
color1 778899 #119 136 153 LightSlateGray
color2 DCDCDC #220 220 220 Gainsboro
color3 9ACD32 #154 205 50 YellowGreen
color4 FFA07A #255 160 122 LightSalmon
color5 FFDEAD #255 222 173 NavajoWhite
color6 00BFFF # 0 191 255 DeepSkyBlue
color7 5F9EA0 # 95 158 160 CadetBlue
color8 BDB76B #189 183 107 DarkKhaki
color9 CD5C5C #205 92 92 IndianRed #FF0000 #255 0 0 Red
##################################################### End Color Settings ###
### Borders Section ########################################################
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 0
# graph borders
draw_graph_borders no
#default_graph_size 15 40
##################################################### End Borders Secton ###
### Miscellaneous Section ##################################################
# Boolean value, if true, Conky will be forked to background when started.
background yes
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 1536
# Subtract (file system) buffers from used memory?
no_buffers yes
# change GiB to G and MiB to M
short_units yes
# Like it says, ot pads the decimals on % values
# doesn't seem to work since v1.7.1
pad_percents 2
# Maximum size of user text buffer, i.e. layout below TEXT line in config file
# (default is 16384 bytes)
# max_user_text 16384
# Desired output unit of all objects displaying a temperature. Parameters are
# either "fahrenheit" or "celsius". The default unit is degree Celsius.
# temperature_unit Fahrenheit
## Imlib2 image cache size, in bytes. Defaults to 4MiB. Increase this value
## if you use $image lots. Set to 0 to disable the image cache.
imlib_cache_size 0
############################################## End Miscellaneous Section ###
update_interval 1
TEXT
${color}${alignc}${membar 1,25} Daily ${membar 1,25}
${color5}Hoy\
${goto 75}${execpi 600 vnstat -d | tail -n 3 | head -n 1 | awk '{print $8" "$9 "\n\
${color}tx ↑${goto 75}" $5" "$6 "\n\
${color6}rx ↓${goto 75}" $2" "$3}'}
${color5}${execpi 86400 date --date="-1 day" | awk '{print $3" "$2}'}\
${goto 75}${execpi 86400 vnstat -d | tail -n 4 | head -n 1 | awk '{print $8" "$9 "\n\
${color}tx ↑${goto 75}" $5" "$6 "\n\
${color6}rx ↓${goto 75}" $2" "$3}'}
${color5}${execpi 86400 date --date="-2 day" | awk '{print $3" "$2}'}\
${goto 75}${execpi 86400 vnstat -d | tail -n 5 | head -n 1 | awk '{print $8" "$9 "\n\
${color}tx ↑${goto 75}" $5" "$6 "\n\
${color6}rx ↓${goto 75}" $2" "$3}'}
${color5}${execpi 86400 date --date="-3 day" | awk '{print $3" "$2}'}\
${goto 75}${execpi 86400 vnstat -d | tail -n 6 | head -n 1 | awk '{print $8" "$9 "\n\
${color}tx ↑${goto 75}" $5" "$6 "\n\
${color6}rx ↓${goto 75}" $2" "$3}'}
${color5}${execpi 86400 date --date="-4 day" | awk '{print $3" "$2}'}\
${goto 75}${execpi 86400 vnstat -d | tail -n 7 | head -n 1 | awk '{print $8" "$9 "\n\
${color}tx ↑${goto 75}" $5" "$6 "\n\
${color6}rx ↓${goto 75}" $2" "$3}'}
${color5}${execpi 86400 date --date="-5 day" | awk '{print $3" "$2}'}\
${goto 75}${execpi 86400 vnstat -d | tail -n 8 | head -n 1 | awk '{print $8" "$9 "\n\
${color}tx ↑${goto 75}" $5" "$6 "\n\
${color6}rx ↓${goto 75}" $2" "$3}'}
${color5}${execpi 86400 date --date="-6 day" | awk '{print $3" "$2}'}\
${goto 75}${execpi 86400 vnstat -d | tail -n 9 | head -n 1 | awk '{print $8" "$9 "\n\
${color}tx ↑${goto 75}" $5" "$6 "\n\
${color6}rx ↓${goto 75}" $2" "$3}'}
${color}${alignc}${membar 1,25} Weelky ${membar 1,25}
${color5}←7 Days${goto 75}${execpi 300 vnstat -w | grep "last 7" | awk '{print $10" "$11 "\n\
${color}tx ↑${goto 75}" $7" "$8 "\n\
${color6}rx ↓${goto 75}" $4" "$5}'}
${color5}Last Wk${goto 75}${execpi 86400 vnstat -w | grep "last week" | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color5}Curr Wk${goto 75}${execpi 300 vnstat -w | grep "current week" | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color}${alignc}${membar 1,25} Monthly ${membar 1,25}
${color5}${execi 86400 date --date="-0 month" +"%b %y"}\
${goto 75}${execpi 3600 vnstat -m | tail -n 3 | head -n 1 | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color5}${execi 86400 date --date="-1 month" +"%b %y"}\
${goto 75}${execpi 86400 vnstat -m | tail -n 4 | head -n 1 | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color5}${execi 86400 date --date="-2 month" +"%b %y"}\
${goto 75}${execpi 86400 vnstat -m | tail -n 5 | head -n 1 | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color5}${execi 86400 date --date="-3 month" +"%b %y"}\
${goto 75}${execpi 86400 vnstat -m | tail -n 6 | head -n 1 | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color5}${execi 86400 date --date="-4 month" +"%b %y"}\
${goto 75}${execpi 86400 vnstat -m | tail -n 7 | head -n 1 | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color5}${execi 86400 date --date="-5 month" +"%b %y"}\
${goto 75}${execpi 86400 vnstat -m | tail -n 8 | head -n 1 | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
${color5}${execi 86400 date --date="-6 month" +"%b %y"}\
${goto 75}${execpi 86400 vnstat -m | tail -n 9 | head -n 1 | awk '{print $9" "$10 "\n\
${color}tx ↑${goto 75}" $6" "$7 "\n\
${color6}rx ↓${goto 75}" $3" "$4}'}
NOTE: ~/.vnstatrc has been edited to eliminate an unwanted " ` "
# vnStat 1.11 config file
###############
# default interface
Interface "eth0"
# location of the database directory
DatabaseDir "/var/lib/vnstat"
# locale (LC_ALL) ("-" = use system locale)
Locale "-"
# on which day should months change
MonthRotate 1
# date output formats for -d, -m, -t and -w
# see 'man date' for control codes
#DayFormat "%x"
DayFormat "%d/%m/%y"
MonthFormat "%b %y"
#TopFormat "%x"
TopFormat "%d/%m/%y"
# characters used for visuals
RXCharacter "%"
TXCharacter ":"
RXHourCharacter "r"
TXHourCharacter "t"
# how units are prefixed when traffic is shown
# 0 = IEC standard prefixes (KiB/MiB/GiB/TiB)
# 1 = old style binary prefixes (KB/MB/GB/TB)
UnitMode 1
# output style
# 0 = minimal & narrow, 1 = bar column visible
# 2 = same as 1 except rate in summary and weekly
# 3 = rate column visible
OutputStyle 3
# used rate unit (0 = bytes, 1 = bits)
RateUnit 1
# maximum bandwidth (Mbit) for all interfaces, 0 = disable feature
# (unless interface specific limit is given)
MaxBandwidth 600
# interface specific limits
# example 8Mbit limit for eth0 (remove # to activate):
#MaxBWeth0 8
# how many seconds should sampling for -tr take by default
Sampletime 5
# default query mode
# 0 = normal, 1 = days, 2 = months, 3 = top10
# 4 = dumpdb, 5 = short, 6 = weeks, 7 = hours
QueryMode 0
# filesystem disk space check (1 = enabled, 0 = disabled)
CheckDiskSpace 1
# database file locking (1 = enabled, 0 = disabled)
UseFileLocking 1
# how much the boot time can variate between updates (seconds)
BootVariation 15
# log days without traffic to daily list (1 = enabled, 0 = disabled)
TrafficlessDays 1
# vnstatd
###############
# how often (in seconds) interface data is updated
UpdateInterval 30
# how often (in seconds) interface status changes are checked
PollInterval 5
# how often (in minutes) data is saved to file
SaveInterval 5
# how often (in minutes) data is saved when all interface are offline
OfflineSaveInterval 30
# force data save when interface status changes (1 = enabled, 0 = disabled)
SaveOnStatusChange 1
# enable / disable logging (0 = disabled, 1 = logfile, 2 = syslog)
UseLogging 2
# file used for logging if UseLogging is set to 1
LogFile "/var/log/vnstat.log"
# file used as daemon pid / lock file
PidFile "/var/run/vnstat.pid"
# vnstati
###############
# title timestamp format
HeaderFormat "%x %H:%M"
# show hours with rate (1 = enabled, 0 = disabled)
HourlyRate 1
# show rate in summary (1 = enabled, 0 = disabled)
SummaryRate 1
# layout of summary (1 = with monthly, 0 = without monthly)
SummaryLayout 1
# transparent background (1 = enabled, 0 = disabled)
TransparentBg 0
# image colors
CBackground "FFFFFF"
CEdge "AEAEAE"
CHeader "606060"
CHeaderTitle "FFFFFF"
CHeaderDate "FFFFFF"
CText "000000"
CLine "B0B0B0"
CLineL "-"
CRx "92CF00"
CTx "606060"
CRxD "-"
CTxD "-"
You may or may not want to do this.
I didn't like the Feb '16 in the conky and it created problems.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
oh my god.. i edit it 5 times.. im done postin pics.. im sorry
Last edited by d4rksenl4bs (2016-03-11 15:25:21)
Offline
One line conky, bspwm -
using:
own_window_type panel
to create a panel with desktop, system info, date, and time.
If I get really motivated, I'll look into making it interactive so clicking on the desktop # switches desktops.
Last edited by PackRat (2016-03-30 17:12:15)
You must unlearn what you have learned.
-- yoda
Offline
Here is my "lightweight" conkyrc:
total_run_times 0
TEXT
${execi 120 ~/bin/changer.sh}
The corresponding desktop:
Clean desktop with a new picture every 2 minutes and 6 main menus that launch any application in one or two clicks. Fbpanels at top and bottom that show all the computer information that I want.
Last edited by seppalta (2016-04-01 03:13:46)
Offline
Well I've spent the evening hacking about with my Conky configuration, having a look at what additional information I could show on it. In particular I was interested in showing battery information, and I discovered network strength and upload/download graphs, so it's looking pretty dang delicious now. Click the thumbnail for the full desktop view. Conky code follows.
One thing I'm interested in now is getting rid of the notification bar at the top of my screen. The only thing I really need from it is the network connection tool - if I want to connect to someone else's WiFi, I'd be pretty stuffed. Is there an alternative tool I could install that doesn't rely on being present in the notification bar? Everything else I can do without.
# For commands above TEXT check:
# http://conky.sourceforge.net/config_settings.html
#
# For commands available below TEXT check:
# http://conky.sourceforge.net/variables.html
# Bunsen Labs Conky help threads
# http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424
# beta tested by: smacz
# Enjoy! :)
# pkill -xf "conky -q -c $HOME/.config/conky/BL-Default.conkyrc" &
### Begin Window Settings #####################
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_colour 000000
own_window_class Conky
own_window_title Bunsen Labs Default Conky
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
### This option will not work as desired (in most cases) in conjunction with
### own_window_type normal
# own_window_argb_visual yes # Options: yes or no
### When ARGB visuals are enabled, this use this to modify the alpha value
### Use: own_window_type normal
### Use: own_window_transparent no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
# own_window_argb_value 50
minimum_size 200 0 ### width | height
maximum_width 200
gap_x 20 ### left | right
gap_y 45 ### up | down
alignment tr
####################### End Window Settings ###
### Font Settings #############################
# Use Xft (anti-aliased font and stuff)
use_xft yes
xftfont Ohsnap:normal:size=9
#xftfont Liberation Sans:size=9
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
######################### End Font Settings ###
### Colour Settings ###########################
draw_shades no #yes
default_shade_color 505055
draw_outline no # amplifies text if yes
default_outline_color 505055
default_color 505055 # Grey
color0 811400 # Blood
####################### End Colour Settings ###
### Borders Section ###########################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
####################### End Borders Section ###
### Miscellaneous Section #####################
# Boolean value, if true, Conky will be forked to background when started.
background yes
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 6144
# Subtract (file system) buffers from used memory?
no_buffers yes
# change GiB to G and MiB to M
short_units yes
# Like it says, ot pads the decimals on % values
# doesn't seem to work since v1.7.1
pad_percents 2
# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# $image lots. Set to 0 to disable the image cache.
imlib_cache_size 0
# Use the Xdbe extension? (eliminates flicker)
# It is highly recommended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
# Maximum size of user text buffer, i.e. layout below TEXT line in config file
# (default is 16384 bytes)
# max_user_text 16384
# Desired output unit of all objects displaying a temperature. Parameters are
# either "fahrenheit" or "celsius". The default unit is degree Celsius.
# temperature_unit Fahrenheit
################# End Miscellaneous Section ###
#### ${font Monospace:bold:size=10}${alignc}${execpi 600 $HOME/.config/conky/scripts/bunsenweather.sh}
update_interval 1
TEXT
${color}${alignc}${exec whoami}@${nodename}
${hr}
#Host:${alignr}${nodename}
Kernel:${alignr}${kernel}
Uptime:${alignr}${uptime}
UTC:${alignr}${utime %H:%M}
${color}${alignc}P O W E R
${hr}
Power:${alignr}${battery BAT1}
$color0${battery_bar BAT1}
${color}Remaining:${alignr}${battery_time BAT1}
${alignc}M E M O R Y
${hr}
${goto 60}Used${alignr}Size
SSD${goto 60}${fs_used /}${alignr}${fs_size /}
$color0${fs_bar /}
#Home${goto 60}${fs_used /home}${alignr}${fs_size /home}
$color${goto 60}MEM${alignr}MAX
RAM${goto 60}${mem}${alignr}${memmax}
$color0$membar
$swapbar
${color}Swap${goto 60}${swap}${alignr}${swapmax}
${alignc}C P U
${hr}
CPU:${alignr}Intel Core i7-3537U
${goto 60}Used${alignr 30}GHz${alignr}Temp
Avg${goto 60}${if_match ${cpu cpu0}<10} ${cpu cpu0}\
${else}${if_match ${cpu cpu0}<100} ${cpu cpu0}\
${else}${cpu cpu0}${endif}${endif}%${alignr 30}${freq_g}\
${alignr}${hwmon 0 temp 1}°C
$color0${cpubar cpu0}
${cpugraph cpu0}
${color}${alignc}N E T W O R K
${hr}
IP Address:${alignr}${addr wlan0}
SSID:${alignr}${wireless_essid wlan0}
${color0}${wireless_link_bar wlan0}
${color}Download:${alignr}${downspeed wlan0}
${color0}${downspeedgraph wlan0}
${upspeedgraph wlan0}
${color}Upload:${alignr}${upspeed wlan0}
Last edited by Eraph (2016-04-07 11:55:37)
Lenovo IdeaPad Yoga 13 | BunsenLabs Hydrogen (x64)
Intel Core i7-3537U | Intel HD4000 | 8GB DDR3 | 256GB SSD
Offline
Hey guys, please use thumbnails and link to large images
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^^ ooh, vanessa!
will we ever see more of penny dreadful? <3
Offline
Offline
it really would have belonged in the "TV Series" thread.
let's continue there.
Offline