Hi,
somehow my “show apps” Icon just misaligned with all the other icons and I can’t find a setting to change the position of it. Does someone know how to move it further up?
System:
Kernel: 6.6.30-2-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.2.1
Desktop: GNOME v: 46.1 tk: GTK v: 3.24.41 wm: gnome-shell
tools: gsd-screensaver-proxy dm: GDM v: 46.0 Distro: Manjaro
base: Arch Linux
Info:
Processes: 430 Power: uptime: 39m states: freeze,mem,disk suspend: deep
avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
suspend, test_resume image: 12.5 GiB services: gsd-power,
power-profiles-daemon, upowerd Init: systemd v: 255 default: graphical
tool: systemctl
Compilers: clang: 17.0.6 gcc: 13.2.1 Shell: Zsh v: 5.9
running-in: gnome-terminal inxi: 3.3.34
Hi! Welcome to the community. I’m sad and feel bad of your bad experience but that is probably because that is an Gnome extension and probably needs some work for the latest Gnome 46.
I checked the Gnome extensions site and found an alternative, maybe that extension is the solution:
https://extensions.gnome.org/extension/6712/dash-to-dock-workaround/
I don’t know because I don’t use dash-to-dock and can’t test it.
Lastly remember to FIRST disable the dash-to-dock extension and then install the new one. Restart as some extensions require it to prevent conflicts.
Post back the result and take care
1 Like
It appears you’re using Dash to Panel? Check the settings, I can’t reproduce.
Not related.
1 Like
Apparently the Gnome team made changes to the icon padding and its leading to Dash-to-Panel looking funky when combined with other extensions.
opened 08:36PM - 13 Apr 24 UTC
enhancement
discussion
Hi, thanks for the extension. Loving it so far.
I have a suggestion. Details b… elow:
Open Bar version: 30
Gnome Shell version: 46
When using blur my shell, setting bar background alpha to 0.0 gives better results (for my liking at least). (using mainland)
Examples :
**BG alpha 0.0**
BG 1 : 
BG 2 : 


**BG alpha 0.9**
BG 1:
BG 2:

If auto-theming is enabled, whenever a background changes, auto theme sets bar background alpha to 0.90.
Line 588 in autotheme.js
if(bartype == 'Mainland' || bartype == 'Floating') {
bgalpha = 0.9;
}
else {
bgalpha = 0;
}
I removed if-else and set bgalpha to 0. It works for me now as I expected.
Maybe it would be better if autotheme does not override BG alpha or there may be a checkbox/toggle to override BG alpha.
I have not inspected the code much so I do not know if I could add it. There may be reasons for current behaviour for different theme setups and use cases; so having an option for BG alpha override would be nice.
1 Like
Yeah I’m using dash-to-panel
system
Closed
20 May 2024 05:17
7
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.