Skip to content

washonrails/dotfiles

Repository files navigation

ALERT ! THIS DOTFILES IS NO LONGER SUPPORTED , ACTUALLY IM USING HYPRLAND AND NO MORE I3WM

I3WM | Dotfiles

🌿 Information

12 different themes for I3 and Polybar. With a theme selector to change on the fly

📖 Wiki

I already started writing the wiki, you should give it a read. Wiki And you can suggest topics so that you can edit the themes and leave them as you want.

Info

Distro Arch
WM I3
Bar Polybar
Menu Rofi
Compositor Picom
Terminal Kitty
Widgets ElKowars wacky widgets
Music/Player mpd-ncmpcpp
Shell Zsh

🚀 Features Incoming

  • Change themes on the fly: 12 different Rices now!.

  • Theme Selector: Alt + Space bar to launch it.

  • Random wallpaper: Every time you switch between rices or reload bspwm with super + alt + r a new wallpaper is set depending on the rice you are on.

  • Wallpaper Changer Super + Alt + w changes bethween different wallpapers in the actual rice.

  • Hide / Unhide Bar: If you needit you can hide bars

  • Change transparency on the fly: Increase and decrease transparency in focused or selected window.

And more..

⚠️ WARNING ⚠️
 THIS DOTFILES ARE CONFIGURED AT 1600x900 WITH 96 DPI! 1 MONITOR
 SOME STUFF MIGHT BREAK ON LOWER OR HIGHER
 RESOLUTIONS BUT WILL STILL WORK!

Hydravim (wash's fork)

Actually the neovim theme is OneDark, but the background will adapt to the colorscheme in the rice you are. Now is configured in "lua". i wanna keepit simple so there are a few plugins.

  • Feline
  • Nvim-Tree
  • Colorizer
  • Devicons

The plugin manager is Packer.

Qutebrowser Theme (catpuccin)

Very useful keybindigs to know...

  • alt + @space Display menu to select theme selector.
  • super + @space Apps Menu.
  • super + h Hides bar/s super + u unhide bar/s
  • super + Print Takes screenshot.
  • ctrl + alt {plus,minus,t} Changes transparency on focused window.
  • ctrl + super + alt + p Power off computer. ctrl + super + alt + r Restart computer.
  • super + Return Open a terminal.
  • super + Alt + Return Open a floating terminal.
  • ctrl + super + alt + k Brute Kill a window/process.
  • super + alt + w Changes randomly wallpaper.
  • super + alt + r Restart bspwm.

And more.. You need to look sxhkdrc file for more.

📦 setup

💾 Installation:

The installer only works for ARCH Linux, and based distros.

Open a terminal in HOME

  • Make sure to backup your configs ! (optional by your own risks dont blame me later mf)
mkdir ~/.backup ## Your actual config files will be backuped on ~/.backup folder type cd ~/.backup to see all your config backup
cp -r ~/.config/* ~/.backup/
  • Second clone the repo
git clone https://github.com/washonrails/dotfiles.git --depth 1 --branch main dotfiles
  • Third...
chmod +x ...
  • Finally run the installer
...

Some tips

  • The wallpapers are in webp format because I don't want the repository to be too heavy. I Added the packages libwebp and webp-pixbuf-loader to the dependencies in order for your file browser (in my case thunar) to be able to display the thumbnails. However, you can add more wallpapers in the format you want "jpg, png etc..."
  • If u dont wanna use the random wallpapers comment line 111 from /home/YourUser/.config/bspwm/bspwmrc file.
  • Left click in pacman updates module in polybar to update. Right click for show updates available only.

Troubleshooting

  • Weather module is showing wrong values ...

Credits