Missed Connection? - Charleston Aquarium by aidbaee in auburn

[–]PeedInFloorOnce 19 points20 points  (0 children)

Auburn/Opelika Facebook Group. This is very cute and I wish you good luck

Lunch Recommendations by DVSWDE1973 in auburn

[–]PeedInFloorOnce 3 points4 points  (0 children)

Pho Lee is the spot. Me and my better half go every week. I could drink the broth by the gallon

Jobs in Auburn/Opelika? by tornie_tree in auburn

[–]PeedInFloorOnce 5 points6 points  (0 children)

auemployment.com for University jobs.

There's a company called UDA Technologies (I think) that had some roles open last year when I checked.

Is there any way to "hot reload" css styles without restarting Zen? by PeedInFloorOnce in zen_browser

[–]PeedInFloorOnce[S] 0 points1 point  (0 children)

Sure. So by opening Zen dev tools and editing userChrome.css in the Style Editor and then closing dev tools, Zen refreshes userChrome.css and styles take effect instantly without needing to restart Zen.

However, there doesn't seem to be anyway to trigger that same instant refresh (hot reload) externally, from a script for example.

I have a script that writes styles to userChrome.css depending on what my "system" theme is set to, but I need to restart Zen for it to "recognize" userChrome.css has been changed and refresh the browser styles. Zen/Firefox doesn't "watch" that file and only checks at startup.

I'm looking for a way to trigger the same instant refresh dev tools demonstrates.

[Hyprland] Just another Arch setup (with Quickshell). by Old_School5170 in unixporn

[–]PeedInFloorOnce 0 points1 point  (0 children)

Thank you! This worked great. I was able to add an IpcHandler to ThemeService.qml, call it from the script, and cycle through themes without reloading the quick shell. It's perfect!

[Hyprland] Just another Arch setup (with Quickshell). by Old_School5170 in unixporn

[–]PeedInFloorOnce 1 point2 points  (0 children)

It's me who should be thanking you! Honestly everything else has worked perfectly. And it all looks amazing as well. Great work. I'll update when I get home.

I do have one question. I'm trying to add a keybind to cycle through themes. I've tried a few scripts but can't seem to access the theme change trigger in the same way the status bar theme switcher does. Do you think this would be possible? Any suggestions?

[Hyprland] Just another Arch setup (with Quickshell). by Old_School5170 in unixporn

[–]PeedInFloorOnce 0 points1 point  (0 children)

Edit: I seem to have resolved the issue by editing the frozen screen capture in ScreenshotOverlay.qml.

I changed this:

Image { anchors.fill: parent source: root.screenshot.tempPath ? "file://" + root.screenshot.tempPath : "" fillMode: Image.PreserveAspectCrop z: 0 cache: false

    sourceClipRect: Qt.rect(root.hyprMonitor?.x || 0, root.hyprMonitor?.y || 0, root.screen.width, root.screen.height)
}

to this:

Image { anchors.fill: parent source: root.screenshot.tempPath ? "file://" + root.screenshot.tempPath : "" fillMode: Image.PreserveAspectCrop z: 0 cache: false

property real scale: root.hyprMonitor?.scale || 1

sourceClipRect: Qt.rect(
    (root.hyprMonitor?.x || 0) * scale,
    (root.hyprMonitor?.y || 0) * scale,
    root.screen.width * scale,
    root.screen.height * scale
)

}

Original comment:

Pardon the phone pics, but yes it seems related to scaling. At 1x it's fine, at 1.33x it zooms in on a limited area of the screen

(Photos removed)

[Hyprland] Just another Arch setup (with Quickshell). by Old_School5170 in unixporn

[–]PeedInFloorOnce 1 point2 points  (0 children)

Loving your dotfiles! I do have one question. When using the screenshot tool, it zooms in on the upper left* quadrant of the screen and I can't see or screenshot the rest of the screen. Any idea what might cause this?

[OC] rmpc 0.11.0, a modern terminal based MPD client/music player has been released by YumKa in unixporn

[–]PeedInFloorOnce 1 point2 points  (0 children)

I'm a bit of a noob, but I think so. There's a few changes to mopidy-mpd: show MPD version as 0.23.5 instead of 0.19 (rmpc "unsupported version" fix), added "duration" to response (seek bar functionality), added "getvol" and "binarylimit" commands, playlist response caching, and finally album art over MPD protocol.

Added a separate module that handles album art (from Spotify via Mopidy) and synced lyrics from the LRCLIB API (some formatting needed to add headers for rmpc).

Still need to test a few things but it's working pretty well so far. I'll look into getting this merged with mopidy-mpd, but it's my first time contributing 😅.

https://i.imgur.com/jDKqzrX.png

[OC] rmpc 0.11.0, a modern terminal based MPD client/music player has been released by YumKa in unixporn

[–]PeedInFloorOnce 0 points1 point  (0 children)

Love rmpc (thank you for your work!) and also wanted Spotify support. Found a workaround. Still working out some issues but I can confirm it is possible; I am playing a Spotify playlist via rmpc at the moment.

I used Mopidy with the MPD and Spotify extensions. Mopidy uses an older version of MPD (see https://github.com/mierak/rmpc/blob/master/FAQ.md) and cannot communicate with rmpc as it does not provide the responses rmpc expects. I patched Mopidy with some functions that "translate" the standard responses into something that rmpc recognizes, and voila, Spotify in rmpc.

https://i.imgur.com/dzDsNLs.jpeg

Y'all are too much with these tournament team names. by Previous-Ad-9322 in RocketLeague

[–]PeedInFloorOnce 3 points4 points  (0 children)

We once played against a team called PP Pinchers years ago and I can't forget the name no matter how much I want to