mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Change x/y offsets and width
This commit is contained in:
parent
37518579c9
commit
d428c31a6e
1 changed files with 19 additions and 12 deletions
|
@ -21,17 +21,16 @@ monitor-strict = false
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
override-redirect = true
|
override-redirect = true
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
width = 100%
|
width = 99%
|
||||||
offset-x = 0%
|
offset-x = 0.5%
|
||||||
offset-y = 0%
|
offset-y = 0.5%
|
||||||
{{- if eq .chezmoi.hostname "helix" }}
|
{{- if eq .chezmoi.hostname "helix" }}
|
||||||
dpi-x = 216
|
dpi-x = 216
|
||||||
dpi-y = 216
|
dpi-y = 216
|
||||||
{{- end }}
|
{{- end }}
|
||||||
background = ${color.background}
|
background = ${color.background}
|
||||||
foreground = ${color.foreground}
|
foreground = ${color.foreground}
|
||||||
radius-top = 0.0
|
radius = 10.0
|
||||||
radius-bottom = 0.0
|
|
||||||
line-size = 0
|
line-size = 0
|
||||||
line-color = ${color.background}
|
line-color = ${color.background}
|
||||||
border-bottom-size = 0
|
border-bottom-size = 0
|
||||||
|
@ -49,7 +48,7 @@ font-2 = Font Awesome 6 Free:style=Regular:size=12;3
|
||||||
font-3 = Font Awesome 6 Brands:style=Regular:size=12;3
|
font-3 = Font Awesome 6 Brands:style=Regular:size=12;3
|
||||||
|
|
||||||
modules-left = workspaces sep title
|
modules-left = workspaces sep title
|
||||||
modules-center = spotify
|
modules-center =
|
||||||
{{- if eq .chezmoi.hostname "helix"}}
|
{{- if eq .chezmoi.hostname "helix"}}
|
||||||
modules-right = keyboard sep pulseaudio-control sep battery0 sep date sep powermenu
|
modules-right = keyboard sep pulseaudio-control sep battery0 sep date sep powermenu
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
@ -85,24 +84,30 @@ cursor-scroll =
|
||||||
|
|
||||||
[bar/two]
|
[bar/two]
|
||||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||||
monitor = DisplayPort-1
|
monitor = DisplayPort-0
|
||||||
|
height = 32
|
||||||
{{- else }}
|
{{- else }}
|
||||||
monitor = eDP-1
|
monitor = eDP-1
|
||||||
|
height = 72
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
bottom = true
|
||||||
monitor-fallback =
|
monitor-fallback =
|
||||||
monitor-strict = false
|
monitor-strict = false
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
override-redirect = true
|
override-redirect = true
|
||||||
bottom = true
|
bottom = true
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
width = 100%
|
width = 99%
|
||||||
height = 32
|
height = 32
|
||||||
offset-x = 0%
|
offset-x = 0.5%
|
||||||
offset-y = 0%
|
offset-y = 0.5%
|
||||||
|
{{- if eq .chezmoi.hostname "helix" }}
|
||||||
|
dpi-x = 216
|
||||||
|
dpi-y = 216
|
||||||
|
{{- end }}
|
||||||
background = ${color.background}
|
background = ${color.background}
|
||||||
foreground = ${color.foreground}
|
foreground = ${color.foreground}
|
||||||
radius-top = 0.0
|
radius = 10.0
|
||||||
radius-bottom = 0.0
|
|
||||||
line-size = 0
|
line-size = 0
|
||||||
line-color = ${color.background}
|
line-color = ${color.background}
|
||||||
border-bottom-size = 0
|
border-bottom-size = 0
|
||||||
|
@ -149,3 +154,5 @@ cursor-scroll =
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = false
|
screenchange-reload = false
|
||||||
|
pseudo-transparency = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue