diff --git a/README.md b/README.md index a8cc653..1477800 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ My personal configurations, managed with the 'dotdrop' submodule. [Nord-themed.](https://www.nordtheme.com/) [Wallpaper.](https://www.reddit.com/r/swordartonline/comments/amj88q/aincrad_kirito_asuna_wallpaper/) ![home](https://i.imgur.com/DvgRFZH.png) -![busy](https://i.imgur.com/FgAPoQ3.png) +![busy](https://i.imgur.com/T1bRQb5.png) ## Features + Distro: `Fedora 31` @@ -19,22 +19,23 @@ My personal configurations, managed with the 'dotdrop' submodule. + Xresources: `Nord` ## Requirements -+ (`i3`, `Terminal`, `zsh`) ++ (`i3`, `xterm`, `zsh`) + Bar: `polybar` + Browser: `chromium` + Mail: `Thunderbird` -+ Transparency: `picom` ++ Transparency: `compton` + Backlight: `light` + Notifications: `dunst` + Audio Control: `playerctl` + App Launcher: `rofi` + Audio Visualizer: `cava` + Wallpaper: `teh` -+ Filebrowser: `ranger` (with w3m-img) ++ Filebrowser: `ranger (with w3m-img)` + pdf-Preview: `zathura` + Image-Preview: `feh` ## Profiles + `laptop`: All of the dotfiles ++ `win-sub`: Linux Subsystem in Windows + `work`: Everything I need for work + `dev`: Working on remote (dev-)servers diff --git a/config.yaml b/config.yaml index 5282a62..b981af5 100644 --- a/config.yaml +++ b/config.yaml @@ -96,6 +96,14 @@ profiles: - neofetch - ranger - dir_colors + sub-win: + include: + - zsh + - vim + - tmux + - ranger + - neofetch + - dir_colors work: include: - zsh @@ -105,6 +113,7 @@ profiles: - font - compton - tmux + - dir_colors dev: include: - vim diff --git a/dotfiles/i3/i3 b/dotfiles/i3/i3 index 7064bd7..7f1baee 100644 --- a/dotfiles/i3/i3 +++ b/dotfiles/i3/i3 @@ -253,8 +253,8 @@ bindsym $mod+Ctrl+1 move workspace to output $monitor1 bindsym $mod+Ctrl+2 move workspace to output $monitor2 # i3-gaps -smart_gaps on -gaps inner 7 +#smart_gaps on +gaps inner 8 # ranger bindsym $mod+e exec xterm ranger diff --git a/dotfiles/neofetch/config.conf b/dotfiles/neofetch/config.conf index 89ce43b..2881878 100644 --- a/dotfiles/neofetch/config.conf +++ b/dotfiles/neofetch/config.conf @@ -4,9 +4,9 @@ print_info() { info title info underline - info "centerOS" distro + info "OS" distro info "Host" model - # info "Kernel" kernel + info "Kernel" kernel # info "Uptime" uptime info "Packages" packages info "Shell" shell @@ -472,7 +472,7 @@ mpc_args=() # Example: # colors=(distro) - Text is colored based on Distro colors. # colors=(4 6 1 8 8 6) - Text is colored in the order above. -colors=(4 4 8 8 8 15) +colors=(3 3 8 8 8 15) # Text Options @@ -642,10 +642,8 @@ image_backend="w3m" # NOTE: 'auto' will pick the best image source for whatever image backend is used. # In ascii mode, distro ascii art will be used and in an image mode, your # wallpaper will be used. -#image_source="data/pictures/mitsuha_yourname.png" -image_source="/home/marc/wallpaper/asuna_bluebg.png" -#image_source="/home/marc/wallpaper/asuna_bg.png" -#image_source="/home/marc/wallpaper/sinon_greenbg.png" +#image_source="/home/marc/wallpaper/asuna_bluebg.png" +image_source="/home/marc/wallpaper/kirito_black.png" # image_source="auto" @@ -713,7 +711,7 @@ thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" # # See this wiki page to learn about the fit and fill options. # https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F -crop_mode="center" +crop_mode="normal" # Crop offset # Note: Only affects 'normal' crop mode. @@ -722,7 +720,7 @@ crop_mode="center" # Values: 'northwest', 'north', 'northeast', 'west', 'center' # 'east', 'southwest', 'south', 'southeast' # Flag: --crop_offset -crop_offset="center" +crop_offset="east" # Image size # The image is half the terminal width by default. @@ -731,14 +729,14 @@ crop_offset="center" # Values: 'auto', '00px', '00%', 'none' # Flags: --image_size # --size -image_size="265px" +image_size="285px" # Gap between image and text # # Default: '3' # Values: 'num', '-num' # Flag: --gap -gap=3 +gap=1 # Image offsets # Only works with the w3m backend. diff --git a/dotfiles/ranger/rc.conf b/dotfiles/ranger/rc.conf index 2aaf1a0..b76a962 100644 --- a/dotfiles/ranger/rc.conf +++ b/dotfiles/ranger/rc.conf @@ -1,2 +1,9 @@ set preview_images true + +#icons default_linemode devicons + +# separators, outline, both, none +set draw_borders both + +set mouse_enabled true diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 2384fec..9292fa0 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -110,6 +110,7 @@ cmap Q q cmap W w cmap q1 q! map :Ex +let g:netrw_banner = 0 " go to line edited, when closed if has("autocmd")