Skip to content

Instantly share code, notes, and snippets.

View mobsenpai's full-sized avatar
🤨
huh?

Yash Raj mobsenpai

🤨
huh?
  • St. Xavier's College of Mgmt. & Technology
  • Patna/India
  • LinkedIn in/iamyashraj
View GitHub Profile
source = ~/.cache/wal/colors-hyprland.conf
# BACKGROUND
background {
monitor =
path = ~/Pictures/wal.png
blur_passes = 3
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
@mobsenpai
mobsenpai / bluetooth.nix
Created April 25, 2024 10:44
Wofi scripts
{pkgs, ...}: let
bluetooth = pkgs.writeShellScriptBin "bluetooth" ''
["$1" = ""] && exit 1
# Constants
divider="---------"
goback="Back"
# Checks if bluetooth controller is powered on
power_on() {