updated readme

This commit is contained in:
joelchrono12 2021-08-31 13:40:22 -05:00
parent 7c4d30dedd
commit b2637cb6c4
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
6 changed files with 38 additions and 15 deletions

View File

@ -5,7 +5,26 @@
I decided to configure ~GNU Stow~ to finally keep track of the dotfiles of the programs and applications I care about!
I am also deciding to give Doom Emacs another chance.
Feel free to take a look and take whatever you like to fit your needs!
* How to use?
- First clone this repo:
#+begin_src bash
git clone https://tildegit.org/chrono/dotfiles.git
#+end_src
- Access the ~stow_home~ directory
#+begin_src bash
cd dotfiles/stow_home
#+end_src
- If you want to import everything, run this line (you need to hace stow installed)
#+begin_src bash
stow -vt ~ *
#+end_src
- To import a specific program just do
#+begin_src bash
stow -vt ~ name_of_progam
#+end_src
#+end_src
* Highlights
These are some of the setups you might be more interested in:
- [[./nvim/.config/nvim/][My neovim configuration]]
- [[./spectrwm/.config/spectrwm/][My spectrwm setup]]
- [[./stow_home/nvim/.config/nvim/][My neovim configuration]]
- [[.stow_home/spectrwm/.config/spectrwm/][My spectrwm setup]]

View File

@ -3,7 +3,7 @@
follow = mouse
geometry = "0x0-8+30"
geometry = "0x4-8+30"
# Turn on the progess bar
progress_bar = true
@ -27,7 +27,7 @@
# Shrink window if it's smaller than the width. Will be ignored if
# width is 0.
shrink = no
shrink = yes
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
@ -55,7 +55,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 3
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#a3be8c"
@ -120,7 +120,7 @@
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
format = "<b>%s</b>\n%b"
format = "<b>%s %p</b>\n<hr>\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
@ -163,10 +163,10 @@
# Scale small icons up to this size, set to 0 to disable. Helpful
# for e.g. small files or high-dpi screens. In case of conflict,
# max_icon_size takes precedence over this.
min_icon_size = 20
min_icon_size = 36
# Scale larger icons down to this size, set to 0 to disable
max_icon_size = 22
max_icon_size = 42
# Paths to default icons.
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/

View File

@ -9,3 +9,5 @@ configuration {
lines: 18;
fake-transparency: true;
}
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
@theme "/usr/share/rofi/themes/iggy.rasi"

View File

@ -22,13 +22,13 @@ elif [[ $chosen = "Shutdown" ]]; then
elif [[ $chosen = "Reboot System" ]]; then
systemctl reboot
elif [[ $chosen = "Edit config" ]]; then
if [[ $current = "spectrwm" ]]; then
alacritty -e nvim ~/.spectrwm.conf
elif [[ $current = "awesome" ]]; then
alacritty -e nvim ~/.config/awesome/rc.lua
elif [[ $current = "leftwm" ]]; then
alacritty -e nvim ~/.config/leftwm/config.toml
fi
if [[ $current = "spectrwm" ]]; then
alacritty -e nvim ~/.spectrwm.conf
elif [[ $current = "awesome" ]]; then
alacritty -e nvim ~/.config/awesome/rc.lua
elif [[ $current = "leftwm" ]]; then
alacritty -e nvim ~/.config/leftwm/config.toml
fi
elif [[ $chosen = "Edit dotfiles" ]]; then
~/.config/rofi/scripts/dmenu-edit-configs.sh
elif [[ $chosen = "Edit power menu" ]]; then

View File

@ -164,6 +164,7 @@ bind[master_del] = MOD+Shift+period
bind[master_grow] = MOD+l
bind[master_shrink] = MOD+h
bind[maximize_toggle] = MOD+e
bind[fullscreen_toggle] = MOD+Shift+e
bind[move_down] = MOD+Shift+bracketright
bind[move_left] = MOD+bracketleft
bind[move_right] = MOD+bracketright

View File

@ -112,6 +112,7 @@ bind[master_del] = MOD+Shift+period
bind[master_grow] = MOD+l
bind[master_shrink] = MOD+h
bind[maximize_toggle] = MOD+e
bind[fullscreen_toggle] = MOD+Shift+e
bind[move_down] = MOD+Shift+bracketright
bind[move_left] = MOD+bracketleft
bind[move_right] = MOD+bracketright