Skip to content

Commit 5a83517

Browse files
committed
Minor updates, disk_graph placement, notes
1 parent 5d5d7c8 commit 5a83517

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

disk/disk_graph.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ conky.config = {
1919
default_color = '#ea4335',
2020
alignment = 'top_right',
2121
gap_x = 60,
22-
gap_y = 60,
22+
gap_y = 75,
2323
minimum_width = 390, minimum_height = 150,
2424
maximum_width = 390,
2525
};

gmail/gmail.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conky.config = {
55
double_buffer=true,
66
no_buffers=true,
77
use_xft=true,
8-
font='monospace:pixelsize=11',
8+
font='monospace:pixelsize=12',
99
draw_shades=false,
1010
override_utf8_locale=true,
1111
own_window=true,
@@ -20,12 +20,12 @@ conky.config = {
2020
maximum_width = 400,
2121
alignment = 'top_right',
2222
gap_x = 60,
23-
gap_y = 820,
23+
gap_y = 810,
2424
};
2525

2626
conky.text = [[
2727

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}
2929
${goto 5}${texeci 6 python3.9 ~/blood-and-milk/gmail/gmail.py}
3030

3131
]];

notes.conf

+15-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conky.config = {
55
double_buffer=true,
66
no_buffers=true,
77
use_xft=true,
8-
font='monospace:pixelsize=11',
8+
font='monospace:pixelsize=12',
99
draw_shades=false,
1010
override_utf8_locale=true,
1111
own_window=true,
@@ -17,17 +17,26 @@ conky.config = {
1717
draw_graph_borders=false,
1818

1919
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,
2323
minimum_width = 580, minimum_height = 150,
2424
maximum_width = 580,
2525

2626
};
2727

2828
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
2940

30-
Open file manager super+q
31-
Toggle layouts super+m
3241

3342
]];

0 commit comments

Comments
 (0)