Update conkyrc
This commit is contained in:
parent
886c4caac9
commit
3f592b5970
@ -18,26 +18,26 @@ alignment = 'top_right',
|
||||
gap_x = 20,
|
||||
gap_y = 45,
|
||||
minimum_height = 200,
|
||||
minimum_width = 230,
|
||||
maximum_width = 230,
|
||||
minimum_width = 240,
|
||||
maximum_width = 240,
|
||||
|
||||
|
||||
--Graphical
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 5,
|
||||
border_width = 0,
|
||||
default_bar_width = 280,
|
||||
border_inner_margin = 10,
|
||||
border_outer_margin = 2,
|
||||
border_width = 1,
|
||||
default_bar_width = 220,
|
||||
default_bar_height = 10,
|
||||
default_gauge_height = 25,
|
||||
default_gauge_width =40,
|
||||
default_gauge_width = 40,
|
||||
default_graph_height = 40,
|
||||
default_graph_width = 153,
|
||||
default_shade_color = '#1c2023',
|
||||
default_outline_color = '#1c2023',
|
||||
draw_borders = false,
|
||||
draw_borders = true,
|
||||
draw_graph_borders = true,
|
||||
draw_shades = false,
|
||||
draw_outline = false,
|
||||
draw_shades = true,
|
||||
draw_outline = true,
|
||||
|
||||
--Textual
|
||||
extra_newline = false,
|
||||
@ -56,23 +56,23 @@ xftalpha = 1,
|
||||
|
||||
--Windows
|
||||
own_window = true,
|
||||
own_window_argb_value = 250,
|
||||
own_window_argb_value = 60,
|
||||
own_window_argb_visual = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_colour = '#1c2023',
|
||||
own_window_colour = '#000000',
|
||||
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager',
|
||||
own_window_transparent = true,
|
||||
own_window_transparent = false,
|
||||
own_window_title = 'system_conky',
|
||||
own_window_type = 'desktop',
|
||||
|
||||
--Colours
|
||||
default_color = '#a4a4a4',
|
||||
default_color = '#1c2023',
|
||||
color1 = '#a4a4a4',
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${alignc}S Y S T E M I N F O
|
||||
${color1}${alignc}S Y S T E M I N F O
|
||||
${hr}
|
||||
Host:${alignr}${nodename}
|
||||
Uptime:${alignr}${uptime}
|
||||
@ -91,14 +91,14 @@ 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
|
||||
[S]${alignr}Launcher
|
||||
[S] + Space${alignr}Menu
|
||||
[S] + Space${alignr}Oenbox Menu
|
||||
[S] + t${alignr}Terminal
|
||||
[S] + e${alignr}Text Editor
|
||||
[S] + f${alignr}File Manager
|
||||
[S] + w${alignr}Web Browser
|
||||
[S] + m${alignr}Music Player
|
||||
[S] + v${alignr}Audio Control
|
||||
[S] + x${alignr}Logout
|
||||
[S] + x${alignr}System Exit
|
||||
[PrtScn]${alignr}Screenshot
|
||||
]];
|
||||
|
Reference in New Issue
Block a user