Copy config removing sensitive data
This commit is contained in:
parent
d15767a938
commit
68ffb60404
89 changed files with 12214 additions and 0 deletions
60
config/conky/Octupi_Arch/co_main
Normal file
60
config/conky/Octupi_Arch/co_main
Normal file
|
@ -0,0 +1,60 @@
|
|||
# -- Conky settings -- #
|
||||
background no
|
||||
update_interval 2
|
||||
|
||||
cpu_avg_samples 2
|
||||
net_avg_samples 2
|
||||
|
||||
override_utf8_locale yes
|
||||
|
||||
double_buffer yes
|
||||
no_buffers yes
|
||||
|
||||
text_buffer_size 2048
|
||||
imlib_cache_size 0
|
||||
|
||||
# -- Window specifications -- #
|
||||
|
||||
own_window yes
|
||||
own_window_type override
|
||||
own_window_class Conky
|
||||
own_window_transparent yes
|
||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||
own_window_colour 000000
|
||||
#own_window_argb_visual yes
|
||||
#own_window_argb_value 128
|
||||
border_inner_margin 0
|
||||
border_outer_margin 0
|
||||
|
||||
minimum_size 7266 748
|
||||
|
||||
# -- Graphics settings -- #
|
||||
draw_shades no
|
||||
draw_outline no
|
||||
draw_borders no
|
||||
draw_graph_borders no
|
||||
|
||||
# -- Text settings -- #
|
||||
use_xft yes
|
||||
xftfont Santana:size=8
|
||||
xftalpha 0.8
|
||||
|
||||
uppercase no
|
||||
|
||||
default_color FFFFFF
|
||||
|
||||
# -- Lua load -- #
|
||||
lua_load main.lua
|
||||
lua_draw_hook_pre main
|
||||
lua_startup_hook setup
|
||||
|
||||
alignment top_left
|
||||
gap_x 280
|
||||
gap_y 80
|
||||
own_window_argb_value 0
|
||||
own_window_argb_visual yes
|
||||
own_window_colour 000000
|
||||
TEXT
|
||||
#${offset 636}${voffset 223}${font Roboto:size=12}${time %l:%M %P }
|
||||
${offset 630}${voffset 228}${font Roboto:size=35}Arch
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue