SuperZing / mf-dots

These are some of my ridiculously shit dotfiles that I use in my unproductive daily life.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mf-dots


πŸ”§ My Arch based Openbox configs:

Welcome πŸ™! and thanks for dropping by.

These are my openbox configs that I use in my arch system. You might have noticed that all my other configs are are not here. Fear not, you can find all of my older configs in the older-configs branch.

I am still learning my way around customizing and setting up my device so just go easy on me for now. If you have any issues or ideas feel free to open an issue or pr it. Any kind of contribution is greatly appreciated.

πŸ’» System Information :

These are some of the applications that I use in my current setup.

  • Distribution: Arch Linux
  • Window Manager: Openbox
  • Shell:Bash
  • Terminal: Kitty
  • Display Manager: Slim
  • Apps Launcher: rofi
  • Widgets: Eww
  • Panel: Tint2
  • Text Editor: Geany & Vim
  • File Manager: Thunar
  • Notification-daemon: Dunst
  • Music Player (CLI): ncmpcpp
  • Display Manager: Slim (slim provide slimlock for lockscreen too.)

πŸ“· Screenshot


Dark Theme :

Dark-setup


Light Theme :

Light-setup


πŸŽ‘ Widget Setup

In order to use the widgets you need eww which you can get from here.To install eww to your system you will need rust toolchain nightly. Once you have it you can follow these steps:

git clone git@github.com:elkowar/eww.git
cd eww/
cargo build --release

Once it has been built, you can run it directly form the directory or in order to use it system wide copy the bin to your $PATH

cd eww/target/release
chmod +x ./eww
cp eww ~/$PATH (in my case its ~/.local/bin/)

After you have it in your path you can run eww by entering:

eww daemon (to start the eww daemon)
eww windows (lists available widgets)
eww open widget-name (to open a single widget)
eww open-many widget-name1 widget-name2 widget-name3 (to open multiple widgets)

🎨 ColorScheme

Eh, I decided to call it Oblivion. Sounds cooler. Light Scheme is in the works too. Colorscheme

πŸ“ Some notes:

  • The widgets are for my screen i.e 1366x768 so if it looks weird you will have to adjust them to your screen size.
  • SLim is maintained no more. But that doesn't mean it won't work. Still, keep that in mind that it doesn't recive any updates or bug fixes.
  • You will need picom-git in order to get the rounded corners. Or you can use some other forks.
  • The menu icons and some widget icons will not appear. Its not a bug but rather the icons I use are from a paid icon pack (Candy icons) so I can't share those. You will have to use other icons or get the icons from playstore.

If you encounter any issues please let me know. And if you wanna help me with a install script that would be fantastic cuz I don't know much scripting 😒.

Credits:
Owl4ce (Some scripts and helping me get into linux with his beautiful showcases in unixporn)
Rajshekhar26 (Redshift script) and

All the fantastic and crazy creative and helpful people from r/unixporn community.

About

These are some of my ridiculously shit dotfiles that I use in my unproductive daily life.

License:MIT License


Languages

Language:CSS 57.9%Language:Vim Script 25.9%Language:Shell 11.5%Language:SCSS 2.9%Language:Scheme 1.7%Language:Lua 0.1%