Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # conky configuration
- #
- # The list of variables has been removed from this file in favour
- # of keeping the documentation more maintainable.
- # Check http://conky.sf.net for an up-to-date-list.
- #
- # For ideas about how to modify conky, please see:
- # http://crunchbanglinux.org/forums/topic/59/my-conky-config/
- #
- # For help with conky, please see:
- # http://crunchbanglinux.org/forums/topic/2047/conky-help/
- #
- # Enjoy! :)
- ##############################################
- # Settings
- ##############################################
- background yes
- use_xft yes
- xftfont Liberation Sans:size=9
- xftalpha 1
- update_interval 1.0
- total_run_times 0
- own_window yes
- own_window_transparent yes
- own_window_type desktop
- #own_window_argb_visual yes
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- double_buffer yes
- minimum_size 200 200
- maximum_width 240
- 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
- ${color white}
- S I S T E M A
- ${hr}
- Uptime: $alignr${color white} $uptime ${color white}
- Kernel: $alignr${color white} ${sysname} ${kernel}
- Disk: ${color white}${fs_free /} ${fs_bar /}
- CPU: ${color white} $cpu% $cpubar
- RAM: ${color white} $memperc% $membar
- SWAP: ${color white} $swapperc% $swapbar
- T E M P E R A T U R A
- ${hr}
- ${execi 300 /home/regis/.weather.sh "SAM|BR|BR023|SBMO"}
- M O C P L A Y E R
- ${hr}
- #$alignc${exec mocp -Q %artist} - ${exec mocp -Q %song}
- ${execpi 10 python /home/regis/.mocpdata.py}
- T E C L A S D E A T A L H O
- ${hr}
- Alt+F2$alignr Executar
- Alt+F3$alignr Menu Alternativo
- Super+Space$alignr Openbox Menu
- Super+Tab$alignr Menu Programas
- Super+t$alignr Terminal
- Super+f$alignr Gerenciador de Arquivos
- Super+e$alignr Editor de Textos
- Super+m$alignr Media Player
- Super+w$alignr Navegador Web
- Super+h$alignr Gestor de Tarefas
- Super+l$alignr Bloquear Tela
- Super+v$alignr Controle de Volume
- Super+x$alignr Logout
- PrtSc$alignr Capturar Screenshot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement