You are not logged in.
45 minutes to go where I am, it's been September in the east for hours now. We were last discussing dwm and river window managers, and the video cards needed to game on x11 vs wayland.
Going bold, GNOME 47 on Ubuntu Oracular. I version bumped and hacked the "Notification Position" gnome extension to get it to work on 47 and to get notifications relocated from top-center to top-right.
I had to install gnome-screenshot to set a scrot delay, it works on GNOME wayland. The built-in gnome-shell scrot tool doesn't have a delay option. grim is for wayland/wlroots.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
Isn't September tomorrow? It's still the 31st of August and I live in FutureLand. 6 1/2 Hours until midnight.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
I version bumped and hacked the "Notification Position" gnome extension to get it to work on 47 and to get notifications relocated from top-center to top-right.
Why are you using an extension?
The position of notifications can be easily set in the gnome-shell.css.
/* Notifications Position Top Right - SM*Settings */
.notification-banner {
/*margin-top: 10px;*/
margin-left: 600px; } /* Right of center */
I don't know your screen size so I moved the notifications to the right by 600 pixels.
You can also set a margin-top if you want.
45 minutes to go where I am, it's been September in the east for hours now.
All I know is that right now I'm drinking my first coffee of the morning.
$ date
Sat 31 Aug 2024 06:48:02 AM CEST
EDIT
In Australia it should be +(8-10) hours.
It seems to me that we are still a long way from September, but it doesn't matter.
Last edited by marens (2024-08-31 05:16:40)
If people would know how little brain is ruling the world, they would die of fear.
Offline
Offline
My bad, for some reason I suddenly was sure there were thirty days in August.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
My bad, for some reason I suddenly was sure there were thirty days in August.
It happens to us all mate, I went through the last week thinking every day was Tuesday. Why? I have no idea.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
@hhh yep, same here. @Döbbie03, see that's different. If ya get stuck on one day, you're working too hard. Happened more times to me than I care to admit. Don't know if you've got kids or not but in my case, I began forgetting family events. It eventually led to burnout and I left that profession, made a change at 40 and never looked back.
Last edited by Zepher (2024-08-31 20:08:31)
'The Universe is under no obligation to make sense to you'
Offline
hhh wrote:My bad, for some reason I suddenly was sure there were thirty days in August.
It happens to us all mate, I went through the last week thinking every day was Tuesday. Why? I have no idea.
It's because your mental fabric is being eaten by moths. Not mine, it's a Gore-Tex/Kevlar blend. That's how I know yesterday was Tuesday the 30th, the last day of August, and today is Tuesday, September 1st, 2024. Check a Kevlar calendar, duh.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
hhh wrote:I version bumped and hacked the "Notification Position" gnome extension to get it to work on 47 and to get notifications relocated from top-center to top-right.
Why are you using an extension?
The position of notifications can be easily set in the gnome-shell.css./* Notifications Position Top Right - SM*Settings */ .notification-banner { /*margin-top: 10px;*/ margin-left: 600px; } /* Right of center */
I don't know your screen size so I moved the notifications to the right by 600 pixels.
You can also set a margin-top if you want.
Why relearn how to extract gresources and then correctly edit the 5,000 line file when I can just install and hack an extension in 5 minutes? I'm already running extensions, this one isn't adding anything to the system load.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
I've said it before, IMO theming is always about the wallpaper.
Have to agree. Start with the wallpaper and bring the rest into alignment.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
^ Or in this case, have a questionable theme based on a meh wallpaper and luck out finding the right wallpaper after the fact. That rug really tied the room together, did it not.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Döbbie03 wrote:hhh wrote:My bad, for some reason I suddenly was sure there were thirty days in August.
It happens to us all mate, I went through the last week thinking every day was Tuesday. Why? I have no idea.
It's because your mental fabric is being eaten by moths. Not mine, it's a Gore-Tex/Kevlar blend. That's how I know yesterday was Tuesday the 30th, the last day of August, and today is Tuesday, September 1st, 2024. Check a Kevlar calendar, duh.
Oh! Of course! That makes perfect sense.
Silly me.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
September already !
Nice shots in there fellas.
My Linux installs are as in my music; it s on Metal
Offline
Why relearn how to extract gresources and then correctly edit the 5,000 line file when I can just install and hack an extension in 5 minutes? I'm already running extensions, this one isn't adding anything to the system load.
I don't like themes that use gresources.
That's how they try to hide their copy/paste "hard work".
Mostly they just change the accent color.
But CSS code is much smarter than them.
Any line added below will override what is in gresources.
It doesn't matter if the file is gtk.css or gnome-shell.css.
You don't need to edit gresources.
If the developers haven't changed the name of the element (.notification-banner), my code will work as expected if you add it to the end of the gnome-shell.css file.
Otherwise, you'll have to (as you say) extract gresources or use Looking Glass to see the new element name:
https://wiki.gnome.org/Projects/GnomeShell/LookingGlass
The picker allows you to visually select any object from the shell's scene. When you do, it's inserted as a result into the Evaluator pane.
If people would know how little brain is ruling the world, they would die of fear.
Offline
@marens, thanks for the additional info.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline