idk, some changes
This commit is contained in:
@@ -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/)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,2 +1,9 @@
|
||||
set preview_images true
|
||||
|
||||
#icons
|
||||
default_linemode devicons
|
||||
|
||||
# separators, outline, both, none
|
||||
set draw_borders both
|
||||
|
||||
set mouse_enabled true
|
||||
|
||||
@@ -110,6 +110,7 @@ cmap Q q
|
||||
cmap W w
|
||||
cmap q1 q!
|
||||
map <C-f> :Ex <CR>
|
||||
let g:netrw_banner = 0
|
||||
|
||||
" go to line edited, when closed
|
||||
if has("autocmd")
|
||||
|
||||
Reference in New Issue
Block a user