ONEDAAAAAAAARK
This commit is contained in:
@@ -59,7 +59,7 @@ colors:
|
||||
cyan: '#56B6C2'
|
||||
white: '#D8D8D8'
|
||||
|
||||
background_opacity: 0.96
|
||||
background_opacity: 1
|
||||
|
||||
selection:
|
||||
save_to_clipboard: true
|
||||
@@ -85,6 +85,4 @@ key_bindings:
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Add, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Subtract, mods: Control, action: DecreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
|
||||
@@ -136,8 +136,8 @@ for_window [class="Alacritty"] border pixel 0
|
||||
for_window [class="xterm"] border pixel 1
|
||||
|
||||
set $red "#e06c75"
|
||||
set $termbg "#1e2127"
|
||||
set $border "#98c379"
|
||||
set $termbg "#1C1B1D"
|
||||
set $border "#D8D8D8"
|
||||
|
||||
# Class Border Backgr. Text Indic. Child_border
|
||||
client.focused $border $border #000000 $border $border
|
||||
@@ -147,7 +147,7 @@ client.urgent $red $red $border $red $red
|
||||
client.background $border
|
||||
|
||||
# i3-gaps
|
||||
gaps inner 4
|
||||
gaps inner 0
|
||||
|
||||
# ============================== Start
|
||||
exec setxkbmap -layout za
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Opacity
|
||||
opacity-rule = [
|
||||
"90:class_g *?= 'XTerm'",
|
||||
"96:class_g *?= 'XTerm'",
|
||||
"96:class_g *?= 'jetbrains-idea'",
|
||||
"96:class_g *?= 'code-oss'",
|
||||
];
|
||||
@@ -10,12 +10,12 @@ opacity-exclude = [
|
||||
"class_g *?= 'firefox'",
|
||||
]
|
||||
|
||||
backend = "glx";
|
||||
blur: {
|
||||
method: "dual_kawase";
|
||||
strength = 4;
|
||||
background = false;
|
||||
}
|
||||
#backend = "glx";
|
||||
#blur: {
|
||||
# method: "dual_kawase";
|
||||
# strength = 4;
|
||||
# background = false;
|
||||
#}
|
||||
|
||||
shadow = true;
|
||||
shadow-radius = 12;
|
||||
@@ -27,4 +27,5 @@ shadow-green = 0
|
||||
shadow-blue = 0
|
||||
shadow-exclude = [
|
||||
"class_g *?= 'dmenu'",
|
||||
"class_g *?= 'polybar'",
|
||||
]
|
||||
|
||||
@@ -1,21 +1,27 @@
|
||||
# vim:ft=dosini
|
||||
|
||||
[colors]
|
||||
background = #000000
|
||||
background = #1C1B1D
|
||||
foreground = #ffffff
|
||||
urgent = #e06c75
|
||||
yellow = #d19a66
|
||||
accent = #98c379
|
||||
i3 = ${colors.accent}
|
||||
|
||||
############################## BARS
|
||||
black = "#24272a"
|
||||
red = "#E06C75"
|
||||
green ="#98C379"
|
||||
yellow = "#E5C07B"
|
||||
blue = "#61AFEF"
|
||||
magenta = "#C678DD"
|
||||
cyan: = #56B6C2"
|
||||
white = "#D8D8D8"
|
||||
|
||||
[bar/laptop]
|
||||
monitor = ${env:MONITOR}
|
||||
|
||||
font-0 = "Product Sans:pixelsize=11:weight=regular;3"
|
||||
font-1 = "Product Sans:pixelsize=11:weight=bold;3"
|
||||
font-2 = "Noto Sans CJK JP:antialiase=false:pixelsize=11;2"
|
||||
font-3 = "Material Design Icons:size=12;3"
|
||||
font-0 = "Product Sans:pixelsize=9:weight=regular;2"
|
||||
font-1 = "Product Sans:pixelsize=9:weight=bold;2"
|
||||
font-2 = "Noto Sans CJK JP:antialiase=false:pixelsize=9;2"
|
||||
font-3 = "Material Design Icons:size=9;3"
|
||||
|
||||
height = 30px
|
||||
width = 100%
|
||||
@@ -28,8 +34,8 @@ separator =
|
||||
locale =
|
||||
|
||||
modules-left = i3 spotify
|
||||
modules-center = date time
|
||||
modules-right = cpu memory network volume battery
|
||||
modules-center =
|
||||
modules-right = cpu memory volume battery date
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 1
|
||||
@@ -37,7 +43,7 @@ tray-padding = 1
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
|
||||
line-size = 0
|
||||
line-size = 1
|
||||
|
||||
wm-name = i3
|
||||
wm-restack = i3
|
||||
@@ -45,7 +51,7 @@ wm-restack = i3
|
||||
[bar/desktop]
|
||||
inherit = bar/laptop
|
||||
|
||||
modules-right = cpu memory volume
|
||||
modules-right = cpu memory volume date
|
||||
|
||||
[bar/desktop_second]
|
||||
inherit = bar/desktop
|
||||
@@ -71,8 +77,7 @@ ws-icon-8 = 9;九
|
||||
ws-icon-9 = 10;十
|
||||
|
||||
label-focused = "%icon%"
|
||||
label-focused-foreground = ${colors.background}
|
||||
label-focused-background = ${colors.i3}
|
||||
label-focused-underline = ${colors.accent}
|
||||
label-focused-padding = 2
|
||||
|
||||
label-unfocused = "%icon%"
|
||||
@@ -98,18 +103,20 @@ label-underline = ${colors.accent}
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
date = %{T2}%A%{T-}, %B %d
|
||||
label = %date% %time%
|
||||
|
||||
#date = %{T2}%a%{T-} %d
|
||||
date = %a %d
|
||||
time = %H:%M
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
format-underline = ${colors.red}
|
||||
|
||||
[module/time]
|
||||
type = internal/date
|
||||
date = %{T2}%H:%M%{T-}
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
|
||||
[module/backlight]
|
||||
@@ -119,7 +126,6 @@ card = amdgpu_bl0
|
||||
label = %percentage%%
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
|
||||
[module/battery]
|
||||
@@ -170,8 +176,7 @@ format-volume = <label-volume>
|
||||
|
||||
label-volume = %percentage%%
|
||||
format-volume-prefix = " "
|
||||
format-volume-prefix-foreground = ${colors.accent}
|
||||
format-volume-underline = ${colors.accent}
|
||||
format-volume-underline = ${colors.yellow}
|
||||
|
||||
label-muted = Muted
|
||||
format-muted-prefix = " "
|
||||
@@ -210,7 +215,6 @@ interval = 600
|
||||
click-left = alacritty -e yay &
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
|
||||
[module/spotify]
|
||||
@@ -219,7 +223,6 @@ exec = python ~/.config/polybar/scripts/spotify_status.py -f '{artist}: {song}'
|
||||
interval = 1
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
|
||||
[module/cpu]
|
||||
@@ -228,7 +231,6 @@ exec = ~/.config/polybar/scripts/cpu.sh
|
||||
click-left = ~/.config/polybar/scripts/cpu.sh --popup
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
|
||||
[module/memory]
|
||||
@@ -237,13 +239,11 @@ exec = ~/.config/polybar/scripts/memory.sh
|
||||
click-left = ~/.config/polybar/scripts/memory.sh --popup
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
format-underline = ${colors.blue}
|
||||
|
||||
[module/temp]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/temp.sh
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
format-underline = ${colors.accent}
|
||||
|
||||
Reference in New Issue
Block a user