NORDIFY!!!!
This commit is contained in:
2
dotdrop
2
dotdrop
Submodule dotdrop updated: 054ba21019...902a4036cb
@@ -153,11 +153,13 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Itterasshai!' -B 'Hai!' 'i3-
|
||||
|
||||
# Border
|
||||
for_window [class="^.*"] border pixel 0
|
||||
|
||||
# Colors from https://www.nordtheme.com/
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #00d3a8 #222222 #ffffff #2e9ef4 #990000
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
||||
client.unfocused #333333 #222222 #888888 #292d2e #222222
|
||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
client.focused #4C566A #4C566A #ECEFF4 #BF616A #E5E9F0
|
||||
client.focused_inactive #3B4252 #3B4252 #ECEFF4 #BF616A #5f676a
|
||||
client.unfocused #333333 #222222 #D8DEE9 #BF616A #222222
|
||||
client.urgent #2f343a #BF616A #ECEFF4 #BF616A #900000
|
||||
client.background #ffffff
|
||||
|
||||
# Keyboard lauyout
|
||||
|
||||
@@ -3,8 +3,19 @@
|
||||
[colors]
|
||||
my_green = #00d3a8
|
||||
|
||||
nord_green = #A3BE8C
|
||||
|
||||
nord_blue4 = #5E81AC
|
||||
|
||||
nord0 = #2E3440
|
||||
nord3 = #4C566A
|
||||
|
||||
nord0_trans = #f02E3440
|
||||
|
||||
frost = #ECEFF4
|
||||
|
||||
black = #000000
|
||||
red = #ff000f
|
||||
red = #BF616A
|
||||
green = #8ce10b
|
||||
yellow = #ffb900
|
||||
blue = #008df8
|
||||
@@ -12,10 +23,12 @@ magenta = #6d43a6
|
||||
cyan = #00d8eb
|
||||
white = #fff
|
||||
|
||||
accent = ${self.my_green}
|
||||
#background = #18191E
|
||||
background = #f018191E
|
||||
foreground = ${self.white}
|
||||
dark_bg = #f018191E
|
||||
|
||||
accent = ${colors.nord_green}
|
||||
|
||||
background = ${colors.nord0_trans}
|
||||
foreground = ${colors.frost}
|
||||
|
||||
###############################################################################
|
||||
[font]
|
||||
@@ -82,7 +95,6 @@ wrapping-scroll = false
|
||||
|
||||
format = <label-state> <label-mode>
|
||||
|
||||
background_visible = #383D41
|
||||
background = ${colors.background}
|
||||
|
||||
label-focused = %index%
|
||||
@@ -122,7 +134,7 @@ date = %A, %d %B %Y
|
||||
|
||||
label = %date%
|
||||
label-font = 0
|
||||
label-foreground = ${colors.white}
|
||||
label-foreground = ${colors.foreground}
|
||||
|
||||
###############################################################################
|
||||
[module/time]
|
||||
@@ -134,7 +146,7 @@ time = %H:%M
|
||||
|
||||
label = %time%
|
||||
label-font = 0
|
||||
label-foreground = ${colors.accent}
|
||||
label-foreground = ${colors.foreground}
|
||||
|
||||
###############################################################################
|
||||
[module/title]
|
||||
@@ -144,7 +156,7 @@ format = <label>
|
||||
label-maxlen = 80
|
||||
label-empty = "Yoroshiku!"
|
||||
format-padding = 2
|
||||
format-foreground = #fff
|
||||
format-foreground = ${colors.foreground}
|
||||
|
||||
###############################################################################
|
||||
[module/battery]
|
||||
@@ -154,15 +166,15 @@ battery = BAT0
|
||||
apdapter = ADP1
|
||||
|
||||
format-charging = <label-charging>
|
||||
format-charging-foreground = ${colors.accent}
|
||||
format-charging-foreground = ${colors.foreground}
|
||||
label-charging = CHR %percentage%%
|
||||
|
||||
format-discharging = <label-discharging>
|
||||
format-discharging-foreground = ${colors.accent}
|
||||
format-discharging-foreground = ${colors.foreground}
|
||||
label-discharging = BAT %percentage%%
|
||||
|
||||
format-full = <label-full>
|
||||
format-full-foreground = ${colors.accent}
|
||||
format-full-foreground = ${colors.foreground}
|
||||
label-full = FULL
|
||||
|
||||
###############################################################################
|
||||
@@ -176,11 +188,11 @@ headphone-soundcard = default
|
||||
master-mixer = Master
|
||||
|
||||
format-volume = <label-volume>
|
||||
format-volume-foreground = ${colors.accent}
|
||||
format-volume-foreground = ${colors.foreground}
|
||||
label-volume = VOL %percentage%%
|
||||
|
||||
format-muted <label-muted>
|
||||
format-muted-foreground = #ff0000
|
||||
format-muted-foreground = ${colors.red}
|
||||
label-muted = MUTED
|
||||
|
||||
###############################################################################
|
||||
@@ -193,10 +205,10 @@ format-connected = <label-connected>
|
||||
format-disconnectded = <label-disconnected>
|
||||
|
||||
label-connected = %essid%
|
||||
label-connected-foreground = #fff
|
||||
label-connected-foreground = ${colors.foreground}
|
||||
|
||||
label-disconnected = NO WIFI
|
||||
label-disconnected-foreground = #fff
|
||||
label-disconnected-foreground = ${colors.foreground}
|
||||
|
||||
###############################################################################
|
||||
[module/backlight]
|
||||
@@ -206,7 +218,7 @@ card = amdgpu_bl0
|
||||
enable-scroll = true
|
||||
|
||||
format = <label>
|
||||
format-foreground = ${colors.white}
|
||||
format-foreground = ${colors.foreground}
|
||||
|
||||
label = BRT %percentage%%
|
||||
|
||||
@@ -225,7 +237,7 @@ interval = 2
|
||||
###############################################################################
|
||||
[module/powermenu]
|
||||
type = custom/text
|
||||
content = "MARC"
|
||||
content = "Marc"
|
||||
click-left = polybar powermenu
|
||||
|
||||
[bar/powermenu]
|
||||
|
||||
@@ -1,33 +1,28 @@
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
foreground: rgba ( 193, 193, 193, 100 % );
|
||||
none: rgba ( 0, 0, 0, 0% );
|
||||
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;
|
||||
alternate-normal-background: rgba ( 18, 19, 30, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 255, 24, 68, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
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-background: @nord0;
|
||||
alternate-urgent-background: @nord3;
|
||||
alternate-active-background: @nord0;
|
||||
background: @nord0;
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 18, 19, 30, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 57, 66, 73, 100 % );
|
||||
border-color: rgba ( 00, 211, 168, 100 % );
|
||||
normal-background: @nord0;
|
||||
selected-normal-background: @nord3;
|
||||
border-color: @none;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 30, 37, 41, 100 % );
|
||||
urgent-background: rgba ( 18, 19, 30, 100 % );
|
||||
selected-urgent-background: rgba ( 57, 66, 73, 100 % );
|
||||
separatorcolor: @none;
|
||||
urgent-background: @nord0;
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: @none;
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 18, 19, 30, 100 % );
|
||||
selected-active-background: rgba ( 57, 66, 73, 100 % );
|
||||
active-background: @nord0;
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
|
||||
Reference in New Issue
Block a user