#libAdwaita

2025-06-11

I was searching on flathub for an app that can display battery info on my laptop. I came across two of them, Battery Info and GNOME Power Statistics.

flathub.org/apps/com.her01n.Ba
flathub.org/apps/org.gnome.Pow

Battery Info is the smaller one just displays some basic statistics. It uses libadwaita though.

GNOME Power Statistics is much more feature rich, with graphs and everything. It's still in GTK3. But a GTK4 port is underway.

A screenshot of a 'Battery Info' window with a dark theme. It displays details for a 'LGC-LGC7.78 DELL 2X39G' battery, used in a 'Dell Inc. Latitude 7490' system. The battery is Lithium ion technology with a nominal capacity of 42.92 Wh, an actual capacity of 37.9 Wh, and a capacity percentage of 88%. Below the information is a 'Copy' button.A screenshot of a 'Power Statistics - Device History' window, displaying a graph with a dark theme. On the left sidebar, 'Laptop battery' is selected. The main panel shows 'History' tab active, with 'Graph type: Charge' and 'Data length: 8 hours' selected. The graph plots 'Cell charge' percentage (Y-axis, from 0% to 100%) against 'Time elapsed' (X-axis, from 8h to 0s). A red line shows a charge increase from roughly 65% to 100% over about 2 hours, followed by a blue line indicating a discharge from 100% to about 78% over another 2 hours. A checkbox 'Use smoothed line' is checked, and 'Show data points' is unchecked.
2025-06-09

if any designer would like to help me with an icon for my app, i would really appreciate it :3

codeberg.org/nyx_lyb3ra/Kuychi

#gnome #gtk #libadwaita #typescript #gjs #color #rainbow #kuychi #appiconrequest

2025-06-08

#LinuxMint Continues Working On Its #libAdwaita Fork, Fingerprint Authentication • Phoronix

phoronix.com/news/Linux-Mint-M

2025-06-08

ok so, i did this

not really complete, but almost there

is an app that allows you to select a color either from your desktop or by entering it manually, and generates a tonal range based on that color

as soon as i add multi-window support and the ability to copy the generated colors, i’ll send the first stable version to flathub

#gnome #gtk #gjs #typescript #libadwaita #kuychi

a screenshot of an app that shows a tonal range for the color blue, and allows you to select another color at the bottom

A new software from the creator of Alpaca (@jeffser), Pigment!

A tool in GTK4 #Libadwaita to generate a palette from an image, very convenient.

Available on Flathub: flathub.org/apps/com.jeffser.P

#Linux #GNOME #foss #opensource #freesoftware #palette

Pigment generating a palette with 15 colors based on an Hatsune Miku Project DIVA Future Tone profile picture
2025-06-02

If you are trying to find libadwaita based applications for your needs, then check out arewelibadwaitayet.com/

It's a comprehensive list of libadwaita powered Linux applications with over 300 apps currently listed.

Also if you see an app not listed that uses libadwaita, please consider opening an issue or sending a pull request to the project's repository.

github.com/redjohnsh/areweliba

2025-06-01

Gradia is an screenshot editing app made with libAdwaita that lets you annotate, add custom backgrounds with ease. No need to open up GIMP just to add an arrow to a screenshot anymore!

Huge thanks to the developer for making this amazing app. Try it out, I'm sure you'll love it.

flathub.org/apps/be.alexanderv
github.com/AlexanderVanhee/Gra

I use Warp to send files from PC to phone (and still use it to transfer from PC to PC, or other devices), but I find Packet much more convenient for this purpose

Packet, made by nozwock, is a simple GTK4 #Libadwaita app for transferring files from PC to #Android smartphone (and viceversa) using Quick Share.

Available on #Flathub: flathub.org/apps/io.github.noz

#Linux #GNOME #sharing #foss #opensource

Packet ready to transfer 4 files (a song and 3 images).
2025-05-23

Very glad to see this soft fork of #LibAdwaita called #LibAdapta from the #LinuxMint folks! AFAICT, it adds theme support again. MATE and other projects using GTK will surely benefit. :flan_cool:​

mstdn.social/@osnews/114553903

Geeklandgeekland
2025-05-22
Amadeus Paulussenamadeus@mstdn.social
2025-05-15

Does anyone know if systemwide #smoothscrolling or at least smooth scrolling for all #gtk4 #libadwaita apps is something that is being worked on for #gnome? 😎

knoppixknoppix95
2025-05-14

is replacing the outdated Totem video player with the modern Showtime in its upcoming release, GNOME 49.

This shift aligns with GNOME's focus on GTK4 and Libadwaita for a more intuitive user experience.

While Showtime lacks DVD playback, it offers a sleek, distraction-free design.

news.itsfoss.com/gnome-new-def

Izzy 🏳️‍🌈fizzyizzy05@tech.lgbt
2025-05-14

Not gonna lie, the new slightly colder colours in GNOME 48 are something you don't really notice until you open something still using the GNOME 47 runtime, and realise just how much nicer the newer palette is for what is, on paper, such a small difference.

#GNOME #libadwaita

2025-05-13

@NostalgicKitsune I have to admit I had no idea what #Libadwaita was. I dont use this very often on my desktop and I only really use it for podcasts, but MusicPod has the option to add local music (and radio stations). You may know of it already of course but thought Id mention it seeing as you asked :) snapcraft.io/musicpod

Years ago, while searching for a nice and simple music player in Libadwaita, I came across Amberol.

Simple and does its job.

I have tried other music players in #Libadwaita, but none of them have really convinced me as much as Amberol (I still respect the devs and their work!)

For many years on Linux, from 2015 to 2023, I used Audacious, but I preferred to find something nicer and more in tune with the #GNOME design.

I have a question now, what music player do you use? (not necessarily in Libadwaita) :blobcat:

#linux #foss #opensource #music #musicplayer #simplicity

Screenshot of Amberol with the song "T.I.M.E. (Part 2)" by Emil Rottmayer playing, with other songs in playlist:
- Pleasure by The Railway Children
- Run It by Jelly Roll
- Checkpoint by Nitro Fun
- Just Passin' By by Asif Illyas
- Hard Times by The Jetzons
- Another Part Of Me by Michael Jackson
- Devant, Blitz and Deja Vu Decade by Sferro
Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-05-12

Does anyone with experience programming with #GTK #libadwaita know an article showing the (apparent) differences between how to build your UI? There seem to be at least two approaches, one with an .xml file where the UI is inherently detached from your code (like w/ Cambalache) and controlled via signals and… json? And the "classic" way of programming your GUI right in code.

Somewhat lacking information on what's the optimal approach. I only know the latter one due to working on Lutris.
#Gnome

2025-05-11
#YouTube - https://www.youtube.com/@SwitchedtoLinux/videos

#Odysee - https://odysee.com/@switchedtolinux:0?view=content

#Rumble - https://rumble.com/c/SwitchedToLinux/videos

#Bitchute - https://www.bitchute.com/channel/uf9hzD216LX0

*Videos may take a considerable amount of time to post. If it is not present, it will be, soon(tm).

ALL HAIL THE VAN PANTHERS!!!

!!! NOTE !!! Switched To Linux is, “written by a broad spectrum computer consultant to help people learn more about the Linux platform.” This account is a supporter of @switchedtolinux and provides convenience posts of thumbnails art, videos and streams.

<<Posts may contain hashtags as content may pertain to many distributions and/or related material/topics. Posts may be reposted, boosted, shared, etc. by bots and/or other accounts and are done so at the discretion of the bots/accounts that perform those actions. This account is not responsible for the action(s) of those bots and/or accounts. Therefore, Offended Discretion is advised.>>

#SwitchedToLinux #Linux #Windows #Mac #AltTech #FOSS #YouTube #Odysee #Rumble #BitChute #Locals #DLive #Twitch #FactCheckTrue #Fediverse #Fedi22 #Fedi23 #Fedi24 #BigTech #LinuxMint #libAdwaita
2025-05-11
#YouTube - https://www.youtube.com/@SwitchedtoLinux/videos

#Odysee - https://odysee.com/@switchedtolinux:0?view=content

#Rumble - https://rumble.com/c/SwitchedToLinux/videos

#Bitchute - https://www.bitchute.com/channel/uf9hzD216LX0

*Videos may take a considerable amount of time to post. If it is not present, it will be, soon(tm).

ALL HAIL THE VAN PANTHERS!!!

!!! NOTE !!! Switched To Linux is, “written by a broad spectrum computer consultant to help people learn more about the Linux platform.” This account is a supporter of @switchedtolinux@fosstodon.org and provides convenience posts of thumbnails art, videos and streams.



#SwitchedToLinux #Linux #Windows #Mac #AltTech #FOSS #YouTube #Odysee #Rumble #BitChute #Locals #DLive #Twitch #FactCheckTrue #Fediverse #Fedi22 #Fedi23 #Fedi24 #BigTech #LinuxMint #libAdwaita

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst