
- bars for each computer are declared in separte file. A `launch.sh` script is launched by i3 by default and should start the right bar(s). That script is no longer ingored in `.gitignore` in order to be added for each machine's specific branch - All modules are declared in the same file and prepended with the name of the machine they belong on
43 lines
771 B
INI
43 lines
771 B
INI
[bar/turbo-top-main]
|
|
theme = dark
|
|
monitor = eDP-1
|
|
enable-ipc = true
|
|
locale = fr_FR.UTF-8
|
|
|
|
# Geometry
|
|
width = 100%
|
|
height = 4%
|
|
radius = 2
|
|
offset-x = 0
|
|
offset-y = 0
|
|
|
|
fixed-center = true
|
|
|
|
#########
|
|
# Theme #
|
|
|
|
# Desert theme
|
|
background = ${colors.background}
|
|
foreground = ${colors.foreground}
|
|
|
|
line-size = 3pt
|
|
|
|
# Border top is use to seamlessly add space on top of the bar
|
|
border-top-size = 5pt
|
|
border-top-color = ${colors.background}
|
|
#border-bottom-size = 4pt
|
|
|
|
padding-left = 1
|
|
padding-right = 1
|
|
|
|
module-margin = 1
|
|
|
|
font-0 = Adwaita Sans:size=14
|
|
font-1 = Noto Color Emoji:size=1
|
|
font-2 = Symbols Nerd Font:size=20
|
|
|
|
modules-left = xworkspaces
|
|
modules-center = date
|
|
modules-right = xkeyboard backlight turbo/temperature memory cpu battery systray
|
|
|
|
cursor-click = pointer
|