Coder Social home page Coder Social logo

i3dots's Introduction

Linux Dotfiles

My Desktop Configuration


Showcase

๐ŸŽจ Theme Configuration

Manual Theme Selection

You can manually set a theme by executing the following script:

$ ./path/to/script/set_theme.sh [num]

Where [num] corresponds to the theme options:

  • 1 ๐Ÿ™๏ธ Everforest
  • 2 ๐ŸŒ‡ Gruvbox
  • 3 ๐ŸŒ† Tokyo Night
  • 4 ๐ŸŒƒ Nord

Automated Theme Switching

Alternatively, you can automate theme changes based on the time of day using a cronjob with environment variables. Here's an example:

# Set up a cronjob to change the theme every day at 8:00, 12:00, 16:00 and 20:00.

DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DISPLAY=:0
XDG_RUNTIME_DIR=/run/user/1000

0 8,12,16,20 * * * ~/path/to/script/set_theme.sh

Note: Adjust the paths and environment variables according to your specific setup.

๐Ÿ–‡๏ธ Dependencies

You can read about the packages I use on the wiki. To easily set up the dotfiles you can run link_files.sh from the repo root to make the necessary symlinks. Similarly on a fresh Arch install, you can run rice_desktop.sh from the repo root to set your desktop just like mine.

For the Polybar weather module to work, you should create a ~/.env file, containing your location id and api key. For more information, consult here.

โŒจ๏ธ Bindings

Show application launcher

bindsym $mod+space exec rofi -show drun

Show clipboard history

bindsym $mod+v exec CM_LAUNCHER=rofi clipmenu -p "๓ฐ…‡ Clipboard"

Delete clipboard history

bindsym $mod+Shift+v exec clipdel -d ".*"

Show opened windows

bindsym Mod1+Tab exec rofi -show window

Launch snipping tool

bindsym Print exec flameshot gui

i3dots's People

Contributors

edu-flores avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.