Skip to content
View t0m5k1's full-sized avatar
πŸ’­
πŸ€žπŸ»πŸ‡ΊπŸ‡¦ βœŒπŸ»πŸ™πŸ» πŸ€œπŸ»πŸ‘ˆπŸΏ 🐧πŸ–₯
πŸ’­
πŸ€žπŸ»πŸ‡ΊπŸ‡¦ βœŒπŸ»πŸ™πŸ» πŸ€œπŸ»πŸ‘ˆπŸΏ 🐧πŸ–₯

Block or report t0m5k1

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

Pinned Loading

  1. .config/hypr/hyprland.conf .config/hypr/hyprland.conf
    1
    # See https://wiki.hyprland.org/Configuring/Monitors/
    2
    #monitor=,preferred,auto,auto
    3
    monitor=DP-3,2560x1440@144,0x0,1
    4
    #
    5
    # See https://wiki.hyprland.org/Configuring/Keywords/ for more
  2. .config/hypr/binds.conf .config/hypr/binds.conf
    1
    
                  
    2
    #bind = $mainMod, Q, exec, kitty
    3
    #bind = $mainMod, Q, exec, terminator
    4
    bind = $mainMod, C, killactive, 
    5
    bind = $mainMod, M, exit, 
  3. .config/hypr/windowrules.conf .config/hypr/windowrules.conf
    1
    windowrule = float,^(chromium)$
    2
    windowrule = float,^(thunar)$
    3
    windowrule = float,^(Brave-browser)$
    4
    windowrule = float,^(brave-mail.google.com__-Default)$
    5
    windowrule = float,^(firefox)$
  4. .config/waybar/config .config/waybar/config
    1
    {
    2
        "layer": "top",
    3
        "position": "bottom",
    4
        "height": 30,
    5
        "spacing": 4,
  5. .config/waybar/weather.sh .config/waybar/weather.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # You can specify a location here if you want, e.g., LOCATION="London"
    4
    LOCATION="changeme"
    5
    
                  
  6. .config/waybar/style.css .config/waybar/style.css
    1
    * {
    2
        border: none;
    3
        border-radius: 0;
    4
        font-family: "Literation Mono Nerd Font", "Roboto", "Ubuntu", "Droid Sans", "Source Code Pro", monospace;
    5
        font-size: 14px;