u/its_me_gentle_man

guys help i am sick android's rounded corners, i have been hitting my head in gemini, and other AIs, and even google's documentation doesn't include how to remove the rounded corners in android, i have changed my display resolution, i tried values like~

❯ adb shell settings put secure sysui_rounded_size 0

adb shell settings put secure sysui_rounded_content_padding 0

nothings seems to be working, and there is not overlay service called rounded

I am using samsung m21 with oneuicore 4.0, android 12 and even samsung doesn't have any documentation, help guys

reddit.com
u/its_me_gentle_man — 9 days ago
▲ 6 r/GTK+1 crossposts

i tried

#workspaces button.inactive + button.active /*(this one is wrong i know)*/

#workspaces button.inactive:has(+ button.active)

nothing see to be working for the button that's behind the active button

following worked, cuz its easy

#workspaces button.active + button

but i wanna round border-radius of button that's behind active button, i wanna make it look like the second image, how do i specify this? help!!!

u/its_me_gentle_man — 10 days ago