Compare commits

...

2 Commits

Author SHA1 Message Date
Pavle Portic 03595d8141
Remove xresources 2024-02-06 18:36:31 +01:00
Pavle Portic 21ee22a80b
Update config template 2024-02-06 18:36:27 +01:00
2 changed files with 16 additions and 49 deletions

View File

@ -5,14 +5,23 @@ data:
xrandr: ''
tray_output: ''
nm_applet: true
bumblebee:
modules: 'ytrssil,'
parameters:
- key: "sensors.path"
value: "coretemp-isa-0000/Package id 0/temp1_input"
additional_bindings: ''
xresources:
per_screen: []
sway:
font_size: 13
tray_output: 'eDP-1'
nm_applet: true
additional_bindings: ''
inputs: |-
input <identifier> {
}
outputs: |-
output <identifier> {
}
bumblebee:
modules: 'ytrssil,'
parameters:
- key: "sensors.path"
value: "coretemp-isa-0000/Package id 0/temp1_input"
alacritty:
font:
size: '7.5'

View File

@ -1,42 +0,0 @@
! -- Color settings
*foreground: #ebdbb2
*background: #282828
!black
*color0: #1d2021
*color8: #665c54
!red
*color1: #cc241d
*color9: #fb4934
!green
*color2: #98971a
*color10: #b8bb26
!yellow
*color3: #d79921
*color11: #fabd2f
!blue
*color4: #388588
*color12: #72a591
!magenta
*color5: #b16286
*color13: #d3869b
!cyan
*color6: #689d6a
*color14: #8ec07c
!white
*color7: #dbae93
*color15: #fbf1c7
Xcursor.theme: Breeze
Xcursor.size: 24
! Font options
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
{{ range $key, $val := .xresources.per_screen }}#if SCREEN_NUM == {{ $key }}
Xft.dpi: {{ $val.dpi }}
#endif{{end}}