Skip to content

Instantly share code, notes, and snippets.

@amazingakai
amazingakai / config
Created January 7, 2025 13:57
Waybar
{
"layer": "top",
"modules-left": ["custom/arch", "hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "network", "custom/poweroff"],
"custom/arch": {
"format": "  ",
"tooltip": false,
"on-click": "rofi -show drun"
},
@amazingakai
amazingakai / bot.py
Last active January 23, 2025 11:35
Discord.py button roles example.
from __future__ import annotations
import re
from typing import Optional
import discord
from discord.ext import commands
# Role IDs to labels mapping.
# role_id: label