aboutsummaryrefslogtreecommitdiff
path: root/dot-config/lavalauncher/lavalauncher.conf
blob: 86a687708b6d329136ec1b9dab11d68760486f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
global-settings {
	watch-config-file = true;
}

bar {
	position = right;
	size = 40;
	alignment = center;
	radius = 10;
	border = 0;
	# mode = full;
	# hidden-mode = always;
	hidden-size = 40;
	# layer = top;
	exclusive-zone = false;
	margin = 4;
	icon-padding = 12;
	# indicator-style = rectangle;
	indicator-padding = 2;

	# background-colour = "#00000000";
	# border-colour = "#00000000";

	# Condition for the default configuration set.
	# condition-resolution = wider-than-high;

	# config {
	# 	condition-resolution = higher-than-wide;
	# 	position = left;
	# }

	# APPS
	button {
		command = Thunar;
		image-path = /usr/share/icons/Adwaita/scalable/places/folder.svg;
	}

	button {
		command = librewolf;
		image-path = /usr/share/icons/hicolor/48x48/apps/librewolf.png;
	}

	button {
		command = io.freetubeapp.FreeTube;
		image-path = /var/lib/flatpak/appstream/flathub/x86_64/active/icons/128x128/io.freetubeapp.FreeTube.png;
	}

	button {
		command = net.lutris.Lutris;
		image-path = /var/lib/flatpak/appstream/flathub/x86_64/active/icons/128x128/net.lutris.Lutris.png;
	}

	button {
		command = org.prismlauncher.PrismLauncher;
		image-path = /var/lib/flatpak/appstream/flathub/x86_64/active/icons/128x128/org.prismlauncher.PrismLauncher.png;
	}

	button {
		command = wlogout -b 4;
		image-path = /usr/share/wlogout/icons/shutdown.png;
	}

	# button
	# {
	# 	image-path = /usr/share/icons/hicolor/scalable/apps/org.xfce.thunar.svg;
	# 	command[mouse-left]  = another-useful-script.sh;
	# 	command[mouse-right] = another-useful-script.sh;
	# 	command[shift+mouse-left]     = another-useful-script.sh;
	# 	command[shift+alt+mouse-left] = another-useful-script.sh;
	# 	command[scroll-up]         = volume up;
	# 	command[scroll-down]       = volume down;
	# 	command[shift+scroll-up]   = volume microphone-up;
	# 	command[shift+scroll-down] = volume microphone-down;
	# }

}