Fausto-Korpsvart / Big-Sur-StatusArea

macOS Big Sur "System Tray" look for Gnome Desktop
https://www.pling.com/p/1427290/
21 stars 7 forks source link

Calendar is not responsive on Ubuntu 20.04 #12

Closed ahsanf closed 3 years ago

ahsanf commented 3 years ago

image

The problem just like that, can it be fixed ?

LemonFoxmere commented 3 years ago

I had the same problem, but the right side won't even show up.

ahsanf commented 3 years ago

I had the same problem, but the right side won't even show up.

image I have solved this issue, you can fix it locally with adding this code into ~/.local/share/gnome-shell/extensions/BigSurStatusArea@korpsvart/stylesheet.css uncomment at .datemenu-calendar-column and add this code :

.datemenu-calendar-column {
   height: auto;
   width: 22.0em; 
}

and dont forget to restart the extensions. I think its worth to close this issue, because the repository owner discontinued this project #1

LemonFoxmere commented 3 years ago

Thank you that fixed it. Do you know how I can get that weather bar at the bottom?

ahsanf commented 3 years ago

Thank you that fixed it. Do you know how I can get that weather bar at the bottom?

it's already in this extension, check this out https://www.pling.com/p/1427290/ Or you can try an forked repository https://github.com/Ordissimo/Big-Sur-StatusArea