Want a transparent dock in #elementaryOS 8.1?
1️⃣ Open Terminal and run:
nano ~/.config/gtk-4.0/gtk.css
2️⃣ Paste this at the end:
CSS
dock {
background-color: transparent;
box-shadow: none;
border: none;
}
3️⃣ Save (Ctrl+O, Enter, Ctrl+X) and restart the dock: killall io.elementary.dock
Simple as that! #Linux #eOS #Customisation #DesktopLinux














