Skip Navigation

Search

Linux @lemmy.ml
Dr. Wesker @lemmy.sdf.org

I wrote a little rofi launcher to hot-switch xrandr configs

cross-posted from: https://lemmy.sdf.org/post/26139713

My laptop is my workstation, and find myself fairly regularly having to switch between display layouts.

I wrote this script to work in conjunction with arandr generated xrandr layouts that are slightly, manually modified to also use xwallpaper to set per-layout wallpapers.

Also included is a systemd service that loads the previously chosen config at startup.

There's a little more info in the root README, as well as the most recent commit, for a deeper dive.

Linux @lemmy.ml
christos @lemmy.world

Radion, an internet radio CLI client, written in Bash.

radion is an internet radio CLI client, written in Bash.

https://gitlab.com/christosangel/radion

Radion can be customized as far as the station selecting program is concerned. The user can choose between:

  • read

  • fzf

  • rofi

  • dmenu


Update: Introduced new feature: customizing prompt text for fzf dmenu and rofi.


Update: MacOS support added now thanks to Andrea Schäfer

Also, I was forced by my daughter to add some anime radio stations...


Update: Recording functionality added, with the use of another (you guessed it) bash s

Linux @lemmy.ml
cool_pebble @aussie.zone

nofi: An interruption-free notification system for Linux

I wanted to improve my Rust knowledge a bit and solve how I approach notifications, so I made nofi.

nofi is a desktop notification server, but instead of delivering realtime popups, it stores the notifications for you to view when you choose via a Rofi menu. It can also integrate with i3status-rust to show a pending notification count in your status bar.

It's inspired by Rofication (the status bar integration follows the exact same protocol for drop-in compatibility).