ArchLabs.conkyrc update

This commit is contained in:
Matthew Dobson 2018-07-28 00:01:06 +00:00
parent 7c15a645fc
commit 8d3dbe572d

View File

@ -56,18 +56,18 @@ xftalpha = 1,
--Windows --Windows
own_window = true, own_window = true,
own_window_argb_value = 220, own_window_argb_value = 250,
own_window_argb_visual = true, own_window_argb_visual = true,
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_colour = '#2B303B', own_window_colour = '#000000',
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager',
own_window_transparent = false, own_window_transparent = true,
own_window_title = 'system_conky', own_window_title = 'system_conky',
own_window_type = 'desktop', own_window_type = 'desktop',
--Colours --Colours
default_color = '#8FA1B3', default_color = '#a4a4a4',
color1 = '#8FA1B3', color1 = '#a4a4a4',
}; };
@ -103,4 +103,4 @@ ${hr}
[S] + s${alignr}Window Switcher [S] + s${alignr}Window Switcher
[S] + Shift + r${alignr}Reload Configs [S] + Shift + r${alignr}Reload Configs
[S] + x${alignr}Logout [S] + x${alignr}Logout
]]; ]];