Add gaps & adventurer background
This commit is contained in:
parent
a6007a0cdb
commit
de61971cca
7 changed files with 10 additions and 4 deletions
|
@ -7,8 +7,9 @@ disks = ["/"]
|
|||
temperature-path = "/sys/class/hwmon/hwmon2/temp1_input"
|
||||
|
||||
outputs = [
|
||||
"\"ASUSTek COMPUTER INC VG258 M1LMQS004947\" position 0 1080 mode 1920x1080@165Hz",
|
||||
"\"BNQ BenQ GL2580 46J02196SL0\" position 1920 1080 mode 1920x1080@60Hz",
|
||||
"\"BNQ BenQ GL2580 46J02151SL0\" position 960 0 mode 1920x1080@60Hz",
|
||||
"\"Pioneer Electronic Corporation AV Receiver Unknown\" mode 3840x2160@60Hz scale 2.0",
|
||||
"\"ASUSTek COMPUTER INC VG258 M1LMQS004947\" position 0 1080 mode 1920x1080@165Hz bg ~/.local/share/backgrounds/adventurer/l.jpg fill",
|
||||
"\"BNQ BenQ GL2580 46J02196SL0\" position 1920 1080 mode 1920x1080@60Hz bg ~/.local/share/backgrounds/adventurer/r.jpg fill",
|
||||
"\"BNQ BenQ GL2580 46J02151SL0\" position 960 0 mode 1920x1080@60Hz bg ~/.local/share/backgrounds/adventurer/t.jpg fill ",
|
||||
"\"Pioneer Electronic Corporation AV Receiver Unknown\" mode 3840x2160@60Hz scale 2.0 bg ~/.local/share/backgrounds/adventurer/full.jpg fill",
|
||||
]
|
||||
default-background = false
|
||||
|
|
1
raw/.local/share/backgrounds/adventurer/CREDIT.txt
Normal file
1
raw/.local/share/backgrounds/adventurer/CREDIT.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Source: https://pixabay.com/photos/cliff-adventure-above-hiking-1822484/
|
BIN
raw/.local/share/backgrounds/adventurer/full.jpg
Normal file
BIN
raw/.local/share/backgrounds/adventurer/full.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
BIN
raw/.local/share/backgrounds/adventurer/l.jpg
Normal file
BIN
raw/.local/share/backgrounds/adventurer/l.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 KiB |
BIN
raw/.local/share/backgrounds/adventurer/r.jpg
Normal file
BIN
raw/.local/share/backgrounds/adventurer/r.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,015 KiB |
BIN
raw/.local/share/backgrounds/adventurer/t.jpg
Normal file
BIN
raw/.local/share/backgrounds/adventurer/t.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 492 KiB |
|
@ -41,7 +41,11 @@ client.background $base07
|
|||
output ${output}
|
||||
% endfor
|
||||
|
||||
% if host.get('default-background', True):
|
||||
output * bg ${home}/.local/share/backgrounds/sway-dark-1920x1080.png fill
|
||||
% endif
|
||||
|
||||
gaps inner 8
|
||||
|
||||
input type:Mouse accel_profile flat
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue