feat: fixes to river and kile
parent
e3eada2ea2
commit
eeb0baf8b0
|
@ -161,6 +161,8 @@ in {
|
|||
${riverctl} map $mode None XF86MonBrightnessDown spawn '${light} -U 5'
|
||||
done
|
||||
|
||||
${riverctl} attach-mode bottom
|
||||
|
||||
# Set background and border color
|
||||
${riverctl} background-color 0x282828
|
||||
${riverctl} border-color-focused 0x458588
|
||||
|
|
|
@ -8,7 +8,17 @@ const right ([- 1 -] hor_base)
|
|||
|
||||
const deck Deck
|
||||
const full Full
|
||||
const wide ([- 1 -] (Vertical | Horizontal Horizontal Horizontal))
|
||||
const cols ([0 0 0] Vertical)
|
||||
# const wide ([- 1 -] (Vertical | Horizontal Horizontal Horizontal))
|
||||
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
|
||||
|
|
|
@ -20,20 +20,19 @@
|
|||
(self: super: {
|
||||
kile-wl = super.rustPlatform.buildRustPackage rec {
|
||||
pname = "kile-wl";
|
||||
version = "2023-07-09";
|
||||
|
||||
version = "2023-07-20";
|
||||
src = super.fetchFromGitLab {
|
||||
owner = "snakedye";
|
||||
repo = "kile";
|
||||
rev = "f66d94a97b0cf6f2b5440ae884794a04b59fc5a3";
|
||||
sha256 = "sha256-6mHjrI+m8lmKk+gEV1AeutpZ8GK4iSak/FxbNeF+w9E=";
|
||||
rev = "e32cacf57ce69923482e56ea633a568ed06c9abf";
|
||||
sha256 = "sha256-TGsdsKd9KrLu9eLTCS/zDXqSrHsiy0Wjxkq5ouCP8bg=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = src + "/Cargo.lock";
|
||||
outputHashes = {
|
||||
"kilexpr-0.1.0" =
|
||||
"sha256-zxXxAekkuSw9/4rkEhXNbH5YrBYfGGX4iYMoRoSY3Wc=";
|
||||
"sha256-Bw6vYtzhheAJ8NLQtr3gLjZ9/5ajuABURRYDnVF9W1Y=";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue