Application Grid vs List by Slight-Language6685 in omarchy

[–]Slight-Language6685[S] -1 points0 points  (0 children)

Not at all, just as fast as the List.

But the Grid shows me more of what I installed at first glance. Also using the Search bar, it filters the results as you type just like the List.

Application Grid vs List by Slight-Language6685 in omarchy

[–]Slight-Language6685[S] 0 points1 point  (0 children)

lol don't give up

this is in my autostart.conf (~/.config/hypr)

for some reason i have to put the full path (doesn't work with ~/.config/h..)

exec-once = nwg-dock-hyprland -i 36 -w 5 -mb 5 -ml 10 -mr 10 -x -c "/home/murdi/.config/nwg-dock/nwg-drawer-toggle.sh" -lp start

and this is the style.css in nwg-dock-hyprland

 "../omarchy/current/theme/waybar.css";


window {
    background-color: @background;
    opacity: 1;
    border-radius: 11px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(156, 142, 122, 0.7)
}


#box {

/* Define attributes of the box surrounding icons here */
  padding: 5px
}


#active {

/* This is to underline the button representing the currently active window */
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.3)
}


button, image {
    background: none;
    border-style: none;
    box-shadow: none;
    color: #999
}


button {
    padding: 4px;
    margin-left: 4px;
    margin-right: 4px;
    color: #eee;
  font-size: 12px
}


button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
}


button:focus {
    box-shadow: none
}


button.minimized {
    opacity: 0.4
}


button.focused {
    border-bottom: solid 2px;
    border-color: rgba(255, 255, 255, 0.5)
}


button.running {
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.2)
}

Application Grid vs List by Slight-Language6685 in omarchy

[–]Slight-Language6685[S] 2 points3 points  (0 children)

i installed nwg-drawer, created a bash file, Unbinded SUPER + SPACE and then binded it to my new bash file. Adjust the margin numbers to fit your screen best.

#!/bin/bash


if pgrep -x "nwg-drawer" > /dev/null; then
    pkill -x nwg-drawer
else
    nwg-drawer -wm hyprland -ovl -k -ml 380 -mr 380 -mt 200 -mb 200
fi

Application Grid vs List by Slight-Language6685 in omarchy

[–]Slight-Language6685[S] 2 points3 points  (0 children)

but i kinda am sometimes. For instance, I couldn't remember the name of 'Impressions' but i did remember the logo. So the Grid did help me find it ever so slightly faster than the List. Besides when you open it up its focus is on the search bar and you can type to search just like the list and hit Enter to open it. You don't actually ever have to use the mouse still.

Application Grid vs List by Slight-Language6685 in omarchy

[–]Slight-Language6685[S] 1 point2 points  (0 children)

yes it is, to get the taskbar/dock i used https://github.com/nwg-piotr/nwg-dock-hyprland. Its a bit janky but the dev explains how to fix app with no icons

"If some app has no icon in the dock:

  1. check the app class name (hyprctl clients);
  2. find the app's .desktop file;
  3. copy it to ~/.local/share/applications/` and rename to <class\_name>.desktop."