aboutsummaryrefslogtreecommitdiff
path: root/dot-config/lavalauncher
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-12-17 23:07:35 +0000
committerBlake Romero <blake@blkrom.com>2024-12-17 23:07:35 +0000
commitf98dfa8ed3761f3a4ee1ed637e2c55a9bfd83dbb (patch)
treead5b632eabd4d7c8a5e636d334d51c294e75327b /dot-config/lavalauncher
parent9cf3b8e27f60062b997e0ed835995415c1f317ba (diff)
Add lavalauncher config
Diffstat (limited to 'dot-config/lavalauncher')
-rw-r--r--dot-config/lavalauncher/lavalauncher.conf68
1 files changed, 68 insertions, 0 deletions
diff --git a/dot-config/lavalauncher/lavalauncher.conf b/dot-config/lavalauncher/lavalauncher.conf
new file mode 100644
index 0000000..06ef53c
--- /dev/null
+++ b/dot-config/lavalauncher/lavalauncher.conf
@@ -0,0 +1,68 @@
+global-settings {
+ watch-config-file = true;
+}
+
+bar {
+ # output = eDP-1;
+ position = bottom;
+ size = 40;
+ alignment = end;
+ radius = 10;
+ border = 0;
+ # mode = full;
+ # hidden-mode = always;
+ hidden-size = 40;
+ # layer = top;
+ exclusive-zone = false;
+ margin = 3;
+ 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 = net.lutris.Lutris;
+ image-path = /usr/share/icons/Adwaita/symbolic/categories/applications-games-symbolic.svg;
+ image-path = /home/blake/.var/app/net.lutris.Lutris/data/lutris/runtime/icons/hicolor/scalable/apps/lutris.svg;
+ }
+
+ button {
+ command = wlogout;
+ image-path = /usr/share/icons/Adwaita/symbolic/actions/application-exit-symbolic.svg;
+ }
+
+ # 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;
+ # }
+
+}