adapted hyprpaper config to the new syntax

This commit is contained in:
2026-01-28 21:20:06 +01:00
parent fb4518f263
commit 533ccb0f02
4 changed files with 41 additions and 7 deletions

View File

@@ -292,6 +292,7 @@ windowrule {
name = tiled
match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$
match:title = (A Ren(.)Py Game)
match:xwayland = 1
float = off
}

View File

@@ -1,4 +1,37 @@
preload = /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg
preload= /home/thierry/Pictures/529.png
#preload = /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg
#preload= /home/thierry/Pictures/bg/*.*
#preload = /home/thierry/Pictures/bg/2am\ high\ rise.jpg
#preload = /home/thierry/Pictures/bg/megalopolis.jpg
#preload = /home/thierry/Pictures/bg/7r1dcnkizb811.jpg
#preload = /home/thierry/Pictures/bg/moon\ hi-res.jpg
#preload = /home/thierry/Pictures/bg/Gateway\ - \Conservator\ Walk.jpg
#preload = /home/thierry/Pictures/bg/Quiraing,\ Scotland.jpg
#preload = /home/thierry/Pictures/bg/IMG_20210913_142249.jpg
#preload = /home/thierry/Pictures/bg/Suburbia\ 2044.jpg
#preload = /home/thierry/Pictures/bg/ITSP\ LA\ vibes.jpg
#preload = /home/thierry/Pictures/bg/the\ moon\ craters.jpg
#preload = /home/thierry/Pictures/bg/jupiter\ as\ seen\ by\ the\ Juno\ probe.jpg
#preload = /home/thierry/Pictures/bg/the\ moon.jpg
#preload = /home/thierry/Pictures/bg/love,\ family,\ nature.jpg
#preload = /home/thierry/Pictures/bg/uozufskjxc811.jpg
#ipc = off
#wallpaper = , /home/thierry/Pictures/bg/IMG_20210913_142249.jpg
wallpaper {
monitor = eDP-1
path = /home/thierry/Pictures/bg/
fit_mode = cover
timeout = 240
}
wallpaper {
monitor = DP-2
path = /home/thierry/Pictures/bg/
fit_mode = cover
timeout = 240
}
wallpaper = HDMI-A-1, /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg

View File

@@ -49,8 +49,8 @@ local function save_profiles(threshold)
end
time([[Luarocks path setup]], true)
local package_path_str = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/share/lua/5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/share/lua/5.1/?/init.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/lib/luarocks/rocks-5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/lib/lua/5.1/?.so"
local package_path_str = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/share/lua/5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/share/lua/5.1/?/init.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/lib/luarocks/rocks-5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/lib/lua/5.1/?.so"
if not string.find(package.path, package_path_str, 1, true) then
package.path = package.path .. ';' .. package_path_str
end

View File

@@ -47,11 +47,11 @@ window#waybar {
color: #fdf6e3;
}
#workspaces button.visible{
color: @red;
color: red;
/*border-bottom: 2px dotted red;*/
}
#workspaces button.empty{
color: @white;
color: white;
/*border-bottom: 2px dotted white;*/
}