Skip to content

grinheckerdev/glumbos-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glumbOS rice dotfiles

Gallery

2024-12-22-131429-hyprshot.png Rofi app launcher demo

cava-waybar-widget Custom audio visualizer demo

2024-12-22-131321-hyprshot.pngPower menu

2024-12-22-131312-hyprshot.pngWindow tiling

2024-12-22-131217-hyprshot.png Listening to glumbo music without tiling the windows Wow! GlumboCoin is up by 900%!!

2024-12-22-131019-hyprshot.pngGlumbo forums


Why?

This rice should look weird and be silly. It was a free comission for GlumboCorp . This is my first rice, please don't judge too much.

Rice details

Important

This was only tested on Asahi Linux Fedora Remix 41 on a MacBook Air M2 if you encounter any issues please report them in the issues tab.

Config:

Installation

  1. Install all above packages for your system.
  2. Follow these steps:

Install Python 3.13 and all needed packages: Fedora

sudo dnf update -y
sudo dnf install -y python3.13 python3.13-pip
sudo dnf install -y python3-gobject python3-cairo gtk3 pango

Ubuntu/Debian or other os with apt (untested instructions, hope they work)

sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update
sudo apt install -y python3.13 python3.13-venv python3-pip
sudo apt install -y python3-gi python3-cairo gir1.2-gtk-3.0 gir1.2-pango-1.0

Clone the repo:

git clone https://github.com/grinheckerdev/glumbos-dotfiles
cd glumbos-dotfiles

Copy all files:

cp -r ./.config/hypr ~/.config
cp -r ./.config/waybar ~/.config
cp -r ./.config/alacritty ~/.config/
cp -r ./.config/ml4w ~/.config/
cp ./fonts/sublime-custom.ttf /usr/share/fonts
sudo fc-cache -v

Give permission to run files:

sudo chmod +x ~/.config/hypr/toggle_glumbocoin.sh
sudo chmod +x ~/.config/ml4w/scripts/keybindings.sh
sudo chmod +x ~/.config/ml4w/scripts/reload-hyprpaper.sh
sudo chmod +x ~/.config/ml4w/scripts/reload-waybar.sh
sudo chmod +x ~/.config/ml4w/settings/browser.sh
sudo chmod +x ~/.config/ml4w/settings/filemanager.sh
sudo chmod +x ~/.config/ml4w/settings/shuffle_colors.sh
sudo chmod +x ~/.config/waybar/shuffle_colors.sh
sudo chmod +x ~/.config/waybar/scripts/bar_control.py
sudo chmod +x ~/.config/waybar/scripts/generate_css.sh

And then reboot or restart hyprland.

Additional installation / customization

Installing Sublime Text

For x86 use these instructions For ARM:

curl --output ./sublime_text.tar.xz "https://download.sublimetext.com/sublime_text_build_4189_arm64.tar.xz"
tar -xvf ./sublime_text.tar.xz
cp -r ./sublime_text /opt
sudo cp /opt/sublime_merge/sublime_merge.desktop /usr/share/applications/

Add sublime text icon to the top bar:

cp -r ./.config.additional/ml4w ~/.config/

Remapping caps to be your mod key (remapping it to super)

cp -r ./.config.additional/hypr ~/.config/

About

Dotfiles for Hyprland rice "glumbOS"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published