@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Rofi menu for Quick Edit / View of Settings (SUPER E)
configs="$HOME/.config/hypr/configs"
function random_hex() {
random_hex=("0xff$(openssl rand -hex 3)")
# Directory for icons
iDIR="$HOME/.config/swaync/icons"
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# This script is used to play system sounds.
# source https://wiki.archlinux.org/title/Hyprland#Using_a_script_to_change_wallpaper_every_X_minutes
# Script for Random Wallpaper ( CTRL ALT W)
# This script for selecting wallpapers (SUPER W)
city=
cachedir=~/.cache/rbn
themes_dir="$HOME/.oh-my-zsh/themes"
file_extension=".zsh-theme"
# A bash script designed to run only once dotfiles installed
# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Settings.conf
# Airplane Mode. Turning on or off all wifi using rfkill.
# Script for Monitor backlights (if supported) using brightnessctl
# Script for keyboard backlights (if supported) using brightnessctl
## Script for changing blurs on the fly
# for changing Hyprland Layouts (Master or Dwindle) on the fly
# Clipboard Manager. This script uses cliphist, rofi, and wl-copy.
# For Dark and Light switching
# Note: Scripts are looking for keywords Light or Dark except for wallpapers as the are in a separate folders
# Game Mode. Turning off all animations
# Keyhints. Idea got from Garuda Hyprland
# For Swaylock
# Playerctl
# For NixOS starting of polkit-gnome. Dec 2023, the settings stated in NixOS wiki does not work so have to manual start it
# This is for polkits, it will start from top and will stop if the top is executed
# For manually starting xdg-desktop-portal
# Pywal Colors for current wallpaper
# Scripts for refreshing waybar, rofi, swaync, pywal colors
# Modified version of Refresh but no waybar refresh
# Rofi Emoticons. Not my own. Cant remember the source
# Screenshots scripts
# This is for changing kb_layouts. Set kb_layouts in $settings_file
# For disabling touchpad.
# Scripts for volume controls for audio and mic
# Not my own work. This was added through Github PR. Credit to original author
# Script for waybar layout or configs
# Script for waybar styles
# wlogout (Power, Screen Lock, Suspend, etc)
### https://github.com/JaKooLit/JaKooLit
clear
# Set some colors for output messages
OK="$(tput setaf 2)[OK]$(tput sgr0)"