move some files

This commit is contained in:
CramMK
2020-07-17 23:31:59 +02:00
parent fb205b5269
commit 64fcdbe45c
22 changed files with 84 additions and 91 deletions

View File

@@ -19,10 +19,10 @@ My personal configurations, managed with the 'dotdrop' submodule.
## Requirements ## Requirements
+ App Launcher: `rofi` + App Launcher: `rofi`
+ Audio Control: `playerctl` + Audio Control: `playerctl and pactl`
+ Backlight: `light` + Backlight: `light`
+ Bar: `polybar` + Bar: `polybar`
+ Browser: `firefox` with [minimal-fuctional-fox](https://github.com/mut-ex/minimal-functional-fox) and [nightTab](https://github.com/zombieFox/nightTab) + Browser: `firefox`
+ Filebrowser: `ranger` + Filebrowser: `ranger`
+ Image-Viewer: `feh` + Image-Viewer: `feh`
+ Locking: `i3lock-color` + Locking: `i3lock-color`

View File

@@ -10,28 +10,25 @@ config:
dotpath: dotfiles dotpath: dotfiles
dotfiles: dotfiles:
f_zshrc: f_zshrc:
src: zsh/zshrc src: zshrc
dst: ~/.zshrc dst: ~/.zshrc
f_zshhighlighting: f_zshhighlighting:
src: zsh-highlighting src: zsh-highlighting
dst: ~/.zsh-highlighting dst: ~/.zsh-highlighting
f_vimrc: f_vimrc:
src: vim/vimrc src: vimrc
dst: ~/.vimrc dst: ~/.vimrc
actions: actions:
- vundle-install - vundle-install
- vundle-refresh - vundle-refresh
f_xresources: f_xresources:
src: X11/Xresources src: Xresources
dst: ~/.Xresources dst: ~/.Xresources
d_xresources_themes:
src: X11/Xresources.themes
dst: ~/.Xresources.themes
f_i3: f_i3:
src: i3/config src: config/i3/config
dst: ~/.config/i3/config dst: ~/.config/i3/config
f_i3status: f_i3status:
src: i3/i3status src: config/i3/i3status
dst: ~/.config/i3status/config dst: ~/.config/i3status/config
d_fonts: d_fonts:
src: fonts src: fonts
@@ -39,35 +36,35 @@ dotfiles:
actions: actions:
- font-cache - font-cache
f_picom: f_picom:
src: picom/picom.conf src: config/picom.conf
dst: ~/.config/picom.conf dst: ~/.config/picom.conf
f_tmux: f_tmux:
src: tmux/tmux.conf src: tmux.conf
dst: ~/.tmux.conf dst: ~/.tmux.conf
d_tmux_themes: d_tmux_themes:
src: tmux/themes src: tmux/themes
dst: ~/.tmux/themes dst: ~/.tmux/themes
d_polybar: d_polybar:
src: polybar src: config/polybar
dst: ~/.config/polybar dst: ~/.config/polybar
d_dunst: f_dunst:
src: dunst src: config/dunst/dunstrc
dst: ~/.config/dunst dst: ~/.config/dunst/dunstrc
d_rofi: f_rofi:
src: rofi src: config/rofi/config.rasi
dst: ~/.config/rofi dst: ~/.config/rofi/config.rasi
d_ranger: d_ranger:
src: ranger src: config/ranger
dst: ~/.config/ranger dst: ~/.config/ranger
f_dir_colors: f_dir_colors:
src: dir_colors/dir_colors src: dir_colors
dst: ~/.dir_colors dst: ~/.dir_colors
d_scripts: d_scripts:
src: scripts src: scripts
dst: ~/scripts dst: ~/scripts
d_alacritty: f_alacritty:
src: alacritty src: config/alacritty/alacritty.yml
dst: ~/.config/alacritty dst: ~/.config/alacritty/alacritty.yml
profiles: profiles:
laptop: laptop:
@@ -125,7 +122,6 @@ profiles:
x11: x11:
dotfiles: dotfiles:
- f_xresources - f_xresources
- d_xresources_themes
i3: i3:
dotfiles: dotfiles:
- f_i3 - f_i3
@@ -139,16 +135,15 @@ profiles:
tmux: tmux:
dotfiles: dotfiles:
- f_tmux - f_tmux
- d_tmux_themes
polybar: polybar:
dotfiles: dotfiles:
- d_polybar - d_polybar
dunst: dunst:
dotfiles: dotfiles:
- d_dunst - f_dunst
rofi: rofi:
dotfiles: dotfiles:
- d_rofi - f_rofi
ranger: ranger:
dotfiles: dotfiles:
- d_ranger - d_ranger
@@ -160,4 +155,4 @@ profiles:
- d_scripts - d_scripts
alacritty: alacritty:
dotfiles: dotfiles:
- d_alacritty - f_alacritty

View File

@@ -1,15 +0,0 @@
! Colors
#include ".Xresources.themes/Xresources.nord"
! Font
XTerm.vt100.faceName: xft:InconsolataLGC Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 11
! Remove Scrollbar
XTerm.vt100.scrollBar: false
Xterm.vt100.scrollBar.widht:1
! Resize Term Font
XTerm.vt100.translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font()

View File

@@ -1,47 +0,0 @@
! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
! Copyright (c) 2016-present Sven Greb <code@svengreb.de>
! Project: Nord XResources
! Version: 0.1.0
! Repository: https://github.com/arcticicestudio/nord-xresources
! License: MIT
#define nord0 #2E3440
#define nord1 #3B4252
#define nord2 #434C5E
#define nord3 #4C566A
#define nord4 #D8DEE9
#define nord5 #E5E9F0
#define nord6 #ECEFF4
#define nord7 #8FBCBB
#define nord8 #88C0D0
#define nord9 #81A1C1
#define nord10 #5E81AC
#define nord11 #BF616A
#define nord12 #D08770
#define nord13 #EBCB8B
#define nord14 #A3BE8C
#define nord15 #B48EAD
*.foreground: nord4
*.background: nord0
*.cursorColor: nord4
*fading: 35
*fadeColor: nord3
*.color0: nord1
*.color1: nord11
*.color2: nord14
*.color3: nord13
*.color4: nord9
*.color5: nord15
*.color6: nord8
*.color7: nord5
*.color8: nord3
*.color9: nord11
*.color10: nord14
*.color11: nord13
*.color12: nord9
*.color13: nord15
*.color14: nord7
*.color15: nord6

60
dotfiles/Xresources Normal file
View File

@@ -0,0 +1,60 @@
! Font
XTerm.vt100.faceName: xft:InconsolataLGC Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 11
! Remove Scrollbar
XTerm.vt100.scrollBar: false
Xterm.vt100.scrollBar.widht:1
! Resize Term Font
XTerm.vt100.translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font()
! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
! ! Copyright (c) 2016-present Sven Greb <code@svengreb.de>
!
! ! Project: Nord XResources
! ! Version: 0.1.0
! ! Repository: https://github.com/arcticicestudio/nord-xresources
! ! License: MIT
!
! #define nord0 #2E3440
! #define nord1 #3B4252
! #define nord2 #434C5E
! #define nord3 #4C566A
! #define nord4 #D8DEE9
! #define nord5 #E5E9F0
! #define nord6 #ECEFF4
! #define nord7 #8FBCBB
! #define nord8 #88C0D0
! #define nord9 #81A1C1
! #define nord10 #5E81AC
! #define nord11 #BF616A
! #define nord12 #D08770
! #define nord13 #EBCB8B
! #define nord14 #A3BE8C
! #define nord15 #B48EAD
!
! *.foreground: nord4
! *.background: nord0
! *.cursorColor: nord4
! *fading: 35
! *fadeColor: nord3
!
! *.color0: nord1
! *.color1: nord11
! *.color2: nord14
! *.color3: nord13
! *.color4: nord9
! *.color5: nord15
! *.color6: nord8
! *.color7: nord5
! *.color8: nord3
! *.color9: nord11
! *.color10: nord14
! *.color11: nord13
! *.color12: nord9
! *.color13: nord15
! *.color14: nord7
! *.color15: nord6