mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Add conky
This commit is contained in:
57
.conky/FuzzyClock/conkyrc
Normal file
57
.conky/FuzzyClock/conkyrc
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
conky.config = {
|
||||||
|
|
||||||
|
-------------------------------------
|
||||||
|
-- Generic Settings
|
||||||
|
-------------------------------------
|
||||||
|
background=true,
|
||||||
|
update_interval=1,
|
||||||
|
double_buffer=true,
|
||||||
|
no_buffers=true,
|
||||||
|
imlib_cache_size=10,
|
||||||
|
|
||||||
|
draw_shades=false,
|
||||||
|
draw_outline=false,
|
||||||
|
draw_borders=false,
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------
|
||||||
|
-- Window Specifications
|
||||||
|
-------------------------------------
|
||||||
|
gap_x=-1920,
|
||||||
|
gap_y=720,
|
||||||
|
|
||||||
|
minimum_width=1920,
|
||||||
|
|
||||||
|
own_window=true,
|
||||||
|
own_window_type="desktop",
|
||||||
|
own_window_transparent=true,
|
||||||
|
own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
|
||||||
|
|
||||||
|
own_window_argb_visual=true,
|
||||||
|
own_window_argb_value=0,
|
||||||
|
|
||||||
|
-------------------------------------
|
||||||
|
-- Text Settings
|
||||||
|
-------------------------------------
|
||||||
|
use_xft=true,
|
||||||
|
xftalpha=1,
|
||||||
|
font="Droid Sans:size=30",
|
||||||
|
text_buffer_size=256,
|
||||||
|
override_utf8_locale=true,
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------
|
||||||
|
-- Color Scheme
|
||||||
|
-------------------------------------
|
||||||
|
default_color='FFFFFF',
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${font Poiret One:weight=Bold:size=30}${alignc}${execi 60 bash-fuzzy-clock}
|
||||||
|
]]
|
||||||
3
bin/startconky.sh
Executable file
3
bin/startconky.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
(sleep 10 && conky -dc $HOME/.conky/FuzzyClock/conkyrc)
|
||||||
Reference in New Issue
Block a user