Config Files

Terminator

man terminator_config
~/.config/terminator/config

scrollbar_position=right
force_no_bell=false
background_color=#000000
foreground_color=#ffffff
font=Mono 7
enable_real_transparency=true
background_type=transparent
background_darkness=0.9
maximise=true
palette=#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC

[keybindings]
zoom_in=<Ctrl>equal
zoom_out=<Ctrl>minus
zoom_normal=<Ctrl>0
new_tab=<Ctrl><Shift>T
split_horiz=<Ctrl><Shift>H
split_vert=<Ctrl><Shift>V
go_next=<Ctrl>Tab
toggle_zoom=<Ctrl><Shift>Z
copy=<Ctrl><Shift>C
paste=<Ctrl><Shift>V
toggle_scrollbar=<Ctrl><Shift>S
search=<Ctrl><Shift>F
close_window=<Ctrl><Shift>Q
resize_up=<Ctrl><Shift>Up
resize_down=<Ctrl><Shift>Down
resize_left=<Ctrl><Shift>Left
resize_right=<Ctrl><Shift>Right
next_tab=<Ctrl>Page_Down
prev_tab=<Ctrl>Page_Up
full_screen=F11

Conky

man conky
~/.conkyrc

TEXT
SYSTEM ${hr}
Host:$alignr$nodename
Uptime:$alignr$uptime
${font Webdings:size=9}~${font}Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
RAM: $mem ${alignr}${membar 8,60}
Swap: $swap ${alignr}${swapbar 8,60}
${font DejaVu Sans:size=6} /: ${fs_free /}${alignr}/home: ${fs_free /home}
${diskiograph normal sda1 20,100 0000FF 00FFFF}${alignr}${diskiograph normal sdb1 20,100 0000FF 00FFFF}
Cpu Avg:${cpu cpu0}% (Cpu1: ${cpu cpu1}% Cpu2: ${cpu cpu2}%)
${cpugraph normal cpu0 20,200 FF0000 FFFF00}${font}

${font DejaVu Sans:size=5} SHORTCUTS ${hr}
Alt+F2$alignr Run Dialog
Alt+F3$alignr Alt Menu
Super+space$alignr Main Menu
Super+tab$alignr Client Menu
Super+t$alignr Terminal
Super+f$alignr File Manager
Super+e$alignr Editor
Super+m$alignr Media Player
Super+w$alignr Web Browser
Super+c$alignr Clock
Super+l$alignr Lock Screen
Super+v$alignr Volume Control
Super+u$alignr System Update
Super+x$alignr Logout
PrtSc$alignr Screenshot
${font}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License