feature(lib for bgs) adding a library for backgrounds

This commit is contained in:
2025-09-06 11:36:42 +02:00
parent 9bbb6b0b2e
commit a11e4961e1
11 changed files with 138 additions and 109 deletions

View File

@@ -110,6 +110,10 @@ in
in
{
normal = {
C-up = "move_visual_line_up";
C-down = "move_visual_line_down";
C-left = "move_prev_word_start";
C-right = "move_next_word_start";
d = {
d = [
"extend_to_line_bounds"
@@ -146,6 +150,10 @@ in
space = spaceMode;
};
insert = {
C-up = "move_visual_line_up";
C-down = "move_visual_line_down";
C-left = "move_prev_word_start";
C-right = "move_next_word_start";
C-v = "paste_clipboard_after";
C-c = "yank_to_clipboard";
C-x = "completion";

View File

@@ -4,6 +4,7 @@
config,
lib,
osConfig,
cLib,
...
}:
let
@@ -12,6 +13,9 @@ let
hyprlockFlake = inputs.hyprlock.packages.${pkgs.system}.hyprlock;
# hyprlockPkg = pkgs.hyprlock;
#
bg = osConfig.settings.theme.background;
inherit (cLib.theme.bgs) resolve;
in
{
options = {
@@ -33,7 +37,7 @@ in
background = [
{
monitor = "";
path = osConfig.settings.theme.background.lockscreen;
path = resolve bg.lockscreen;
}
];
input-field = [

View File

@@ -115,11 +115,10 @@
"disable-scroll": true,
"format": "{icon}",
"format-icons": {
"4": "",
"active": "",
"default": "",
"empty": "",
"persistent": ""
"active": "",
"default": "",
"empty": "",
"persistent": ""
},
"on-click": "activate",
"persistent-workspaces": {