Update everything

This commit is contained in:
CramMK
2020-04-20 16:26:22 +02:00
parent 7b64fe5c07
commit 3eb76694d1
8 changed files with 197 additions and 21 deletions

View File

@@ -5,16 +5,16 @@ My personal configurations, managed with the 'dotdrop' submodule.
Accent-Color: #00d3a8 Accent-Color: #00d3a8
![neofetch](https://i.imgur.com/vvGbeeL.png) ![home](https://i.imgur.com/cid2gQf.png)
![vim](https://i.imgur.com/m6NoNJE.png) ![busy](https://i.imgur.com/bwwvWKM.png)
![cava](https://i.imgur.com/GWsLaU8.png) ![chromium](https://i.imgur.com/XfpeqZf.png)
## Features ## Features
+ Distro: `Fedora 31` + Distro: `Fedora 31`
+ Shell: `zsh + oh-my-zsh` + Shell: `zsh + oh-my-zsh`
+ WM: `i3-gaps and i3` + WM: `i3-gaps and i3`
+ Terminal: `xterm` + Terminal: `xterm`
+ Font: `Inconsolata Nerd Font Mono` + Font: `InconsolataLGC Nerd Font Mono (+ Inconsolata for text in polybar)`
+ Vim-Theme: `Nord` + Vim-Theme: `Nord`
+ Vim-Bar: `airline` + Vim-Bar: `airline`
+ Xresources: `Nord` + Xresources: `Nord`

View File

@@ -13,8 +13,8 @@
!#include ".Xresources.themes/Xresources.onedark-16" !#include ".Xresources.themes/Xresources.onedark-16"
! Font ! Font
XTerm.vt100.faceName: xft:Inconsolata:antialias=true XTerm.vt100.faceName: xft:InconsolataLGC Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 13 XTerm.vt100.faceSize: 11
! Remove Scrollbar ! Remove Scrollbar
XTerm.vt100.scrollBar: false XTerm.vt100.scrollBar: false

View File

@@ -11,7 +11,6 @@ export LANGUAGE="en_US.UTF-8"
/share/bin/isda /share/bin/isda
~/bin/.keyboard.scm & ~/bin/.keyboard.scm &
xrandr --output HDMI-2 --auto --right-of HDMI-1 xrandr --output HDMI-2 --auto --right-of HDMI-1
feh --bg-scale ~/.wallpaper/wallpaper_genua.png
picom & picom &
i3 i3
{%@@ endif @@%} {%@@ endif @@%}

View File

@@ -41,8 +41,8 @@ foreground = ${colors.frost2}
############################################################################### ###############################################################################
[font] [font]
inconsolata = "Inconsolata:pixelsize=11;0" inconsolata = "Inconsolata:pixelsize=11;2"
inconsolata_nerd = "InconsolataLGC Nerd Font Mono:style=Medium" inconsolata_nerd = "InconsolataLGC Nerd Font Mono:pixelsize=14;4"
############################################################################### ###############################################################################
[bar/laptop_top] [bar/laptop_top]
@@ -72,7 +72,7 @@ module-margin = 1
modules-left = i3tabs modules-left = i3tabs
modules-center = modules-center =
modules-right = backlight volume date time battery powermenu modules-right = backlight volume battery date time powermenu
separator = separator =
dim-value = 1.0 dim-value = 1.0
@@ -109,7 +109,7 @@ monitor = "HDMI-1"
modules-left = i3tabs modules-left = i3tabs
modules-center = modules-center =
modules-right = volume date time battery powermenu modules-right = volume battery date time
separator = separator =
############################################################################### ###############################################################################
@@ -221,15 +221,15 @@ apdapter = ADP1
format-charging = <label-charging> format-charging = <label-charging>
format-charging-foreground = ${colors.nord_green} format-charging-foreground = ${colors.nord_green}
label-charging = %percentage%% CHR label-charging = %percentage%%
format-discharging = <label-discharging> format-discharging = <label-discharging>
format-discharging-foreground = ${colors.nord_green} format-discharging-foreground = ${colors.nord_green}
label-discharging = %percentage%% label-discharging = %percentage%%
format-full = <label-full> format-full = <label-full>
format-full-foreground = ${colors.nord_green} format-full-foreground = ${colors.nord_green}
label-full = FULL label-full = FULL
############################################################################### ###############################################################################
[module/volume] [module/volume]

View File

@@ -9,9 +9,11 @@ laptop=$(xrandr --query | grep 'eDP-1')
hdmi1=$(xrandr --query | grep 'HDMI-1') hdmi1=$(xrandr --query | grep 'HDMI-1')
if [[ ${laptop} = *connected* ]]; then if [[ ${laptop} = *connected* ]]; then
polybar laptop & polybar laptop_top &
polybar laptop_bottom &
fi fi
if [[ ${hdmi1} = *connected* ]]; then if [[ ${hdmi1} = *connected* ]]; then
polybar HDMI1 & polybar HDMI1_top &
polybar HDMI1_bottom &
fi fi

View File

@@ -1,11 +1,17 @@
configuration { configuration {
modi: "drun,run,ssh"; modi: "drun,run,ssh";
//combi-modi: "drun,ssh,run"; hide-scrollbar: true;
separator-style: none;
show-icons: true; show-icons: true;
theme: "marc.rasi";
terminal: "xterm"; terminal: "xterm";
font: "Inconsolata 13"; font: "Inconsolata 13";
lines: 7; lines: 7;
width: 30; // Marc theme
yoffset: -300; // width: 30;
// yoffset: -300;
// NORD
theme: "nord.rasi";
width: 750;
fullscreen: true;
bw: 0;
} }

View File

@@ -0,0 +1,11 @@
configuration {
modi: "drun,run";
//combi-modi: "drun,ssh,run";
show-icons: true;
theme: "marc.rasi";
terminal: "xterm";
font: "Inconsolata 13";
lines: 7;
width: 30;
yoffset: -300;
}

158
dotfiles/rofi/nord.rasi Normal file
View File

@@ -0,0 +1,158 @@
//----------------------
// Theme Settings
// from: https://github.com/mbednarek360/dotfiles/blob/master/rofi/nord.rasi
//----------------------
//----------------------
// Colors
//----------------------
* {
nord0: #2E3440A0;
nord1: #3B4252;
nord2: #434C5E;
nord3: #4C566A;
nord4: #D8DEE9;
nord5: #E5E9F0;
nord6: #ECEFF4;
nord7: #8FBCBB;
nord8: #88C0D0;
nord9: #81A1C1;
nord10: #5E81AC;
nord11: #BF616A;
nord12: #D08770;
nord13: #EBCB8B;
nord14: #A3BE8C;
nord15: #B48EAD;
background: @nord0;
foreground: @nord4;
selected-normal-foreground: @nord9;
normal-foreground: @foreground;
alternate-normal-background: @nord0;
selected-urgent-foreground: @nord4;
urgent-foreground: @foreground;
alternate-urgent-background: @nord0;
active-foreground: @foreground;
selected-active-foreground: @foreground;
alternate-active-background: @nord0;
bordercolor: @nord9;
alternate-normal-foreground: @foreground;
normal-background: @background;
selected-normal-background: @nord0;
border-color: @nord9;
spacing: 2;
separatorcolor: @nord9;
urgent-background: @background;
selected-urgent-background: @nord3;
alternate-urgent-foreground: @urgent-foreground;
background-color: @background;
alternate-active-foreground: @active-foreground;
active-background: @background;
selected-active-background: @nord0;
}
//----------------------
// Style
//----------------------
#window {
padding: 40% 40% 40% 42%;
}
#mainbox {
border: 0;
background-color: #00000000;
}
#message {
border: 0px 0px 0px ;
border-color: @separatorcolor;
padding: 10;
background-color: #00000000;
}
#textbox {
text-color: @foreground;
background-color: #00000000;
}
#listview {
fixed-height: 0;
spacing: 5px ;
background-color: #00000000;
}
#element {
border: 0;
padding: 5px;
background-color: #00000000;
}
#element.normal.normal {
text-color: @normal-foreground;
}
#element.normal.urgent {
text-color: @urgent-foreground;
}
#element.normal.active {
text-color: @active-foreground;
}
#element.selected.normal {
text-color: @selected-normal-foreground;
}
#element.selected.urgent {
text-color: @selected-urgent-foreground;
}
#element.selected.active {
text-color: @selected-active-foreground;
}
#element.alternate.normal {
text-color: @alternate-normal-foreground;
}
#element.alternate.urgent {
text-color: @alternate-urgent-foreground;
}
#element.alternate.active {
text-color: @alternate-active-foreground;
}
#button.selected {
text-color: @selected-normal-foreground;
}
#inputbar {
background-color: #00000000;
spacing: 5;
text-color: @normal-foreground;
padding: 0px 0px 10px;
border: 0 0 0;
border-color: @separatorcolor;
}
#case-indicator {
background-color: #00000000;
spacing: 0;
text-color: @normal-foreground;
}
#entry {
background-color: #00000000;
spacing: 0;
text-color: @normal-foreground;
}
#prompt {
background-color: #00000000;
spacing: 0;
text-color: @normal-foreground;
}