adapted hyprpaper config to the new syntax
This commit is contained in:
@@ -292,6 +292,7 @@ windowrule {
|
|||||||
name = tiled
|
name = tiled
|
||||||
match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$
|
match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$
|
||||||
match:title = (A Ren(.)Py Game)
|
match:title = (A Ren(.)Py Game)
|
||||||
|
match:xwayland = 1
|
||||||
float = off
|
float = off
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,37 @@
|
|||||||
preload = /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg
|
#preload = /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg
|
||||||
preload= /home/thierry/Pictures/529.png
|
#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
|
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ local function save_profiles(threshold)
|
|||||||
end
|
end
|
||||||
|
|
||||||
time([[Luarocks path setup]], true)
|
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 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.1753364724/lib/lua/5.1/?.so"
|
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
|
if not string.find(package.path, package_path_str, 1, true) then
|
||||||
package.path = package.path .. ';' .. package_path_str
|
package.path = package.path .. ';' .. package_path_str
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -47,11 +47,11 @@ window#waybar {
|
|||||||
color: #fdf6e3;
|
color: #fdf6e3;
|
||||||
}
|
}
|
||||||
#workspaces button.visible{
|
#workspaces button.visible{
|
||||||
color: @red;
|
color: red;
|
||||||
/*border-bottom: 2px dotted red;*/
|
/*border-bottom: 2px dotted red;*/
|
||||||
}
|
}
|
||||||
#workspaces button.empty{
|
#workspaces button.empty{
|
||||||
color: @white;
|
color: white;
|
||||||
/*border-bottom: 2px dotted white;*/
|
/*border-bottom: 2px dotted white;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user