NORDIFY!!!!

This commit is contained in:
CramMK
2020-04-16 11:51:18 +02:00
parent 94e7d2caf9
commit c104e73683
4 changed files with 56 additions and 47 deletions

Submodule dotdrop updated: 054ba21019...902a4036cb

View File

@@ -153,11 +153,13 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Itterasshai!' -B 'Hai!' 'i3-
# Border # Border
for_window [class="^.*"] border pixel 0 for_window [class="^.*"] border pixel 0
# Colors from https://www.nordtheme.com/
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused #00d3a8 #222222 #ffffff #2e9ef4 #990000 client.focused #4C566A #4C566A #ECEFF4 #BF616A #E5E9F0
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a client.focused_inactive #3B4252 #3B4252 #ECEFF4 #BF616A #5f676a
client.unfocused #333333 #222222 #888888 #292d2e #222222 client.unfocused #333333 #222222 #D8DEE9 #BF616A #222222
client.urgent #2f343a #900000 #ffffff #900000 #900000 client.urgent #2f343a #BF616A #ECEFF4 #BF616A #900000
client.background #ffffff client.background #ffffff
# Keyboard lauyout # Keyboard lauyout

View File

@@ -3,8 +3,19 @@
[colors] [colors]
my_green = #00d3a8 my_green = #00d3a8
nord_green = #A3BE8C
nord_blue4 = #5E81AC
nord0 = #2E3440
nord3 = #4C566A
nord0_trans = #f02E3440
frost = #ECEFF4
black = #000000 black = #000000
red = #ff000f red = #BF616A
green = #8ce10b green = #8ce10b
yellow = #ffb900 yellow = #ffb900
blue = #008df8 blue = #008df8
@@ -12,10 +23,12 @@ magenta = #6d43a6
cyan = #00d8eb cyan = #00d8eb
white = #fff white = #fff
accent = ${self.my_green} dark_bg = #f018191E
#background = #18191E
background = #f018191E accent = ${colors.nord_green}
foreground = ${self.white}
background = ${colors.nord0_trans}
foreground = ${colors.frost}
############################################################################### ###############################################################################
[font] [font]
@@ -82,7 +95,6 @@ wrapping-scroll = false
format = <label-state> <label-mode> format = <label-state> <label-mode>
background_visible = #383D41
background = ${colors.background} background = ${colors.background}
label-focused = %index% label-focused = %index%
@@ -122,7 +134,7 @@ date = %A, %d %B %Y
label = %date% label = %date%
label-font = 0 label-font = 0
label-foreground = ${colors.white} label-foreground = ${colors.foreground}
############################################################################### ###############################################################################
[module/time] [module/time]
@@ -134,7 +146,7 @@ time = %H:%M
label = %time% label = %time%
label-font = 0 label-font = 0
label-foreground = ${colors.accent} label-foreground = ${colors.foreground}
############################################################################### ###############################################################################
[module/title] [module/title]
@@ -144,7 +156,7 @@ format = <label>
label-maxlen = 80 label-maxlen = 80
label-empty = "Yoroshiku!" label-empty = "Yoroshiku!"
format-padding = 2 format-padding = 2
format-foreground = #fff format-foreground = ${colors.foreground}
############################################################################### ###############################################################################
[module/battery] [module/battery]
@@ -154,15 +166,15 @@ battery = BAT0
apdapter = ADP1 apdapter = ADP1
format-charging = <label-charging> format-charging = <label-charging>
format-charging-foreground = ${colors.accent} format-charging-foreground = ${colors.foreground}
label-charging = CHR %percentage%% label-charging = CHR %percentage%%
format-discharging = <label-discharging> format-discharging = <label-discharging>
format-discharging-foreground = ${colors.accent} format-discharging-foreground = ${colors.foreground}
label-discharging = BAT %percentage%% label-discharging = BAT %percentage%%
format-full = <label-full> format-full = <label-full>
format-full-foreground = ${colors.accent} format-full-foreground = ${colors.foreground}
label-full = FULL label-full = FULL
############################################################################### ###############################################################################
@@ -176,11 +188,11 @@ headphone-soundcard = default
master-mixer = Master master-mixer = Master
format-volume = <label-volume> format-volume = <label-volume>
format-volume-foreground = ${colors.accent} format-volume-foreground = ${colors.foreground}
label-volume = VOL %percentage%% label-volume = VOL %percentage%%
format-muted <label-muted> format-muted <label-muted>
format-muted-foreground = #ff0000 format-muted-foreground = ${colors.red}
label-muted = MUTED label-muted = MUTED
############################################################################### ###############################################################################
@@ -193,10 +205,10 @@ format-connected = <label-connected>
format-disconnectded = <label-disconnected> format-disconnectded = <label-disconnected>
label-connected = %essid% label-connected = %essid%
label-connected-foreground = #fff label-connected-foreground = ${colors.foreground}
label-disconnected = NO WIFI label-disconnected = NO WIFI
label-disconnected-foreground = #fff label-disconnected-foreground = ${colors.foreground}
############################################################################### ###############################################################################
[module/backlight] [module/backlight]
@@ -206,7 +218,7 @@ card = amdgpu_bl0
enable-scroll = true enable-scroll = true
format = <label> format = <label>
format-foreground = ${colors.white} format-foreground = ${colors.foreground}
label = BRT %percentage%% label = BRT %percentage%%
@@ -225,7 +237,7 @@ interval = 2
############################################################################### ###############################################################################
[module/powermenu] [module/powermenu]
type = custom/text type = custom/text
content = "MARC" content = "Marc"
click-left = polybar powermenu click-left = polybar powermenu
[bar/powermenu] [bar/powermenu]

View File

@@ -1,33 +1,28 @@
* { * {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % ); none: rgba ( 0, 0, 0, 0% );
foreground: rgba ( 193, 193, 193, 100 % ); nord-green: rgba ( 163, 190, 140, 100 % );
nord0: rgba ( 46, 52, 64, 100% );
nord3: rgba ( 67, 76, 94, 100% );
frost0: rgba ( 216, 222, 233, 100% );
frost2: rgba ( 236, 239, 244, 100% );
selected-normal-foreground: @frost0;
foreground: @frost2;
normal-foreground: @foreground; normal-foreground: @foreground;
alternate-normal-background: rgba ( 18, 19, 30, 100 % ); alternate-normal-background: @nord0;
red: rgba ( 220, 50, 47, 100 % ); alternate-urgent-background: @nord3;
selected-urgent-foreground: rgba ( 255, 24, 68, 100 % ); alternate-active-background: @nord0;
blue: rgba ( 38, 139, 210, 100 % ); background: @nord0;
urgent-foreground: rgba ( 255, 24, 68, 100 % );
alternate-urgent-background: rgba ( 18, 19, 30, 100 % );
active-foreground: rgba ( 128, 203, 196, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 128, 203, 196, 100 % );
alternate-active-background: rgba ( 18, 19, 30, 100 % );
background: rgba ( 18, 19, 30, 100 % );
bordercolor: rgba ( 00, 211, 168, 100 % );
alternate-normal-foreground: @foreground; alternate-normal-foreground: @foreground;
normal-background: rgba ( 18, 19, 30, 100 % ); normal-background: @nord0;
lightfg: rgba ( 88, 104, 117, 100 % ); selected-normal-background: @nord3;
selected-normal-background: rgba ( 57, 66, 73, 100 % ); border-color: @none;
border-color: rgba ( 00, 211, 168, 100 % );
spacing: 2; spacing: 2;
separatorcolor: rgba ( 30, 37, 41, 100 % ); separatorcolor: @none;
urgent-background: rgba ( 18, 19, 30, 100 % ); urgent-background: @nord0;
selected-urgent-background: rgba ( 57, 66, 73, 100 % );
alternate-urgent-foreground: @urgent-foreground; alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % ); background-color: @none;
alternate-active-foreground: @active-foreground; alternate-active-foreground: @active-foreground;
active-background: rgba ( 18, 19, 30, 100 % ); active-background: @nord0;
selected-active-background: rgba ( 57, 66, 73, 100 % );
} }
#window { #window {
background-color: @background; background-color: @background;