New colour scheme
Old otter style is saved in separate files.
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
[colors]
|
||||
background = #64391d
|
||||
background-alt = #b38a5b
|
||||
foreground = #FFFFFF
|
||||
primary = #b7d72c
|
||||
secondary = #dde368
|
||||
alert = #7c2c09
|
||||
disabled = #4f3b22
|
||||
|
||||
background = #282a36
|
||||
background-alt = #44475a
|
||||
foreground = #f8f8f2
|
||||
primary = #bd93f9
|
||||
secondary = #ffb86c
|
||||
alert = #ff5555
|
||||
disabled = #6272a4
|
||||
|
9
polybar/colors_custom_otter.ini
Normal file
9
polybar/colors_custom_otter.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[colors]
|
||||
background = #64391d
|
||||
background-alt = #b38a5b
|
||||
foreground = #FFFFFF
|
||||
primary = #b7d72c
|
||||
secondary = #dde368
|
||||
alert = #7c2c09
|
||||
disabled = #4f3b22
|
||||
|
@ -91,8 +91,14 @@ label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
|
||||
type = internal/date
|
||||
interval = 1
|
||||
|
||||
date = %d-%m-%Y %H:%M
|
||||
date-alt = %Y-%m-%d %H:%M:%S
|
||||
date = %d-%m-%Y
|
||||
date-alt = %Y-%m-%d
|
||||
|
||||
label = %date%
|
||||
label-foreground = ${colors.primary}
|
||||
[module/time]
|
||||
type= internal/date
|
||||
interval=1
|
||||
date = %H:%M:%S
|
||||
label = %date%
|
||||
|
||||
|
@ -3,15 +3,17 @@ width = 100%
|
||||
height = 24pt
|
||||
radius = 3
|
||||
|
||||
offset-x = 50
|
||||
offset-y = 50
|
||||
|
||||
; dpi = 96
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
line-size = 4pt
|
||||
|
||||
border-size = 4pt
|
||||
border-color = #64391d
|
||||
#border-size = 4pt
|
||||
#border-color = ${colors.background}
|
||||
|
||||
padding-left = 0
|
||||
padding-right = 1
|
||||
@ -21,9 +23,11 @@ module-margin = 1
|
||||
separator = |
|
||||
separator-foreground = ${colors.disabled}
|
||||
|
||||
font-0 = monospace;2
|
||||
font-0 = "HeavyDataNerdFont:pixelsize=20;2"
|
||||
font-1 = monospace;2
|
||||
|
||||
modules-left = xworkspaces xwindow
|
||||
modules-center = time
|
||||
modules-left = xworkspaces tray xwindow
|
||||
modules-right = pulseaudio memory cpu eth date
|
||||
|
||||
cursor-click = pointer
|
||||
|
Reference in New Issue
Block a user