Update everything
This commit is contained in:
@@ -5,16 +5,16 @@ My personal configurations, managed with the 'dotdrop' submodule.
|
||||
|
||||
Accent-Color: #00d3a8
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Features
|
||||
+ Distro: `Fedora 31`
|
||||
+ Shell: `zsh + oh-my-zsh`
|
||||
+ WM: `i3-gaps and i3`
|
||||
+ Terminal: `xterm`
|
||||
+ Font: `Inconsolata Nerd Font Mono`
|
||||
+ Font: `InconsolataLGC Nerd Font Mono (+ Inconsolata for text in polybar)`
|
||||
+ Vim-Theme: `Nord`
|
||||
+ Vim-Bar: `airline`
|
||||
+ Xresources: `Nord`
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
!#include ".Xresources.themes/Xresources.onedark-16"
|
||||
|
||||
! Font
|
||||
XTerm.vt100.faceName: xft:Inconsolata:antialias=true
|
||||
XTerm.vt100.faceSize: 13
|
||||
XTerm.vt100.faceName: xft:InconsolataLGC Nerd Font Mono:antialias=true
|
||||
XTerm.vt100.faceSize: 11
|
||||
|
||||
! Remove Scrollbar
|
||||
XTerm.vt100.scrollBar: false
|
||||
|
||||
@@ -11,7 +11,6 @@ export LANGUAGE="en_US.UTF-8"
|
||||
/share/bin/isda
|
||||
~/bin/.keyboard.scm &
|
||||
xrandr --output HDMI-2 --auto --right-of HDMI-1
|
||||
feh --bg-scale ~/.wallpaper/wallpaper_genua.png
|
||||
picom &
|
||||
i3
|
||||
{%@@ endif @@%}
|
||||
|
||||
@@ -41,8 +41,8 @@ foreground = ${colors.frost2}
|
||||
|
||||
###############################################################################
|
||||
[font]
|
||||
inconsolata = "Inconsolata:pixelsize=11;0"
|
||||
inconsolata_nerd = "InconsolataLGC Nerd Font Mono:style=Medium"
|
||||
inconsolata = "Inconsolata:pixelsize=11;2"
|
||||
inconsolata_nerd = "InconsolataLGC Nerd Font Mono:pixelsize=14;4"
|
||||
|
||||
###############################################################################
|
||||
[bar/laptop_top]
|
||||
@@ -72,7 +72,7 @@ module-margin = 1
|
||||
|
||||
modules-left = i3tabs
|
||||
modules-center =
|
||||
modules-right = backlight volume date time battery powermenu
|
||||
modules-right = backlight volume battery date time powermenu
|
||||
separator =
|
||||
|
||||
dim-value = 1.0
|
||||
@@ -109,7 +109,7 @@ monitor = "HDMI-1"
|
||||
|
||||
modules-left = i3tabs
|
||||
modules-center =
|
||||
modules-right = volume date time battery powermenu
|
||||
modules-right = volume battery date time
|
||||
separator =
|
||||
|
||||
###############################################################################
|
||||
@@ -221,15 +221,15 @@ apdapter = ADP1
|
||||
|
||||
format-charging = <label-charging>
|
||||
format-charging-foreground = ${colors.nord_green}
|
||||
label-charging = %percentage%% CHR
|
||||
label-charging = %percentage%%
|
||||
|
||||
format-discharging = <label-discharging>
|
||||
format-discharging-foreground = ${colors.nord_green}
|
||||
label-discharging = %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
|
||||
format-full = <label-full>
|
||||
format-full-foreground = ${colors.nord_green}
|
||||
label-full = FULL
|
||||
label-full = FULL
|
||||
|
||||
###############################################################################
|
||||
[module/volume]
|
||||
|
||||
@@ -9,9 +9,11 @@ laptop=$(xrandr --query | grep 'eDP-1')
|
||||
hdmi1=$(xrandr --query | grep 'HDMI-1')
|
||||
|
||||
if [[ ${laptop} = *connected* ]]; then
|
||||
polybar laptop &
|
||||
polybar laptop_top &
|
||||
polybar laptop_bottom &
|
||||
fi
|
||||
|
||||
if [[ ${hdmi1} = *connected* ]]; then
|
||||
polybar HDMI1 &
|
||||
polybar HDMI1_top &
|
||||
polybar HDMI1_bottom &
|
||||
fi
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
configuration {
|
||||
modi: "drun,run,ssh";
|
||||
//combi-modi: "drun,ssh,run";
|
||||
hide-scrollbar: true;
|
||||
separator-style: none;
|
||||
show-icons: true;
|
||||
theme: "marc.rasi";
|
||||
terminal: "xterm";
|
||||
font: "Inconsolata 13";
|
||||
lines: 7;
|
||||
width: 30;
|
||||
yoffset: -300;
|
||||
// Marc theme
|
||||
// width: 30;
|
||||
// yoffset: -300;
|
||||
// NORD
|
||||
theme: "nord.rasi";
|
||||
width: 750;
|
||||
fullscreen: true;
|
||||
bw: 0;
|
||||
}
|
||||
|
||||
11
dotfiles/rofi/config.rasi.dotdropbak
Normal file
11
dotfiles/rofi/config.rasi.dotdropbak
Normal 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
158
dotfiles/rofi/nord.rasi
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user