- commit
- 725a918
- parent
- cc8c01f
- author
- chasinglightning
- date
- 2025-01-28 16:53:59 -0500 EST
update conky conf
2 files changed,
+5,
-5
1@@ -17,15 +17,15 @@ conky.config = {
2 own_window_class = 'Conky',
3 own_window_type = 'normal',
4 -- Colors
5- font = 'RobotoMono Nerd Font:size=10',
6- font1 = 'RobotoMono Nerd Font:size=10',
7+ font = 'Ubuntu Mono:size=13',
8+ font1 = 'Ubuntu Mono:size=13',
9 color1 = '#c6d0f5', -- accent
10 color2 = '#c6d0f5', -- accent dimmed
11 own_window_transparent = false, -- transparency
12 own_window_argb_visual = true, -- transparency
13- own_window_argb_value = 145, -- transparency [0 -255]
14+ own_window_argb_value = 50, -- transparency [0 -255]
15 own_window_hints = 'below,undecorated,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it
16- own_window_colour = '#313244', -- bg color [comment to full transparency]
17+ own_window_colour = '#a1a6be', -- bg color [comment to full transparency]
18 default_color = 'white', -- default colors
19 default_outline_color = 'white', -- default colors
20 default_shade_color = 'white', -- default colors
21@@ -68,6 +68,6 @@ ${goto 24}${color1}RAM: ${color1}$mem/$memmax ${alignr}$memperc% ${color1}${mem
22 ${goto 24}${color1}Swap: ${color1}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}${voffset 8}
23
24 ${goto 24}${color1}${font1}Now Playing ${voffset 8}${font}
25-${goto 24}${color1}${execi 5 (python3 /home/kat/Documents/Scripts/lastfm.py)}${font}
26+${goto 24}${color1}${execi 5 (python3 /home/kat/Documents/Scripts/lastfm.py)}
27
28 ]]
+0,
-0