diff --git a/README.md b/README.md index 425dabe..b27c31a 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ My personal configurations, managed with the 'dotdrop' submodule. Accent-Color: #00d3a8 -![neofetch](https://i.imgur.com/vvGbeeL.png) -![vim](https://i.imgur.com/m6NoNJE.png) -![cava](https://i.imgur.com/GWsLaU8.png) +![home](https://i.imgur.com/cid2gQf.png) +![busy](https://i.imgur.com/bwwvWKM.png) +![chromium](https://i.imgur.com/XfpeqZf.png) ## 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` diff --git a/dotfiles/X11/Xresources b/dotfiles/X11/Xresources index 5a3eac1..f3744bb 100644 --- a/dotfiles/X11/Xresources +++ b/dotfiles/X11/Xresources @@ -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 diff --git a/dotfiles/X11/xinitrc b/dotfiles/X11/xinitrc index b1581b2..11ca73d 100755 --- a/dotfiles/X11/xinitrc +++ b/dotfiles/X11/xinitrc @@ -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 @@%} diff --git a/dotfiles/polybar/config b/dotfiles/polybar/config index 0dd390d..8f9f028 100644 --- a/dotfiles/polybar/config +++ b/dotfiles/polybar/config @@ -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 = format-charging-foreground = ${colors.nord_green} -label-charging =  %percentage%% CHR +label-charging =  %percentage%% format-discharging = format-discharging-foreground = ${colors.nord_green} -label-discharging =  %percentage%% +label-discharging =  %percentage%% format-full = format-full-foreground = ${colors.nord_green} -label-full =  FULL +label-full =  FULL ############################################################################### [module/volume] @@ -321,7 +321,7 @@ content-foreground = ${colors.accent} [module/logout] inherit = module/powerbase -content = "Logout " +content = " Logout " click-left = "pkill -n polybar ; i3-msg exit" [module/reboot] diff --git a/dotfiles/polybar/start.sh b/dotfiles/polybar/start.sh index 34d84ba..e6792f9 100755 --- a/dotfiles/polybar/start.sh +++ b/dotfiles/polybar/start.sh @@ -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 diff --git a/dotfiles/rofi/config.rasi b/dotfiles/rofi/config.rasi index 6040ca5..410c159 100644 --- a/dotfiles/rofi/config.rasi +++ b/dotfiles/rofi/config.rasi @@ -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; } diff --git a/dotfiles/rofi/config.rasi.dotdropbak b/dotfiles/rofi/config.rasi.dotdropbak new file mode 100644 index 0000000..880c8fd --- /dev/null +++ b/dotfiles/rofi/config.rasi.dotdropbak @@ -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; +} diff --git a/dotfiles/rofi/nord.rasi b/dotfiles/rofi/nord.rasi new file mode 100644 index 0000000..559eb15 --- /dev/null +++ b/dotfiles/rofi/nord.rasi @@ -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; +}