ONEDAAAAAAAARK

This commit is contained in:
Marco Thomas
2021-01-01 15:15:48 +01:00
parent 200493dfc9
commit 6a0411d291
4 changed files with 39 additions and 40 deletions

View File

@@ -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}