- # Create own window instead of using desktop (required in nautilus)
- own_window yes
- own_window_hints undecorated,below,skip_taskbar,skip_pager
- background yes
- own_window_transparent yes
- # If own_window is yes, you may use type normal, desktop or overide
- own_window_type normal
- # Use double buffering (reduces flicker, may not work for everyone)
- double_buffer yes
- # Don't count buffers as used memory
- no_buffers
- use_spacer right
- use_xft yes
- xftfont Terminus:size=10
- xftalpha 1
- # Update interval in seconds
- update_interval 2.0
- # Size of window
- minimum_size 130
- maximum_width 201
- # Draw shades?
- draw_shades no
- # Text stuff
- draw_outline yes
- draw_borders no
- draw_graph_borders yes
- uppercase no
- # border margins
- border_margin 2
- stippled_borders 0
- border_width 1
- # Default colors and also border colors
- default_color FFFFFF
- default_shade_color 5D009C
- default_outline_color 000000
- # Text alignment, other possible values are commented
- #alignment top_left
- #alignment top_right
- alignment bottom_left
- #alignment bottom_right
- # Gap between borders of screen and text
- gap_x 5
- gap_y 0
- override_utf8_locale no
- # stuff after 'TEXT' will be formatted on screen
- TEXT
- ${color #A548CC}Date:${color}${font size=11} ${time %a %e %b %G}${font}
- ${color #A548CC}Time:${color}${font size=11} ${time %I:%M:%p}${font}
- ${color #A548CC}Uptime:${color} ${uptime}
- ${color #A548CC}Kernel:${color} ${exec uname -r|cut -b1-9}
- ${color #A548CC}Temp:${color} ${acpitemp}C / ${acpitempf}F
- ${color #A548CC}CPU:${color} ${freq_g}GHz (${cpu}%)
- ${color #A548CC}Highest CPU:
- ${color red}${top name 1}${top_mem cpu 1}
- ${color}${top name 2}${top cpu 2}
- ${color}${top name 3}${top cpu 3}
- ${color}${top name 4}${top cpu 4}
- ${color #A548CC}Highest MEM:
- ${color red}${top_mem name 1}${top_mem mem 1}
- ${color}${top_mem name 2}${top_mem mem 2}
- ${color}${top_mem name 3}${top_mem mem 3}
- ${color}${top_mem name 4}${top_mem mem 4}
- ${color #A548CC}MEM: ${membar 3,100}${alignr}(${memperc}%)
- ${color}${mem} / ${memmax}
- ${color #A548CC}SWAP: ${swapbar 3,100}${alignr}(${swapperc}%)
- ${color}${swap} / ${swapmax}
- ${color #A548CC}ROOT: ${fs_bar 3,100 /}${alignr}(${fs_free_perc /}%)
- ${color}${fs_used /}/ ${fs_size /}
- ${color #A548CC}HOME: ${fs_bar 3,100 /home}${alignr}(${fs_free_perc /home}%)
- ${color}${fs_used /home}/ ${fs_size /home}
- ${color #A548CC}BOOT: ${fs_bar 3,100 /boot}${alignr}(${fs_free_perc /boot}%)
- ${color}${fs_used /boot}/ ${fs_size /boot}
- ${if_running audacious}${color #A548CC}Now Playing:
- ${color #A548CC}Artist:${color} ${exec audtool --current-song-tuple-data artist}
- ${color #A548CC}Song:${color} ${exec audtool --current-song-tuple-data title}
- ${color #A548CC}Length: ${color} ${exec audtool --current-song-output-length} / ${exec audtool --current-song-length}
- ${color #A548CC}${execbar expr 100 \* $(audtool --current-song-output-length-seconds) \/ $(audtool --current-song-length-seconds)}
- $endif
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data


