Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Conky settings # with now playing mpd set up for 3840x1080
- background yes
- update_interval 0.5
- cpu_avg_samples 2
- net_avg_samples 2
- override_utf8_locale yes
- double_buffer yes
- no_buffers yes
- text_buffer_size 2048
- #imlib_cache_size 0
- # Window specifications #
- own_window yes
- own_window_type override
- own_window_transparent yes
- own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
- border_inner_margin 0
- border_outer_margin 0
- minimum_size 3840 1080
- maximum_width 3840
- alignment tr
- gap_x 0
- gap_y 0
- # Graphics settings #
- draw_shades no
- draw_outline no
- draw_borders no
- draw_graph_borders no
- # Text settings #
- use_xft yes
- xftfont caviar dreams:size=10:style=bold
- xftalpha 0.7
- uppercase no
- default_color 20BF9F
- # Lua Load #
- #lua_load ~/.lua/scripts/haunted.lua
- #lua_draw_hook_pre clock_rings
- ## Adjust these fields according to the your screen size i have modded them for 1366X768
- TEXT
- ${offset 1390}${voffset 40}${color 20BF9F}${font caviar dreams:pixelsize=80}${time %H:%M}${font}${voffset -84}${voffset 10}${color 20BF9F}${font caviar dreams:pixelsize=42}${time %d} ${voffset -15}${color 20BF9F}${font caviar dreams:pixelsize=22}${time %B} ${time %Y}${font}${voffset 10}${offset 20}${font caviar dreams:pixelsize=58}${offset -175}${time %A}${font}
- ${offset 1540}${voffset 20}${color 20BF9F}${nodename}:${color} ${kernel} Kernel${color 20BF9F}${offset 30}Uptime: ${color}${uptime}
- ${offset 1440}${voffset 5}${color 20BF9F}${offset 120}${color 20BF9F}RAM: $color$mem / $memmax${offset 25}${color 20BF9F}CPU: $color${cpu cpu0}% ${cpu cpu1}%
- ${offset 1640}${voffset 5}${color 20BF9F}Root:${color} ${fs_used /}/${fs_size /}$font
- ${offset 3000}${voffset -200}${color 20BF9F}${if_mpd_playing}${font caviar dreams:pixelsize=40} ${mpd_artist} ${font caviar dreams:pixelsize=20}${mpd_album}
- ${offset 3000}${color 20BF9F}${font caviar dreams:pixelsize=30}${mpd_title}
- ${offset 3000}${voffset -2}${font caviar dreams:pixelsize=20}${color}${mpd_elapsed}${color 20BF9F}/${color}${mpd_length}${color 20BF9F} - ${color 20BF9F}${mpd_percent}${color 20BF9F}% - Bitrate: ${color}${mpd_bitrate}
- ${offset 3000}${voffset 2}${color 3300CC}${mpd_bar 20,450}${color 20BF9F}
- ${offset 3000}${voffset 2}${mpd_status}${color 20BF9F} - Random: ${color 20BF9F}${mpd_random}${color 20BF9F} - Repeat: ${color}${mpd_repeat}${color 20BF9F} - Volume: ${color}${mpd_vol}${color 20BF9F}%${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement