mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Minor edits
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
conky.config = {
|
||||
--==============================================================================
|
||||
|
||||
-- DTOS 01 CONKY
|
||||
-- DTOS 03 CONKY
|
||||
-- This conky theme was originally based on the Mimosa Dark theme created by
|
||||
-- author "Closebox73". I have removed many of the original widgets that theme
|
||||
-- Mimosa theme used, and I added the DTOS keybinding information.
|
||||
@@ -64,15 +64,15 @@ conky.config = {
|
||||
use_spacer = 'none',
|
||||
show_graph_scale = false,
|
||||
show_graph_range = false,
|
||||
lua_load = '~/.config/conky/qtile/01/scripts/SolarizedLight.lua',
|
||||
lua_load = '~/.config/conky/qtile/03/scripts/SolarizedLight.lua',
|
||||
lua_draw_hook_pre = 'ring_stats',
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
${image ~/.config/conky/qtile/01/bg/SolarizedLight.png -s 300x763 -p 0,35}
|
||||
${image ~/.config/conky/qtile/03/bg/SolarizedLight.png -s 300x763 -p 0,35}
|
||||
${alignc}${voffset 26}${color3}${font Raleway:bold:size=40}${time %H:%M}${font}${color}
|
||||
${alignc}${voffset 5}${font Raleway:size=14}${time %A, %B %d}
|
||||
${offset 34}${voffset 90}${color}${font Bebas Neue:size=18}${cpu cpu0}%${goto 104}${memperc}%${goto 180}${battery_percent BAT0}%${goto 230}${execi 2 ~/.config/conky/qtile/01/scripts/cputemp.sh}
|
||||
${offset 34}${voffset 90}${color}${font Bebas Neue:size=18}${cpu cpu0}%${goto 104}${memperc}%${goto 180}${battery_percent BAT0}%${goto 230}${execi 2 ~/.config/conky/qtile/03/scripts/cputemp.sh}
|
||||
${offset 24}${voffset -2}${color}${font Raleway:size=10}/ :${goto 170}${font Raleway:size=10}/home :
|
||||
${offset 24}${color3}${font Raleway:size=9}${fs_bar 10,111}${goto 170}${color3}${font Raleway:size=9}${fs_bar 10,111 /home}
|
||||
${offset 24}${color}${font Raleway:size=9}${fs_used} / ${fs_size}${goto 170}${color}${font Raleway:size=8}${fs_used /home} / ${fs_size /home}${font}
|
||||
|
||||
Reference in New Issue
Block a user