Coder Social home page Coder Social logo

hyprland-titus's Introduction

Socials

GitHub Stats

👷 Check out what I'm currently working on

🌱 My latest projects

🔨 My recent Pull Requests

⭐ Recent Stars

  • penpot/penpot - Penpot: The open-source design tool for design and code collaboration
  • fairyglade/ly - display manager with console UI
  • akinomyoga/ble.sh - Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.
  • KRTirtho/spotube - 🎧 Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!
  • luong-komorebi/Awesome-Linux-Software - 🐧 A list of awesome Linux softwares

📰 Recent Blog Posts

📫 How to reach me:

hyprland-titus's People

Contributors

ammarhaddadi avatar christitustech avatar cold-nagai avatar crusader-boss avatar d3vil0p3r avatar dongsu8142 avatar eliyya avatar jakoolit avatar jerrysm64 avatar komi7 avatar linuxmobile avatar maxmillion021 avatar mn-xd avatar sahilsh-dev avatar script20 avatar swiesmann avatar xraverx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hyprland-titus's Issues

Artifacts on VM (QEMU/KVM)

Hi there,

I wanted to try your desktop for myself and tried to install it in a VM.

After archinstall dektop install with sway, the guest performace was super poor with a lot of artifacts and black screening.

Is this related to my system of to wayland itself?

Hyprland Nvidia

The Hyprland docs state that there is no support for nvidia and that hyprland-Nvidia should be used, but it seems to work fine for me after adding

env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = WLR_NO_HARDWARE_CURSORS,1

I suggest that there could be a question if the an Nvidia gpu is used and if that is the case then just write these lines into the hyprland config

https://wiki.hyprland.org/Nvidia/

Rofi Theme

In your screenshot it looks like your rofi is not as transparent, but when I check your global folder I see linuxmobile config where I can barely see it. What am I missing?

Blackscreen on login

As soon as i login i get a blackscreen. I can, without seeing anything, press SUPER+X write reboot and it will reboot. I am using AMD integrated graphics so might be a similar issue to blackscreening with AMD cards.

waybar-wttr.py doesnt' respect units

Hi,
def format_temp(temp):
return (hour['FeelsLikeF']+"°").ljust(3)
hardcodes Fahrenheit when most places use celsius. I ended up just changing it to "FeelsLikeC" (also had to do this in a few more spots) and changing the requests.get url to https://wttr.in/MYCITY?m&format=j1 to force correct city and metric (otherwise whenever I connect my vpn if the weather update happens I get weird weather).

I am sure this is something that can be fixed proggramatically but I am not sure you will want to try or not as it works for you in this format, so hopefully if anyone else runs into this they can fix it from my paragraph above.

Missing icon for Waybar

I have icons missing despite installing all the required packages for this repo.

I also can't see the icons if I try to look at the config file in this repo using Firefox.

image

Which cursor theme is used in this rice ?

This is not an issue but I wanted to know which cursor theme is used in this rice. I am 100 % sure that it is not Breeze cursor. It would mean a lot to me if I can know the cursor theme name so that I can use in my rice :P .

Rofi not working

Rofi isn’t receiving any input (mouse or keyboard) unless there is an app (from my testing discord or brave) opened in the background. While on desktop or in terminal rofi just doesn’t work at all.

yay -R --noconfirm swaylock waybar causes set-hypr script to stop if swaylock or waybar does not exist

In your " required packages", you included waybar-hyprland and swaylock-effects. And added the line

yay -R --noconfirm swaylock waybar

but if swaylock or waybar does not exist, the script stops and reports target not found.

code snippet in set-hypr.sh

if [[ $inst =~ ^[Yy]$ ]]; then
git_pkgs="grimblast-git sddm-git hyprpicker-git waybar-hyprland-git"
hypr_pkgs="hyprland wl-clipboard wf-recorder rofi wlogout swaylock-effects dunst swaybg kitty"
font_pkgs="ttf-nerd-fonts-symbols-common otf-firamono-nerd inter-font otf-sora ttf-fantasque-nerd noto-fonts noto-fonts-emoji ttf-comfortaa"
font_pkgs2="ttf-jetbrains-mono-nerd ttf-icomoon-feather ttf-iosevka-nerd adobe-source-code-pro-fonts"
app_pkgs="nwg-look-bin qt5ct btop jq gvfs ffmpegthumbs swww mousepad mpv playerctl pamixer noise-suppression-for-voice"
app_pkgs2="polkit-gnome ffmpeg neovim viewnior pavucontrol thunar ffmpegthumbnailer tumbler thunar-archive-plugin xdg-user-dirs"
theme_pkgs="nordic-theme papirus-icon-theme starship "

yay -R --noconfirm swaylock waybar

add regex exceptions to swallowing

Personally, I went with the following:

    swallow_exception_regex=^(nvim|v|vi|wev|R)\b.*$

under "misc" (where you also set swallow_regex)

This line makes it so windows spawned by nvim (such as pdf for latex or typst compilers), wev windows and R windows won't swallow the terminal. (v and vi are just there because I have them as nvim aliases. This can be changed as you prefer

Margin causing waybar to crash on launch

Hello! I love the look of these dotfiles and wanted to use them for my laptop, but the margin line on waybar/config causes waybar to crash with an error. I was wondering what I should do to recalculate the margin I should use so it works on my system. The monitor size is 1366x768.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.