Commit 5a83517 1 parent 5d5d7c8 commit 5a83517 Copy full SHA for 5a83517
File tree 3 files changed +19
-10
lines changed
3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ conky.config = {
19
19
default_color = '#ea4335',
20
20
alignment = 'top_right',
21
21
gap_x = 60,
22
- gap_y = 60 ,
22
+ gap_y = 75 ,
23
23
minimum_width = 390, minimum_height = 150,
24
24
maximum_width = 390,
25
25
};
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ conky.config = {
5
5
double_buffer=true,
6
6
no_buffers=true,
7
7
use_xft=true,
8
- font='monospace:pixelsize=11 ',
8
+ font='monospace:pixelsize=12 ',
9
9
draw_shades=false,
10
10
override_utf8_locale=true,
11
11
own_window=true,
@@ -20,12 +20,12 @@ conky.config = {
20
20
maximum_width = 400,
21
21
alignment = 'top_right',
22
22
gap_x = 60,
23
- gap_y = 820 ,
23
+ gap_y = 810 ,
24
24
};
25
25
26
26
conky.text = [[
27
27
28
- ${image ~/blood-and-milk/image/Mail.png -s 140x140 -p 120,65 -n}
28
+ ${image ~/blood-and-milk/image/Mail.png -s 140x140 -p 120,75 -n}
29
29
${goto 5}${texeci 6 python3.9 ~/blood-and-milk/gmail/gmail.py}
30
30
31
31
]];
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ conky.config = {
5
5
double_buffer=true,
6
6
no_buffers=true,
7
7
use_xft=true,
8
- font='monospace:pixelsize=11 ',
8
+ font='monospace:pixelsize=12 ',
9
9
draw_shades=false,
10
10
override_utf8_locale=true,
11
11
own_window=true,
@@ -17,17 +17,26 @@ conky.config = {
17
17
draw_graph_borders=false,
18
18
19
19
default_color = '#ea4335',
20
- alignment = 'top_left ',
21
- gap_x = 0 ,
22
- gap_y = 980 ,
20
+ alignment = 'bottom_left ',
21
+ gap_x = 40 ,
22
+ gap_y = -5 ,
23
23
minimum_width = 580, minimum_height = 150,
24
24
maximum_width = 580,
25
25
26
26
};
27
27
28
28
conky.text = [[
29
+
30
+ lsblk -f - list mountable devices
31
+ mount -U <UUID> </path/to/mountpoint>
32
+ umount -l <filesystem> (usually /dev/...)
33
+ Mount phone: aft-mtp-mount </path/to/mountpoint>
34
+
35
+ Bluetooth issue: restart pulseaudio: pulseaudio -k/--start
36
+
37
+ Don't forget to update system :)
38
+ Def progs: /usr/share/applications/mimeinfo.cache
39
+ Brightness: /sys/class/backlight/intel_backlight/brightness
29
40
30
- Open file manager super+q
31
- Toggle layouts super+m
32
41
33
42
]];
You can’t perform that action at this time.
0 commit comments