Skip to content

Instantly share code, notes, and snippets.

@A350
Last active May 17, 2017 10:43
Show Gist options
  • Save A350/0f6969eaddea5948abd8cb3286858be5 to your computer and use it in GitHub Desktop.
Save A350/0f6969eaddea5948abd8cb3286858be5 to your computer and use it in GitHub Desktop.
#avoid flicker
double_buffer yes
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#position
gap_x 95
gap_y 1
alignment top_center
#behaviour
update_interval 1
# Default colors and also border colors
default_color 787373
#default_shade_color black
#default_outline_color white
own_window_colour 333333
#font
use_xft yes
xftfont HelvCondensed:size=7.8
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
#to prevent window from moving #| ${color}DiskIO:${diskio}$
use_spacer none
minimum_size 1200 0
TEXT
${alignc}${color} RAM: $mem | SWAP: $swap | CPU: ${hwmon 0 temp 1}°C / ${hwmon 1 temp 1}°C / ${hwmon 1 temp 2}°C / ${hwmon 1 temp 4}°C | GPU: ${execi 60 nvidia-settings -query [gpu:0]/GPUCoreTemp -t}°C | RAIZ: ${fs_used /} / ${fs_size /} | DATOS: ${fs_used /media/exe/datos} / ${fs_size /media/exe/datos} | 1TB: ${fs_used /media/exe/1TB} / ${fs_size /media/exe/1TB}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment