diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-24 22:29:55 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-24 22:29:55 +0100 |
| commit | 3adc4f62656279325524dd93585d7d927e07c587 (patch) | |
| tree | 119ae33d0292a583e8fe551adc7cb07ac27c27aa /dot-config/lavalauncher/lavalauncher.conf | |
| parent | 96121d7497ea256352801154a0ba9a3ee2e64574 (diff) | |
Add more app icons to lavalauncher
Diffstat (limited to 'dot-config/lavalauncher/lavalauncher.conf')
| -rw-r--r-- | dot-config/lavalauncher/lavalauncher.conf | 49 |
1 files changed, 32 insertions, 17 deletions
diff --git a/dot-config/lavalauncher/lavalauncher.conf b/dot-config/lavalauncher/lavalauncher.conf index 86a6877..dde079d 100644 --- a/dot-config/lavalauncher/lavalauncher.conf +++ b/dot-config/lavalauncher/lavalauncher.conf @@ -3,23 +3,23 @@ global-settings { } bar { - position = right; - size = 40; + position = bottom; + size = 50; alignment = center; - radius = 10; - border = 0; + radius = 8; + border = 1; # mode = full; # hidden-mode = always; hidden-size = 40; # layer = top; exclusive-zone = false; - margin = 4; - icon-padding = 12; + margin = 0; + icon-padding = 10; # indicator-style = rectangle; - indicator-padding = 2; + indicator-padding = 0; - # background-colour = "#00000000"; - # border-colour = "#00000000"; + background-colour = "#00000088"; + border-colour = "#ffffff88"; # Condition for the default configuration set. # condition-resolution = wider-than-high; @@ -32,34 +32,49 @@ bar { # APPS button { command = Thunar; - image-path = /usr/share/icons/Adwaita/scalable/places/folder.svg; + image-path = /usr/share/icons/Papirus/64x64/places/folder-blue.svg; } button { command = librewolf; - image-path = /usr/share/icons/hicolor/48x48/apps/librewolf.png; + image-path = /usr/share/icons/Papirus/64x64/apps/librewolf.svg; } button { command = io.freetubeapp.FreeTube; - image-path = /var/lib/flatpak/appstream/flathub/x86_64/active/icons/128x128/io.freetubeapp.FreeTube.png; + image-path = /usr/share/icons/Papirus/64x64/apps/freetube.svg; } button { command = net.lutris.Lutris; - image-path = /var/lib/flatpak/appstream/flathub/x86_64/active/icons/128x128/net.lutris.Lutris.png; + image-path = /usr/share/icons/Papirus/64x64/apps/lutris.svg; } button { - command = org.prismlauncher.PrismLauncher; - image-path = /var/lib/flatpak/appstream/flathub/x86_64/active/icons/128x128/org.prismlauncher.PrismLauncher.png; + command = krita; + image-path = /usr/share/icons/Papirus/64x64/apps/krita.svg; } button { - command = wlogout -b 4; - image-path = /usr/share/wlogout/icons/shutdown.png; + command = gimp; + image-path = /usr/share/icons/Papirus/64x64/apps/gimp.svg; } + button { + command = inkscape; + image-path = /usr/share/icons/Papirus/64x64/apps/inkscape.svg; + } + + button { + command = libreoffice; + image-path = /usr/share/icons/Papirus/64x64/apps/libreoffice.svg; + } + + #button { + # command = wlogout -b 4; + # image-path = /usr/share/icons/Papirus/64x64/apps/system-shutdown.svg; + #} + # button # { # image-path = /usr/share/icons/hicolor/scalable/apps/org.xfce.thunar.svg; |
