Update menu with new system pipemenu & cleanup some configs
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
conky.config = {
|
||||
|
||||
--Various settings
|
||||
|
||||
background = true,
|
||||
cpu_avg_samples = 2,
|
||||
diskio_avg_samples = 10,
|
||||
@ -14,9 +13,7 @@ text_buffer_size = 2048,
|
||||
update_interval = 1,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
|
||||
--Placement
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 20,
|
||||
gap_y = 45,
|
||||
@ -26,7 +23,6 @@ maximum_width = 230,
|
||||
|
||||
|
||||
--Graphical
|
||||
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 5,
|
||||
border_width = 0,
|
||||
@ -44,7 +40,6 @@ draw_shades = false,
|
||||
draw_outline = false,
|
||||
|
||||
--Textual
|
||||
|
||||
extra_newline = false,
|
||||
format_human_readable = true,
|
||||
font = 'Ubuntu Mono:size=11:regular',
|
||||
@ -60,7 +55,6 @@ use_xft = true,
|
||||
xftalpha = 1,
|
||||
|
||||
--Windows
|
||||
|
||||
own_window = true,
|
||||
own_window_argb_value = 220,
|
||||
own_window_argb_visual = true,
|
||||
@ -71,13 +65,12 @@ own_window_transparent = false,
|
||||
own_window_title = 'system_conky',
|
||||
own_window_type = 'desktop',
|
||||
|
||||
|
||||
--Colours
|
||||
|
||||
default_color = '#8FA1B3',
|
||||
color1 = '#8FA1B3',
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${alignc}S Y S T E M I N F O
|
||||
${hr}
|
||||
@ -99,7 +92,6 @@ Avg${goto 60}${cpu cpu0}%${alignr}${freq_g}
|
||||
${alignc}S H O R T C U T K E Y S
|
||||
${hr}
|
||||
[PrtSc]${alignr}Screenshot
|
||||
[Ctrl] + Space${alignr}Launcher
|
||||
[S]${alignr}Launcher
|
||||
[S] + Space${alignr}Menu
|
||||
[S] + t${alignr}Terminal
|
||||
|
Reference in New Issue
Block a user