Skip to content

Instantly share code, notes, and snippets.

View AbdullahAlhariri's full-sized avatar

Abdullah A. AbdullahAlhariri

View GitHub Profile
@AbdullahAlhariri
AbdullahAlhariri / gist:efb899c125b9da82f8c5d5204973cd79
Created April 11, 2026 16:46
I3 dmenu script to control gnome pomodoro through gdbus
#!/usr/bin/env bash
DMENU="dmenu -i -p 'Pomodoro'"
DEST="org.gnome.Pomodoro"
PATH_="/org/gnome/Pomodoro"
IFACE="org.gnome.Pomodoro"
PREFS="org.gnome.pomodoro.preferences"