A bilingual date widget for Awesome Window Manager that displays the current date in both Persian (Solar Hijri) and French (Gregorian) formats, updating every minute.
The widget displays dates in this format:
📅 ۲۱ اردیبهشت | mardi 21 mai
A lightweight dictionary lookup tool for Linux that displays word definitions in a beautiful popup window and automatically adds them to your Anki flashcard deck. Perfect for language learners who want a seamless look-up-to-flashcard workflow.
dict command with the WordNet dictionaryA lightweight Awesome WM widget that displays V2Ray proxy status with Wi‑Fi connection awareness. Toggle your proxy with a single click, with visual feedback that makes your connection state immediately clear.
| javascript:(function(){ | |
| const SCROLL_STEP = 300; // pixels per scroll jump | |
| const STABLE_DELAY = 1500; // time without new messages before we stop | |
| const MAX_RETRIES = 15; // safety limit | |
| // Find the scrollable container that holds .ds-message elements | |
| const sample = document.querySelector('.ds-message'); | |
| if (!sample) { alert('No conversation found.'); return; } | |
| let container = sample.parentElement; |
| Vue.filter('persianize', strr => strr.replace(/\d/g, d => '۰۱۲۳۴۵۶۷۸۹'[d])) |