abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

Walker doesn't look like it should #33

Closed DJXJD closed 2 months ago

DJXJD commented 3 months ago

Walker looks pretty messed up for me, as can be seen in these screenshots: 20240512_19h37m07s_grim 20240512_19h37m26s_grim

For reference, in order to get walker installed, I had to install gtk4-layer-shell like this:

paru -S --asdeps --mflags '--nocheck' gtk4-layer-shell
abenz1267 commented 3 months ago

style to your liking in ~/.config/walker/style.css.

Default style: https://github.com/abenz1267/walker/blob/master/ui/themes/style.default.css

DJXJD commented 3 months ago

According to the following screenshot, shouldn't the default style look different than what I showed above? My screenshots above are immediately after installing, and I just compared the default style you linked with what I have applied, and they are identical.

20240513_01h12m53s_grim

DJXJD commented 3 months ago

Sorry if I didn't make it clear that I was using the default style 😅

abenz1267 commented 3 months ago

The screenshot on the readme is sliiightly outdated, but yours looks broken anyways. I can't really tell you what exactly is broken, since this depends on your systems theme.

This is what it looks for me if i set my system theme to adwaita-dark:

2024-05-13T08:33:32,761711441+02:00

PsyNyde commented 3 months ago

hello I'm also currently facing similar issue where I configured walker to be horizontal but it's still taking the same width as vertical one for some reason? i tried also adding width: 1366px; to classes that seem to effect width but to no avail at the end

abenz1267 commented 3 months ago

I can't help you, if you don't provide your config.

Neither width nor height can be set via CSS, as layouting in GTK works differently.

You can set align.width and list.width (... and respectively height) in your config.json