From afbf3f3d7e6e32399920f8d4e7b524ba9ceaadc8 Mon Sep 17 00:00:00 2001
From: Gregory Trolliet <raghnarok@vulgarisons.info>
Date: Mon, 12 Oct 2020 20:07:08 +0200
Subject: [PATCH 1/2] [QB] Add some new quickmarks

---
 .config/qutebrowser/quickmarks | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks
index 0968c17..2d0638b 100644
--- a/.config/qutebrowser/quickmarks
+++ b/.config/qutebrowser/quickmarks
@@ -30,3 +30,4 @@ rich comparator 10% https://howrichami.givingwhatwecan.org/how-rich-am-i
 opengraph image size facebook twitter og https://iamturns.com/open-graph-image-size
 inubo nextcloud files https://www.inubo.ch/apps/files/?dir=/&fileid=1238980
 password generator https://passwordsgenerator.net/
+lorem picsum picture https://picsum.photos/

From f10ca060cf8b3d9d26b6b0d7fe65e2bdd6d0df4e Mon Sep 17 00:00:00 2001
From: Gregory Trolliet <raghnarok@vulgarisons.info>
Date: Mon, 12 Oct 2020 20:07:27 +0200
Subject: [PATCH 2/2] [Conky] Fix the smallScreen config

---
 .config/conky/conky_smallScreen.conf | 93 ++++++++++++++--------------
 1 file changed, 47 insertions(+), 46 deletions(-)

diff --git a/.config/conky/conky_smallScreen.conf b/.config/conky/conky_smallScreen.conf
index e20c43e..44b4d77 100644
--- a/.config/conky/conky_smallScreen.conf
+++ b/.config/conky/conky_smallScreen.conf
@@ -1,49 +1,50 @@
-# For ideas about how to modify the conky conf, please see:
-# https://github.com/Toory/Conky-config
-#
-##############################################
-#  Settings
-##############################################
-alignment top_right
-background yes
-border_width 1
-color0 0077FF 
-color1 991F00 
-color2 0000FF 
-color3 eb91df 
-color4 f2c55a 
-color5 a7f0e3
-cpu_avg_samples 2
-default_color white
-default_outline_color green
-default_shade_color red
-double_buffer yes
-draw_borders no
-draw_graph_borders yes
-draw_outline no
-draw_shades no
-gap_x 0
-gap_y 15
-maximum_width 200
-minimum_size 0 0
-no_buffers yes
-override_utf8_locale yes
-own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
-own_window_transparent no
-own_window_type normal
-own_window yes
-total_run_times 0
-update_interval 1
-uppercase no
-use_spacer right
-use_xft yes
-xftalpha 0.8
-xftfont  Bitstream Vera Sans Mono:size=8
-own_window_argb_value 100
-own_window_argb_visual yes
-own_window_colour 000000
 
-TEXT
+--##############################################
+--#  Settings
+--##############################################
+conky.config = {
+	alignment = top_right,
+	--background = true,
+	border_width = 1,
+	color0 = '0077FF',
+	color1 = '991F00',
+	color2 = '0000FF',
+	color3 = 'eb91df',
+	color4 = 'f2c55a',
+	color5 = 'a7f0e3',
+	cpu_avg_samples = 2,
+	default_color = white,
+	default_outline_color = green,
+	default_shade_color = red,
+	double_buffer = true,
+	draw_borders = false,
+	draw_graph_borders = true,
+	draw_outline = false,
+	draw_shades = false,
+	gap_x = 1166,
+	gap_y = 15,
+	minimum_width = 200,
+	maximum_width = 200,
+	minimum_height = 768,
+	no_buffers = true,
+	override_utf8_locale = true,
+	own_window = true,
+	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
+	--own_window_transparent = true,
+	own_window_argb_visual = true,
+	own_window_argb_value = 100,
+	own_window_type = 'normal',
+	--own_window_color = 000000
+	total_run_times = 0,
+	update_interval = 1,
+	uppercase = false,
+	use_spacer = right,
+	use_xft = true,
+	xftalpha = 0.8,
+	font = 'Bitstream Vera Sans Mono:size=8',
+}
+
+conky.text = [[
 ##############################################
 #DATE
 ##############################################
@@ -108,5 +109,5 @@ ${downspeedgraph wlp1s0 99cc33 006600}
 Down: $alignc ${downspeed wlp1s0}/s $alignr tot: ${totaldown wlp1s0}
 ${upspeedgraph wlp1s0 ffcc00 ff0000}
 Up: $alignc ${upspeed wlp1s0}/s $alignr tot: ${totalup wlp1s0}
-
+]]