This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| samsung_chromebook_plus_xe513c24 [2024/02/21 01:38] – austin | samsung_chromebook_plus_xe513c24 [2024/09/22 22:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Samsung Chromebook Plus XE513C24 ====== | ====== Samsung Chromebook Plus XE513C24 ====== | ||
| + | |||
| + | {{ : | ||
| === Developer Mode === | === Developer Mode === | ||
| Line 346: | Line 348: | ||
| </ | </ | ||
| + | === Conky === | ||
| + | < | ||
| + | -- Conky, a system monitor https:// | ||
| + | -- | ||
| + | -- This configuration file is Lua code. You can write code in here, and it will | ||
| + | -- execute when Conky loads. You can use it to generate your own advanced | ||
| + | -- configurations. | ||
| + | -- | ||
| + | -- Try this (remove the `--`): | ||
| + | -- | ||
| + | -- | ||
| + | -- | ||
| + | -- For more on Lua, see: | ||
| + | -- https:// | ||
| + | |||
| + | conky.config = { | ||
| + | alignment = " | ||
| + | use_xft = true, | ||
| + | font = 'GE Inspira: | ||
| + | xftalpha = 0.8, | ||
| + | text_buffer_size = 2048, | ||
| + | max_text_width = 0, | ||
| + | override_utf8_locale = true, | ||
| + | uppercase = false, | ||
| + | no_buffers = true, | ||
| + | short_units = true, | ||
| + | format_human_readable = true, | ||
| + | |||
| + | update_interval = 1, | ||
| + | total_run_times = 0, | ||
| + | |||
| + | own_window = true, | ||
| + | own_window_transparent = false, | ||
| + | own_window_type = ' | ||
| + | own_window_hints = ' | ||
| + | own_window_argb_visual = true, | ||
| + | own_window_argb_value = 128, | ||
| + | background = true, | ||
| + | use_spacer = ' | ||
| + | |||
| + | double_buffer = true, | ||
| + | minimum_width = 215, minimum_height = 215, | ||
| + | |||
| + | draw_shades = false, | ||
| + | default_shade_color = '# | ||
| + | |||
| + | draw_outline = false, | ||
| + | default_outline_color = '# | ||
| + | |||
| + | default_color = ' | ||
| + | color0 = ' | ||
| + | color1 = ' | ||
| + | |||
| + | draw_borders = false, | ||
| + | stippled_borders = 0, | ||
| + | border_inner_margin = 10, | ||
| + | border_outer_margin = 0, | ||
| + | border_width = 1, | ||
| + | draw_graph_borders = false,--no | ||
| + | |||
| + | gap_x = 50, | ||
| + | gap_y = 50, | ||
| + | |||
| + | imlib_cache_size = 0, | ||
| + | } | ||
| + | |||
| + | conky.text = [[ | ||
| + | ${color grey}Info: | ||
| + | $hr | ||
| + | ${color grey}Uptime: | ||
| + | ${color grey}Frequency (in MHz):$color $freq | ||
| + | ${color grey}Frequency (in GHz):$color $freq_g | ||
| + | ${color grey}RAM Usage: | ||
| + | ${color grey}Swap Usage: | ||
| + | ${color grey}CPU Usage: | ||
| + | ${color grey}Processes: | ||
| + | $hr | ||
| + | ${color grey}File systems: | ||
| + | / $color${fs_used / | ||
| + | ${color grey}Networking: | ||
| + | Up:$color ${upspeed wlp1s0} ${color grey} - Down:$color ${downspeed wlp1s0} | ||
| + | ${color grey}Battery: | ||
| + | $hr | ||
| + | ${color grey}Name | ||
| + | ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} | ||
| + | ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} | ||
| + | ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} | ||
| + | ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} | ||
| + | # | ||
| + | #REFRESH LOCATION & WEATHER INFO CACHE | ||
| + | ${execi 600 curl -so ~/ | ||
| + | |||
| + | # | ||
| + | #REFRESH ICON CACHE | ||
| + | ${execi 600 sleep 2 && jq -r ' | ||
| + | ${execi 600 sleep 2 && jq -r ' | ||
| + | ${execi 600 sleep 2 && jq -r ' | ||
| + | ${execi 600 sleep 2 && jq -r ' | ||
| + | ${execi 600 sleep 2 && jq -r ' | ||
| + | ${execi 600 sleep 2 && jq -r ' | ||
| + | # | ||
| + | #WEATHER NOW | ||
| + | ${voffset -40}${color1}Kenton, | ||
| + | ${color0}${execi 1 jq -r ' | ||
| + | |||
| + | #WEATHER TODAY | ||
| + | ${color1}Today${goto 100}${color0}${execi 1 jq -r ' | ||
| + | # | ||
| + | #WEATHER +1 DAY | ||
| + | ${color1}${execi 1 jq -r ' | ||
| + | {print " | ||
| + | # | ||
| + | #WEATHER +2 DAYS | ||
| + | ${color1}${execi 1 jq -r ' | ||
| + | {print " | ||
| + | # | ||
| + | #WEATHER +3 DAYS | ||
| + | ${color1}${execi 1 jq -r ' | ||
| + | {print " | ||
| + | # | ||
| + | #WEATHER +4 DAYS | ||
| + | ${color1}${execi 1 jq -r ' | ||
| + | {print " | ||
| + | ]] | ||
| + | | ||
| + | </ | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | === Docker === | ||
| + | |||
| + | When attempted to emerge docker I got errors about circular deps with dev-lang/ | ||
| + | < | ||
| + | sys-devel/ | ||
| + | </ | ||
| + | Then I emerged dev-lang/go by itself. | ||
| + | < | ||
| + | emerge --ask devlang/go | ||
| + | </ | ||
| + | Finally I emerged docker. | ||
| + | < | ||
| + | emerge --ask app-containers/ | ||
| + | </ | ||
| + | |||
| + | After that I found I couldn' | ||
| + | |||
| + | * I ran this [[https:// | ||
| + | * Then compile the kernel and modules as normal. | ||
| + | * Follow the steps above to recreate the image for p1. | ||
| + | * dd the image, ensure to take in account that the device is now probably / | ||
| === Refrences === | === Refrences === | ||