aboutsummaryrefslogtreecommitdiffstats
path: root/conky/.conkyrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--conky/.conkyrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/conky/.conkyrc b/conky/.conkyrc
index 7b39c8e..410002e 100644
--- a/conky/.conkyrc
+++ b/conky/.conkyrc
@@ -68,10 +68,11 @@ conky.config = {
68 own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it 68 own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it
69 69
70 --Colors (Gruvbox Dark) 70 --Colors (Gruvbox Dark)
71 color0 = '#b16286', 71 color0 = '#AB9DF2',
72 color1 = '#ebdbb2', 72 color1 = '#FCFCFA',
73 color2 = '#458588', 73 color2 = '#78DCE8',
74 color3 = '#b8bb26', 74 color3 = '#A9DC76',
75
75 76
76}; 77};
77 78