Skip Navigation
Yash Raj

I am yashraj (snaps a finger)

Posts
17
Comments
43
Joined
1 yr. ago
Nix / NixOS @programming.dev
Yash Raj @lemmy.world

Firefox screen sharing not working!!

Edit: It was a portal error. needed to add xdg-portal-hyprland to extraPortals option. [nixos + hyprland user]

Plz help! I am enclosing related files

dotfiles - contain all nixos and firefox configs

firefox file - I don't think this file is the problem

  • For now I have deactivated the account and will go for full deletion once I am completely "ready" lol.

  • It's alright I will keep an eye on that method for future use.

  • Looks like pinterest is not allowing the access to searx. I've used searx in past.

  • I use duckduckgo as well, and I don't particularly hate having pinterest results in the search. But I definitely don't wanna login just to see the image in low resolution which won't even have the context of where it was taken from, nor the artist credit.

  • I tried but it gives internal server error.

  • Thank you!!, will be using this IF i specifically wanna search on pinterest.

  • Privacy @lemmy.ml
    Yash Raj @lemmy.world

    I hate pinterest with a passion without anywhere else to go..

    Any way to semi achieve the image search like pinterest without using it? I've tried using google, technically it should give the same or better results but how the hell pinterest gives better search results. Also pinterest removes the context behind the image and is a privacy nightmare. I want to move away from it.

    ------------- Anyone wondering what did I end up with? Here's what I am doing. I have deactivated my pinterest account and if I specifically want results from pinterest and pinterest only then I use services such as binterest (actually that the only one working right now) and if I instant like something I take a pic of it and save in my proton drive (cloud) and if I need more recommendations out of it then I just use the google image search on that image and there's a camera like icon if you click on it, it shows more closely related images and I think that works the best instead of the general related stuff that come up upon selecting the image (the sidebar) and I kee

    Linux @lemmy.ml
    Yash Raj @lemmy.world

    My hypridle config, is it alright?

    cross-posted from: https://lemmy.world/post/25786274

    cross-posted from: https://lemmy.world/post/25786273

    cross-posted from: https://lemmy.world/post/25765733

     undefined
        
    general {
      after_sleep_cmd=hyprctl dispatch dpms on
      before_sleep_cmd=loginctl lock-session
      lock_cmd=hyprlock
    }
    
    listener {
      on-timeout=loginctl lock-session
      timeout=300
    }
    
    listener {
      on-resume=hyprctl dispatch dpms on
      on-timeout=hyprctl dispatch dpms off
      timeout=330
    }
    
    listener {
      on-timeout=systemctl suspend
      timeout=600
    }
    
      

    Guys I feel like there's something wrong or odd in this config, cuz, I don't know whats responsible for this but, it looks like things aren't working well together, I said it looks like cuz I never caugth an actual error. So what happens is that after I leave my laptop idle, the hypridle starts doing its thing and most of the times it

    Asklemmy @lemmy.ml
    Yash Raj @lemmy.world

    My hypridle config, is it alright?

    cross-posted from: https://lemmy.world/post/25786273

    cross-posted from: https://lemmy.world/post/25765733

     undefined
        
    general {
      after_sleep_cmd=hyprctl dispatch dpms on
      before_sleep_cmd=loginctl lock-session
      lock_cmd=hyprlock
    }
    
    listener {
      on-timeout=loginctl lock-session
      timeout=300
    }
    
    listener {
      on-resume=hyprctl dispatch dpms on
      on-timeout=hyprctl dispatch dpms off
      timeout=330
    }
    
    listener {
      on-timeout=systemctl suspend
      timeout=600
    }
    
      

    Guys I feel like there's something wrong or odd in this config, cuz, I don't know whats responsible for this but, it looks like things aren't working well together, I said it looks like cuz I never caugth an actual error. So what happens is that after I leave my laptop idle, the hypridle starts doing its thing and most of the times it works, my laptop is suspended, hyprlock works etc, but sometimes, after I press any button on my keyboard

    Ask Lemmy @lemmy.world
    Yash Raj @lemmy.world

    My hypridle config, is it alright?

    cross-posted from: https://lemmy.world/post/25765733

     undefined
        
    general {
      after_sleep_cmd=hyprctl dispatch dpms on
      before_sleep_cmd=loginctl lock-session
      lock_cmd=hyprlock
    }
    
    listener {
      on-timeout=loginctl lock-session
      timeout=300
    }
    
    listener {
      on-resume=hyprctl dispatch dpms on
      on-timeout=hyprctl dispatch dpms off
      timeout=330
    }
    
    listener {
      on-timeout=systemctl suspend
      timeout=600
    }
    
      

    Guys I feel like there's something wrong or odd in this config, cuz, I don't know whats responsible for this but, it looks like things aren't working well together, I said it looks like cuz I never caugth an actual error. So what happens is that after I leave my laptop idle, the hypridle starts doing its thing and most of the times it works, my laptop is suspended, hyprlock works etc, but sometimes, after I press any button on my keyboard to wake my laptop, I can see that my laptop is up, but all I can see is black screen, and then I have to

  • To end it peacefully

  • OpenNutriTracker I use it for my daily intake tracking. Not sure if it's actively maintained or not atleast last commit was 2 months ago.

  • Would you be able to provide an example code? It would help me grasp the concept more effectively.

  • So does it mean passing --cmd Hyprland > /dev/null to Tuigreet? If so then that wouldn't work with my setup, as I use sessions instead of cmd. Here is how I have it in nixos

     nix
        
        services.greetd = {
          enable = true;
          settings = {
            default_session = {
              user = "greeter";
              command = ''
                ${getExe' pkgs.unstable.greetd.tuigreet "tuigreet"} \
                --time \
                --sessions ${cfg.sessionDirs} \
                --remember \
                --remember-session
              '';
            };
          };
        };
    
    
      

    The sessionDirs is this

     nix
        
    modules.services.greetd.sessionDirs = ["${hyprlandPackage}/share/wayland-sessions"];
    
      

    This is a link to my dotfiles where I have it:

  • Yeah , no For system logs I have it on quiet but these are for when Hyprland starts. I forgot to mention that.

  • I know... For a long and I mean long time I had it, but yk I wan't to hide it just to spice things up.

  • Linux @lemmy.ml
    Yash Raj @lemmy.world

    Disable the hyprland startup logs

    cross-posted from: https://lemmy.world/post/21426498

    I use nixos + greetd + tuigreet + hyprland. I missed to mention that I wanted to disable or hide the logs that gets shows when starting hyprland from tty terminal by writing Hyprland or when using greetd tuigreet. After entering my username and password, These logs show before hyprland starts, I want to avoid that

  • Yeah you're right. you're a lifesaver, was frustrated the whole day abt it. Much love to you.

  • I am basing my config on this https://github.com/JManch/nixos/blob/main/modules/nixos/services/greetd.nix

    And I don't see 'em using --cmd only difference I've noticed so far is that they use a flake to define the package of hyprland.

  • lol. I am glad I became privacy conscious before this happened.

  • Solved it. Just needed to use progressbar and progress classes in style.css. Adding background color did the job.

  • What? Gosh my network is hell these days.

  • Linux @lemmy.ml
    Yash Raj @lemmy.world

    Swaync volume slider not showing when using all:unset

    I always use all:unset in my css files and I did the same when configuring the swaync notification but somehow when using it inside global selector *{} it doesn't show the volumeslider which is shows in a notification, related pictures will be attached. I wanna use all:unset and so I want to know how to re-enable volumeslider without removing all:unset. I've found this config to also use it but its in scss so I didn't test it.

    with all:unset

    without all:unset

    Full style.css ->

     css
        
    * {
      all: unset;
      font-family: "FiraMono Nerd Font";
      font-size: 10pt;
      font-weight: normal;
    }
    
    .notification {
      background: #3c3836;
      border: 1px solid #504945;
      border-radius: 8px;
      padding: 7px;
    }
    
    .notification-content {
      background: #3c38
      
    Linux @lemmy.ml
    Yash Raj @lemmy.world

    Wofi Submenu Arrow Icon Disappears with *{all:unset;} in CSS

    Edit: ended up removing the submenu functionality by adding no_actions=true in wofi's config.

    My style.css ->

     css
        
    * {
      all: unset;
      font-family: "FiraMono Nerd Font";
      font-size: 10pt;
      font-weight: normal;
    }
    
    #window {
      background: #3c3836;
      border-radius: 8px;
      border: 1px solid #504945;
    }
    
    #input {
      background: #3c3836;
      border-bottom: 1px solid #504945;
      color: #ebdbb2;
      margin-bottom: 4px;
      padding: 4px;
    }
    
    #input > image.left {
      margin-right: 4px;
    }
    
    #input > image.right {
      margin-left: 4px;
    }
    
    #outer-box {
      padding: 4px;
    }
    
    #text {
      color: #ebdbb2;
    }
    
    #entry {
      border-radius: 4px;
      padding: 4px;
    }
    
    #entry:selected {
      background: #504945;
    }
    
      

    Are there any classes or a config option to set the icon to whatever I want?

    Nix / NixOS @programming.dev
    Yash Raj @lemmy.world

    nix shell and nix profile not using the branch defined in flake.nix?

    Yes I know that there are workarounds for them to set to use the flake inputs but still.. I have set nixpkgs version to 23.11 stable release and that's good, but if I try to use nix shell, nix profile or even nix-env, they all seem to use the latest master/unstable branch to install the packages by default.

    Just want to know why aren't they just default to use whatever is defined in flake.nix file?

    <OR>

    will it be implemented to use it by default in the near future?

    Reason as to why I am asking -> This is what I am using to match nix shell and flake inputs, but as you can see they are just workarounds, plus seem to cause more errors and whatnot, plus by ideology one shouldn't need to specially define it to use some version when everything is already defined.

    Nix / NixOS @programming.dev
    Yash Raj @lemmy.world

    Nixos users which emoji app do you use?

    See I use wofi-emoji but this issue #308357 is haunting me. So I just wanted to know what my fellow users use cuz I guess not a lot of people use wofi-emoji.

    Nix / NixOS @programming.dev
    Yash Raj @lemmy.world

    I can't run nix-shell -p nix-info --run "nix-info -m"

    I know that if using flakes nix shell is the right command. But I just want to know that is it normal for legacy commands to not work like that one? nix-env works tho.

    • Dotfiles
    • One thing to note is that, what I am doing temporarily is running it using this
     nix
        
    nix shell nixpkgs#nix-info
    nix-info
    
    
      
    • And the output value is this
     nix
        
     - system: `"x86_64-linux"`
     - host os: `Linux 6.1.86, NixOS, 23.11 (Tapir), 23.11.20240417.e402c3e`
     - multi-user?: `no`
     - sandbox: `yes`
     - version: `nix-env (Nix) 2.18.1`
     - nixpkgs: `not found`
    
      
    • Notice the nixpkgs: not found, This is also weird to me.
    • logs ->
     undefined
        
    error:
           … while calling anonymous lambda
    
             at «string»:1:1:
    
                1| {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (nix-info) ]; } ""
                 | ^
    
           error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or
      
    Linux @lemmy.ml
    Yash Raj @lemmy.world

    Skim in bash weird new line after selecting an option.

    Please check the above github issue for more info and photos.

    What is skim?

    Basically I press ctrl + r to show bash history in skim. Tho when I select an option the new line that gets printed with the completed sentence is weirdly printed.

    Linux @lemmy.ml
    Yash Raj @lemmy.world

    Alacritty font settings for Fira Mono

    Normally one defines all normal, bold, italic, bold italic font in alacritty. But since fira mono does not have italic font, how should the config structure look like?

     yaml
        
    "font": {
    "normal": {"family": "FiraMono Nerd Font", "style": "Regular"},
    "bold": {"family": "FiraMono Nerd Font", "style": "Bold"},
    "size": 10
    }
    
    
      

    Should I define the fonts which are available like normal, bold and leave italic and bold italic. Or should I just define normal font?

    Linux @lemmy.ml
    Yash Raj @lemmy.world

    Can anyone use gtk inspector and tell me the class name of the sidebar of gtk4 apps like nautilus

    Basically I am using this gtk.css file in ~/.config/gtk-4.0/gtk.css but it's weird that the sidebar is not themed correctly. If anyone knows about this, please do tell. My only lead at this moment is to find the class and add it in gtk.css file. For some reason I can't install the gtk inspector app, So if anyone has it already or knows the classname, please help.

    gtk.css file ->

     undefined
        
    @define-color accent_color #fe8019;
    @define-color accent_bg_color #d65d0e;
    @define-color accent_fg_color #ebdbb2;
    
    @define-color destructive_color #8ec07c;
    @define-color destructive_bg_color #689d6a;
    @define-color destructive_fg_color #ebdbb2;
    
    @define-color success_color #b8bb26;
    @define-color success_bg_color #98971a;
    @define-color success_fg_color #ebdbb2;
    
    @define-color warning_color #fabd2f;
    @define-color warning_bg_color #d79921;
    @define-color warning_fg_color #ebdbb2;
    
    @define-color error_color #fb4934;
    @define-color error_bg_color #cc241d;
    @define-color error_fg_color #ebdbb2;
    
    @define-colo
      
    Unixporn @lemmy.ml
    Yash Raj @lemmy.world

    Just ported my awesomewm theme to hyprland + nixos

    cross-posted from: https://lemmy.world/post/13968470

    I am extremely pleased with how it looks. Initially, I was quite concerned about achieving a similar appearance and after two unsuccessful attempts, I felt defeated and abandoned the effort. However, thanks to the helpful individuals in the Matrix chat who assured me that achieving the desired look with Waybar was indeed possible, I decided to give it another shot, initially to prove them wrong. To my surprise, I was met with significant progress. While there are still some finishing touches and refactoring to be done, I plan to address these gradually as time permits. Currently, it is functioning perfectly and is user-friendly.