Listening to glumbo music without tiling the windows
Wow! GlumboCoin is up by 900%!!
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.
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.
- WM: Hyprland
- App launcher: rofi
- Terminal: alacritty
- Bar: waybar
- Screenshot tool: Hyprshot
- App shortcuts and waybar tools: Custom modules (modified ml4w)
- Glumbocoin widget: custom gtk application (included in the dotfiles)
- Power menu: custom gtk application (included in the dotfiles)
- Wallpaper: I made it myself. Download link
- Fonts: Can't tell which are default and which aren't, so here are all of the installed font families
- Code editor: Sublime text (arch installation, check Additional installation section)
- MacOS keybinds: Toshy (check Additional installation section)
- Icon font: FontAwesome6 Free, FontAweosme6 brands and a custom font (for glumbocoin and sublime text)
- Audio visualizer CAVA
- Install all above packages for your system.
- 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.
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/
cp -r ./.config.additional/hypr ~/.config/