feat: fixes to river and kile

main
Ricard Illa 2023-07-21 18:13:19 +02:00
parent e3eada2ea2
commit eeb0baf8b0
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
3 changed files with 18 additions and 7 deletions

View File

@ -161,6 +161,8 @@ in {
${riverctl} map $mode None XF86MonBrightnessDown spawn '${light} -U 5' ${riverctl} map $mode None XF86MonBrightnessDown spawn '${light} -U 5'
done done
${riverctl} attach-mode bottom
# Set background and border color # Set background and border color
${riverctl} background-color 0x282828 ${riverctl} background-color 0x282828
${riverctl} border-color-focused 0x458588 ${riverctl} border-color-focused 0x458588

View File

@ -8,7 +8,17 @@ const right ([- 1 -] hor_base)
const deck Deck const deck Deck
const full Full const full Full
const wide ([- 1 -] (Vertical | Horizontal Horizontal Horizontal)) # const wide ([- 1 -] (Vertical | Horizontal Horizontal Horizontal))
const cols ([0 0 0] Vertical) const wide (
3 <
([1 0 -] (Vertical | Horizontal Horizontal))
? (
4 <
([1 1 -] (Vertical | Horizontal Horizontal Horizontal))
? ([- 1 -] (Vertical | Horizontal Horizontal Horizontal))
)
)
const cols ([0 - -] Vertical)
const default left const default left

View File

@ -20,20 +20,19 @@
(self: super: { (self: super: {
kile-wl = super.rustPlatform.buildRustPackage rec { kile-wl = super.rustPlatform.buildRustPackage rec {
pname = "kile-wl"; pname = "kile-wl";
version = "2023-07-09"; version = "2023-07-20";
src = super.fetchFromGitLab { src = super.fetchFromGitLab {
owner = "snakedye"; owner = "snakedye";
repo = "kile"; repo = "kile";
rev = "f66d94a97b0cf6f2b5440ae884794a04b59fc5a3"; rev = "e32cacf57ce69923482e56ea633a568ed06c9abf";
sha256 = "sha256-6mHjrI+m8lmKk+gEV1AeutpZ8GK4iSak/FxbNeF+w9E="; sha256 = "sha256-TGsdsKd9KrLu9eLTCS/zDXqSrHsiy0Wjxkq5ouCP8bg=";
}; };
cargoLock = { cargoLock = {
lockFile = src + "/Cargo.lock"; lockFile = src + "/Cargo.lock";
outputHashes = { outputHashes = {
"kilexpr-0.1.0" = "kilexpr-0.1.0" =
"sha256-zxXxAekkuSw9/4rkEhXNbH5YrBYfGGX4iYMoRoSY3Wc="; "sha256-Bw6vYtzhheAJ8NLQtr3gLjZ9/5ajuABURRYDnVF9W1Y=";
}; };
}; };