Change some more colors

This commit is contained in:
Marco Thomas
2020-09-09 23:16:31 +02:00
parent d33ea9bc1b
commit 37523a52f8
15 changed files with 160 additions and 270 deletions

View File

@@ -5,7 +5,8 @@
+ WM: i3 + WM: i3
## Programs ## Programs
+ Launcher: rofi + Editor: nvim
+ Launcher: dmenu + rofi
+ Bar: polybar + Bar: polybar
+ Notifications: dunst + Notifications: dunst
+ Compositor: [picom](https://github.com/ibhagwan/picom) + Compositor: [picom](https://github.com/ibhagwan/picom)
@@ -13,6 +14,10 @@
+ Info: [fet.sh](https://github.com/6gk/fet.sh) + Info: [fet.sh](https://github.com/6gk/fet.sh)
+ Screenshots: Flameshot + Screenshots: Flameshot
## Dependencies
+ Vundle: `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
## Fonts ## Fonts
+ Fira Code Regular Nerd Font Complete Mono.ttf: General + Fira Code Regular Nerd Font Complete Mono.ttf: General
+ IPAGothic.ttf: Japanese Characters + IPAGothic.ttf: Japanese Characters

View File

@@ -1,50 +1,59 @@
! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com> #define S_base03 #002b36
! ! Copyright (c) 2016-present Sven Greb <code@svengreb.de> #define S_base02 #073642
! #define S_base01 #586e75
! ! Project: Nord XResources #define S_base00 #657b83
! ! Version: 0.1.0 #define S_base0 #839496
! ! Repository: https://github.com/arcticicestudio/nord-xresources #define S_base1 #93a1a1
! ! License: MIT #define S_base2 #eee8d5
! #define S_base3 #fdf6e3
#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: S_base03
*.background: nord0 *foreground: S_base0
*.cursorColor: nord4 *fadeColor: S_base03
*fading: 35 *cursorColor: S_base1
*fadeColor: nord3 *pointerColorBackground:S_base01
*pointerColorForeground:S_base1
*.color0: nord1 #define S_yellow #b58900
*.color1: nord11 #define S_orange #cb4b16
*.color2: nord14 #define S_red #dc322f
*.color3: nord13 #define S_magenta #d33682
*.color4: nord9 #define S_violet #6c71c4
*.color5: nord15 #define S_blue #268bd2
*.color6: nord8 #define S_cyan #2aa198
*.color7: nord5 #define S_green #859900
*.color8: nord3
*.color9: nord11 !! black dark/light
*.color10: nord14 *color0: S_base02
*.color11: nord13 *color8: S_base03
*.color12: nord9
*.color13: nord15 !! red dark/light
*.color14: nord7 *color1: S_red
*.color15: nord6 *color9: S_orange
!! green dark/light
*color2: S_green
*color10: S_base01
!! yellow dark/light
*color3: S_yellow
*color11: S_base00
!! blue dark/light
*color4: S_blue
*color12: S_base0
!! magenta dark/light
*color5: S_magenta
*color13: S_violet
!! cyan dark/light
*color6: S_cyan
*color14: S_base1
!! white dark/light
*color7: S_base2
*color15: S_base3
!! Some extra xterm settings !! Some extra xterm settings
! Font ! Font

View File

@@ -87,34 +87,34 @@ font:
# x: 0 # x: 0
# y: 0 # y: 0
# Colors (Ayu Dark) # Colors (Solarized Dark)
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x0A0E14' background: '0x002b36'
foreground: '0xB3B1AD' foreground: '0x839496'
# Normal colors # Normal colors
normal: normal:
black: '0x01060E' black: '0x073642'
red: '0xEA6C73' red: '0xdc322f'
green: '0x91B362' green: '0x859900'
yellow: '0xF9AF4F' yellow: '0xb58900'
blue: '0x53BDFA' blue: '0x268bd2'
magenta: '0xFAE994' magenta: '0xd33682'
cyan: '0x90E1C6' cyan: '0x2aa198'
white: '0xC7C7C7' white: '0xeee8d5'
# Bright colors # Bright colors
bright: bright:
black: '0x686868' black: '0x002b36'
red: '0xF07178' red: '0xcb4b16'
green: '0xC2D94C' green: '0x586e75'
yellow: '0xFFB454' yellow: '0x657b83'
blue: '0x59C2FF' blue: '0x839496'
magenta: '0xFFEE99' magenta: '0x6c71c4'
cyan: '0x95E6CB' cyan: '0x93a1a1'
white: '0xFFFFFF' white: '0xfdf6e3'
background_opacity: 0.95 background_opacity: 0.95

View File

@@ -57,17 +57,18 @@ bindsym $mod+n workspace next
bindsym $mod+p workspace prev bindsym $mod+p workspace prev
# Rofi and dmenu # Rofi and dmenu
bindsym $mod+d exec "~/.config/rofi/launchers-git/launcher.sh" bindsym $mod+space exec rofi -show run
bindsym $mod+space exec "~/.config/rofi/launchers-git/launcher.sh"
set $nord0d '#2e3440' set $fg '#ffffff'
set $frost2d '#eceff4' set $bg '#000000'
set $greend '#A3BE8C' bindsym $mod+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -nb $bg -sb $fg -nf $fg -sf $bg"
bindsym $mod+Shift+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -nb '#2e3440' -sb '#a3be8c' -nf '#eceff4' -sf '#2e3440'"
# Screenhot # Screenhot
bindsym $mod+Shift+p exec "flameshot gui" bindsym $mod+Shift+p exec "flameshot gui"
# Filemanager
bindsym $mod+e exec nautilus
# Screen brightness with light # Screen brightness with light
bindsym XF86MonBrightnessUp exec light -A 5 # increase bindsym XF86MonBrightnessUp exec light -A 5 # increase
bindsym XF86MonBrightnessDown exec light -U 5 # decrease bindsym XF86MonBrightnessDown exec light -U 5 # decrease
@@ -162,5 +163,5 @@ exec setxkbmap -layout za
# Programs # Programs
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png
exec dunst & exec dunst &
exec picom exec picom &
exec --no-startup-id ~/.config/polybar/launch.sh laptop &amp exec --no-startup-id ~/.config/polybar/launch.sh laptop &amp

View File

@@ -1,5 +1,6 @@
let g:netrw_dirhistmax =10 let g:netrw_dirhistmax =10
let g:netrw_dirhistcnt =4 let g:netrw_dirhistcnt =5
let g:netrw_dirhist_5='/home/marc/.mutt/user'
let g:netrw_dirhist_4='/home/marc/dots/laptop/.config/rofi' let g:netrw_dirhist_4='/home/marc/dots/laptop/.config/rofi'
let g:netrw_dirhist_3='/home/marc/.config/rofi' let g:netrw_dirhist_3='/home/marc/.config/rofi'
let g:netrw_dirhist_2='/home/marc/.config/dunst' let g:netrw_dirhist_2='/home/marc/.config/dunst'

View File

@@ -2,8 +2,10 @@
[colors] [colors]
background = #000000 background = #000000
foreground = ${xrdb:color7} #foreground = ${xrdb:color7}
foreground-alt = ${xrdb:color8} foreground = #ffffff
#foreground-alt = ${xrdb:color8}
foreground-alt = #555555
urgent = ${xrdb:color1} urgent = ${xrdb:color1}
[bar/main] [bar/main]
@@ -68,13 +70,13 @@ label-maxlen = 100
[module/date] [module/date]
type = internal/date type = internal/date
date = %H:%M - %d.%m.%Y% date = %H:%M - %a %d.%m.%Y%
[module/backlight] [module/backlight]
type = internal/backlight type = internal/backlight
#ls -1 /sys/class/backlight #ls -1 /sys/class/backlight
card = amdgpu_bl0 card = amdgpu_bl0
label = brgt %percentage%% label = lgt %percentage%%
[module/battery] [module/battery]
type = internal/battery type = internal/battery
@@ -97,3 +99,4 @@ interval = 3.0
accumulate-stats = true accumulate-stats = true
unknown-as-up = true unknown-as-up = true
label-connected = %essid% label-connected = %essid%
label-disconnected = no wifi

View File

@@ -1,9 +1,50 @@
/** Configured For Applets **/
configuration { configuration {
show-icons: true; modi: "run,drun,window";
icon-theme: "Papirus"; width: 20;
location: 5; font: "FiraCode Nerd Font 12";
yoffset: -50; terminal: "alacritty";
xoffset: -20; disable-history: true;
sidebar-mode: true;
tokenize: true;
m: "-5";
line-margin: 2;
line-padding: 1;
separator-style: "none";
hide-scrollbar: true;
window-format: "{w} {c}";
}
* {
bg: #0F1212;
fg: #e3e3e3;
accent: #131717;
background-color: @bg;
text-color: @fg;
}
window {
padding: 30px;
border-radius: 5px;
}
prompt, entry {
text-color: @fg;
padding: 3px;
}
element {
border-radius: 2px;
padding: 4px;
}
element selected {
background-color: @fg;
text-color: @bg;
}
button selected {
background-color: @fg;
text-color: @bg;
border-radius: 2px;
padding: 3px;
} }

View File

@@ -1,155 +0,0 @@
/*
*
* Author : Aditya Shakya (adi1090x)
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Reddit : @adi1090x
*
*/
configuration {
font: "FiraCode Nerd Font Mono 10";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
drun-display-format: "{name}";
threads: 0;
scroll-method: 0;
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
}
* {
background: #01060E;
background-alt: #01060E;
background-ib: #0A0E14;
foreground: #fdfdfd;
border: #0A0E14;
border-sel: #79e6f3;
selected: #282a36;
urgent: #f37f97;
}
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border: 6px;
border-radius: 15px;
border-color: @border;
height: 1037px;
width: 25%;
location: west;
anchor: west;
x-offset: 14px;
y-offset: 14px;
}
prompt {
enabled: true;
padding: 0px 8px 0px 4px;
background-color: @background-ib;
text-color: @foreground;
font: "FiraCode Nerd Font Mono 20";
}
inputbar {
background-color: @background-ib;
text-color: @foreground;
expand: false;
border: 0px 0px 0px 0px;
border-radius: 30px;
border-color: @border;
margin: 0px 0px 0px 0px;
padding: 2px 2px 2px 2px;
position: center;
}
entry {
background-color: @background-ib;
text-color: @foreground;
placeholder-color: @foreground;
expand: true;
horizontal-align: 0;
padding: 8px 2px 2px 2px;
placeholder: "Search Apps";
blink: true;
}
case-indicator {
background-color: @background-ib;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
columns: 2;
spacing: 4px;
cycle: false;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background;
children: [ inputbar, listview ];
spacing: 10px;
padding: 8px 15px 8px 15px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: vertical;
border-radius: 0px;
margin: 0px 5px 0px 5px;
padding: 10px 0px 10px 0px;
}
element-icon {
size: 64px;
border: 0px;
}
element-text {
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
margin: 5px 10px 0px 10px;
}
element normal.urgent,
element alternate.urgent {
background-color: @urgent;
text-color: @foreground;
border-radius: 9px;
}
element normal.active,
element alternate.active {
background-color: @background-alt;
text-color: @foreground;
}
element selected {
background-color: @selected;
text-color: @foreground;
border: 0px 0px 2px 0px;
border-radius: 4px;
border-color: @border-sel;
}
element selected.urgent {
background-color: @urgent;
text-color: @foreground;
}
element selected.active {
background-color: @background-alt;
color: @foreground;
}

View File

@@ -1,17 +0,0 @@
#!/usr/bin/env bash
## Author : Aditya Shakya (adi1090x)
## Mail : adi1090x@gmail.com
## Github : @adi1090x
## Reddit : @adi1090x
# Available Styles
# >> Styles Below Only Works With "rofi-git(AUR)", Current Version: 1.5.4-76-gca067234
#
# blurry blurry_full kde_simplemenu kde_krunner launchpad
# gnome_do slingshot appdrawer appfolder column
# row row_center screen row_dock row_dropdown
style="appdrawer"
rofi -no-lazy-grab -show drun -theme launchers-git/"$style".rasi

View File

@@ -10,6 +10,6 @@
ca = commit -v --amend ca = commit -v --amend
co = checkout co = checkout
b = branch b = branch
l = pull pl = pull --rebase
p = push ps = push
lg = log --oneline --decorate --graph lg = log --oneline --decorate --graph

View File

@@ -16,17 +16,20 @@ set-option -g mouse on
set -g base-index 1 set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
# reload bind
bind-key r source-file ~/.tmux.conf
# status bar # status bar
set -g status-bg black set -g status-bg default
set -g status-fg white set -g status-fg white
set -g status-right '%Y.%m.%d %H:%M' set -g status-right '%Y.%m.%d %H:%M'
# Remove Bar Asteriks
setw -g window-status-current-format '<#{?window_zoomed_flag,#[fg=red],}#I:#W#{?window_zoomed_flag,#[fg=red],}>' setw -g window-status-current-format '<#{?window_zoomed_flag,#[fg=red],}#I:#W#{?window_zoomed_flag,#[fg=red],}>'
setw -g window-status-format '#I:#W' setw -g window-status-format '#I:#W'
set -g status-left '' set -g status-left ''
set -g status-right '#(date) [#S]' set -g status-right '%H:%M - %d.%m.%Y [session #S on #h]'
set -g status-right-length 120
set-window-option -g window-status-current-style fg=green,bg=default set-window-option -g window-status-current-style fg=green,bg=default
set-window-option -g window-status-activity-style fg=brightred set-window-option -g window-status-activity-style fg=brightred

View File

@@ -16,12 +16,12 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim' Plugin 'VundleVim/Vundle.vim'
" Show git changes
Plugin 'airblade/vim-gitgutter'
" Automatic intendations " Automatic intendations
Plugin 'tpope/vim-sleuth' Plugin 'tpope/vim-sleuth'
" Pairs
Plugin 'jiangmiao/auto-pairs'
" fzf " fzf
if executable("fzf") if executable("fzf")
Plugin 'junegunn/fzf' Plugin 'junegunn/fzf'
@@ -29,16 +29,15 @@ if executable("fzf")
endif endif
" Colors " Colors
Plugin 'arcticicestudio/nord-vim' Plugin 'altercation/vim-colors-solarized'
Plugin 'ayu-theme/ayu-vim'
call vundle#end() call vundle#end()
filetype plugin indent on filetype plugin indent on
" ============================== Colors " ============================== Colors
syntax on syntax on
set termguicolors set background=dark
colorscheme ayu colorscheme solarized
hi Normal ctermbg=NONE guibg=NONE hi Normal ctermbg=NONE guibg=NONE
filetype indent plugin on filetype indent plugin on

View File

@@ -24,7 +24,7 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts
alias fontslist="fc-list :scalable=true:spacing=mono: family" alias fontslist="fc-list :scalable=true:spacing=mono: family"
alias fontscache="fc-cache -f -v" alias fontscache="fc-cache -f -v"
if [[ -x $(which fzf 2> /dev/null) ]]; then if [[ -x $(which nvim 2> /dev/null) ]]; then
alias vim="nvim" alias vim="nvim"
fi fi

View File

@@ -17,7 +17,7 @@ green="a3be8c"
inside="${nord0}77" inside="${nord0}77"
i3lock \ i3lock \
-i ~/data/wallpaper/forest_staircase.png \ -i ~/data/wallpaper/lockscreen.png \
\ \
--insidecolor=${inside} \ --insidecolor=${inside} \
--ringcolor=${nord0}ff \ --ringcolor=${nord0}ff \

BIN
screenshots/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB