mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -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
|
||||
override-redirect = true
|
||||
fixed-center = true
|
||||
width = 100%
|
||||
offset-x = 0%
|
||||
offset-y = 0%
|
||||
width = 99%
|
||||
offset-x = 0.5%
|
||||
offset-y = 0.5%
|
||||
{{- if eq .chezmoi.hostname "helix" }}
|
||||
dpi-x = 216
|
||||
dpi-y = 216
|
||||
{{- end }}
|
||||
background = ${color.background}
|
||||
foreground = ${color.foreground}
|
||||
radius-top = 0.0
|
||||
radius-bottom = 0.0
|
||||
radius = 10.0
|
||||
line-size = 0
|
||||
line-color = ${color.background}
|
||||
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
|
||||
|
||||
modules-left = workspaces sep title
|
||||
modules-center = spotify
|
||||
modules-center =
|
||||
{{- if eq .chezmoi.hostname "helix"}}
|
||||
modules-right = keyboard sep pulseaudio-control sep battery0 sep date sep powermenu
|
||||
{{- else }}
|
||||
|
@ -85,24 +84,30 @@ cursor-scroll =
|
|||
|
||||
[bar/two]
|
||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||
monitor = DisplayPort-1
|
||||
monitor = DisplayPort-0
|
||||
height = 32
|
||||
{{- else }}
|
||||
monitor = eDP-1
|
||||
height = 72
|
||||
{{- end}}
|
||||
bottom = true
|
||||
monitor-fallback =
|
||||
monitor-strict = false
|
||||
enable-ipc = true
|
||||
override-redirect = true
|
||||
bottom = true
|
||||
fixed-center = true
|
||||
width = 100%
|
||||
width = 99%
|
||||
height = 32
|
||||
offset-x = 0%
|
||||
offset-y = 0%
|
||||
offset-x = 0.5%
|
||||
offset-y = 0.5%
|
||||
{{- if eq .chezmoi.hostname "helix" }}
|
||||
dpi-x = 216
|
||||
dpi-y = 216
|
||||
{{- end }}
|
||||
background = ${color.background}
|
||||
foreground = ${color.foreground}
|
||||
radius-top = 0.0
|
||||
radius-bottom = 0.0
|
||||
radius = 10.0
|
||||
line-size = 0
|
||||
line-color = ${color.background}
|
||||
border-bottom-size = 0
|
||||
|
@ -149,3 +154,5 @@ cursor-scroll =
|
|||
|
||||
[settings]
|
||||
screenchange-reload = false
|
||||
pseudo-transparency = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue