This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.bin
.config
audacious
autostart
conky
conky-wttr.conf
conky.conf
i3lock.conf
dconf
dsk
dunst
gtk-3.0
htop
i3
liferea
neofetch
pulse
qt5ct
rofi
syncthing-gtk
tint2
zim
compton.conf
dircolors
redshift.conf
user-dirs.dirs
user-dirs.locale
.local
.ssh
.themes
.vim
.bashrc
.functions
.gitconfig
.gitmodules
.gtkrc-2.0
.inputrc
.kshrc
.profile
.vimrc
.xinitrc
.zshrc
home/.config/conky/conky-wttr.conf
2019-04-04 01:17:08 -05:00

39 lines
756 B
Lua

-- vim: ts=4 sw=4 noet ai cindent syntax=lua
conky.config = {
own_window = true,
own_window_title = 'Conky',
own_window_class = 'Conky',
own_window_type = 'override',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '383c4a',
double_buffer = true,
cpu_avg_samples = 2,
net_avg_samples = 2,
no_buffers = true,
update_interval = 1,
use_xft = true,
font = 'Inconsolata:style=Regular:size=10',
default_color = '#7c818c',
alignment = 'bottom_left',
xinerama_head = 0,
minimum_height = 0,
minimum_width = 304,
border_width = 0,
border_outer_margin = 1,
border_inner_margin = 16,
gap_x = 10,
gap_y = 32,
draw_borders = true,
draw_outline = false,
draw_shades = false
}
conky.text = [[
]]