Skip to content
View slimulv1's full-sized avatar
🌆
Working from home
🌆
Working from home

Block or report slimulv1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
slimulv1/README.md

Hello there 👋

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-

class LinuxEnthusiastic:

    def __init__(self):
        self.name = "SlimUwu (*>ω<*)♡"
        self.role = "Linuwu Enthusiastic (,,>﹏<,,)"
        self.os = "CachyOS + Hyprland + AGS"
        self.language_spoken = ["vi_VN", "ja_JP", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = LinuxEnthusiastic()
me.say_hi()

🗂️ Highlight Projects

dotfiles Hyprlandyprland

Pinned Loading

  1. Hyprland Hyprland Public

    Forked from hyprwm/Hyprland

    Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

    C++

  2. ags ags Public

    Forked from Aylur/ags

    A customizable and extensible shell

    TypeScript