Skip to content

Instantly share code, notes, and snippets.

View lokesh-krishna's full-sized avatar

Lokesh Krishna lokesh-krishna

  • 01:58 (UTC +05:30)
View GitHub Profile
@lokesh-krishna
lokesh-krishna / config.json
Last active November 1, 2021 07:35 — forked from bjesus/README.md
Weather widget for waybar
"custom/weather": {
"format": "{}",
"tooltip": true,
"interval": 3600,
"exec": "waybar-wttr.py",
"return-type": "json"
},
@lokesh-krishna
lokesh-krishna / tabc.sh
Created January 31, 2020 07:22 — forked from jpentland/tabc.sh
Add or remove windows from suckless' tabbed
#!/bin/sh
# Usage:
# tabc.sh <tabbed-id> <command>
# Commands:
# add <window-id> - Add window to tabbed
# remove <window-id> - Remove window from tabbed
# list - List all clients of tabbed
#