Conky: Change to sidebar layout
Also KDE stuff doing KDE things with their config files
This commit is contained in:
parent
4a400dd1df
commit
9cf7e8beef
@ -5,10 +5,7 @@ conky.config = {
|
|||||||
own_window_title = 'Conky',
|
own_window_title = 'Conky',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_colour = '000000',
|
own_window_colour = '282828',
|
||||||
own_window_transparent = true,
|
|
||||||
own_window_argb_visual = true,
|
|
||||||
own_window_argb_value = 0,
|
|
||||||
|
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
@ -28,15 +25,16 @@ conky.config = {
|
|||||||
color8 = '83a598', -- Blue (CPU)
|
color8 = '83a598', -- Blue (CPU)
|
||||||
color9 = 'd3869b', -- Magenta (Memory)
|
color9 = 'd3869b', -- Magenta (Memory)
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'top_right',
|
||||||
xinerama_head = 2,
|
xinerama_head = 2,
|
||||||
minimum_height = 100,
|
minimum_height = 4000,
|
||||||
minimum_width = 300,
|
minimum_width = 300,
|
||||||
border_width = 6,
|
border_width = 6,
|
||||||
gap_x = 20,
|
gap_x = 10,
|
||||||
gap_y = 58,
|
gap_y = 44,
|
||||||
|
|
||||||
show_graph_scale = true,
|
show_graph_scale = true,
|
||||||
|
format_human_readable = true,
|
||||||
|
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
draw_graph_borders = false,
|
draw_graph_borders = false,
|
||||||
|
@ -22,11 +22,12 @@ display=Display\tMeta+P,Display\tMeta+P,Switch Display
|
|||||||
|
|
||||||
[khotkeys]
|
[khotkeys]
|
||||||
_k_friendly_name=KDE Daemon
|
_k_friendly_name=KDE Daemon
|
||||||
{5f06ffa5-99e2-429b-a33a-d5a49a8f9e56}=Shift+Print,none,Take Full Screen Screenshot
|
{0a26c458-4585-49b6-aa2d-04ff5bd30f72}=Ctrl+Alt+T,none,Run Konsole
|
||||||
{7695d3be-08b3-4960-ae89-872e9eb58e8d}=Meta+Print,none,Take Active Window Screenshot
|
{108d2bf6-d19d-4ac6-ac50-0a66966deaa1}=,none,Take Full Screen Screenshot
|
||||||
{a5003b79-c72a-4d41-9237-dcebafeac3f3}=Print,none,Start Screenshot Tool
|
{741fbce3-2eea-4a54-8f0a-2a928e1fbf25}=,none,Take Rectangular Region Screenshot
|
||||||
|
{763d37ae-20f4-45e2-92f9-8227205be130}=,none,Start Screenshot Tool
|
||||||
|
{a7192f39-4fe9-4923-b41f-52d2649c0576}=,none,Take Active Window Screenshot
|
||||||
{d03619b6-9b3c-48cc-9d9c-a2aadb485550}=Search,none,Search
|
{d03619b6-9b3c-48cc-9d9c-a2aadb485550}=Search,none,Search
|
||||||
{fd6248c0-ea1f-475d-9203-70e6c4a18579}=Meta+Shift+Print,none,Take Rectangular Region Screenshot
|
|
||||||
|
|
||||||
[kmix]
|
[kmix]
|
||||||
_k_friendly_name=Audio Volume
|
_k_friendly_name=Audio Volume
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# kcminputrc Mouse cursorTheme 'breeze_cursors'
|
# kcminputrc Mouse cursorTheme 'breeze_cursors'
|
||||||
kcminputrc_mouse_cursortheme=breeze_cursors
|
kcminputrc_mouse_cursortheme=breeze_cursors
|
||||||
# kcminputrc Mouse cursorSize ''
|
# kcminputrc Mouse cursorSize ''
|
||||||
kcminputrc_mouse_cursorsize=''
|
kcminputrc_mouse_cursorsize=0
|
||||||
# ksplashrc KSplash Theme Breeze
|
# ksplashrc KSplash Theme Breeze
|
||||||
ksplashrc_ksplash_theme=None
|
ksplashrc_ksplash_theme=None
|
||||||
# ksplashrc KSplash Engine KSplashQML
|
# ksplashrc KSplash Engine KSplashQML
|
||||||
|
Loading…
Reference in New Issue
Block a user