Skip to content

Commit 97fa0c8

Browse files
committed
Update lockfile
1 parent 39464c3 commit 97fa0c8

File tree

7 files changed

+112
-179
lines changed

7 files changed

+112
-179
lines changed

_sources/generated.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,11 +1105,11 @@
11051105
"name": null,
11061106
"owner": "vim-jp",
11071107
"repo": "vimdoc-ja",
1108-
"rev": "cf46a853499454427d92e6df174ad17a43bb3d95",
1109-
"sha256": "sha256-2gBJDM6Vrfr5li+1Bx2XXOP5+g4ULWvBZ5yAgyJID+o=",
1108+
"rev": "f11c4ccb396be0c8a5beda2b31ee81e03d9ac133",
1109+
"sha256": "sha256-3q+DvtrEpqesWPeKxZF8aCvktwsDefrAxETWGzifi7w=",
11101110
"sparseCheckout": [],
11111111
"type": "github"
11121112
},
1113-
"version": "cf46a853499454427d92e6df174ad17a43bb3d95"
1113+
"version": "f11c4ccb396be0c8a5beda2b31ee81e03d9ac133"
11141114
}
11151115
}

_sources/generated.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,13 +630,13 @@
630630
};
631631
vimdoc-ja = {
632632
pname = "vimdoc-ja";
633-
version = "cf46a853499454427d92e6df174ad17a43bb3d95";
633+
version = "f11c4ccb396be0c8a5beda2b31ee81e03d9ac133";
634634
src = fetchFromGitHub {
635635
owner = "vim-jp";
636636
repo = "vimdoc-ja";
637-
rev = "cf46a853499454427d92e6df174ad17a43bb3d95";
637+
rev = "f11c4ccb396be0c8a5beda2b31ee81e03d9ac133";
638638
fetchSubmodules = false;
639-
sha256 = "sha256-2gBJDM6Vrfr5li+1Bx2XXOP5+g4ULWvBZ5yAgyJID+o=";
639+
sha256 = "sha256-3q+DvtrEpqesWPeKxZF8aCvktwsDefrAxETWGzifi7w=";
640640
};
641641
date = "2025-07-30";
642642
};

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home-manager/programs/rofi/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
display-run = " Run";
2323
display-drun = " Application";
2424
display-filebrowser = " Filebrowser";
25-
disable-history= false;
25+
disable-history = false;
2626
};
2727
};
2828
}

home-manager/programs/sway/emacs-ime.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ TEMP_FILE=$(mktemp)
55
# Kittyを起動し、専用の設定ファイルを適用し、タイトルを設定
66
# -c は --config の短縮形
77
kitty \
8-
-c ~/.config/kitty/emacsclient_transparent.conf \
9-
--title "Temporary Editor" \
10-
sh -c "
8+
-c ~/.config/kitty/emacsclient_transparent.conf \
9+
--title "Temporary Editor" \
10+
sh -c "
1111
emacsclient -c --eval \
1212
\"(progn
1313
(setq initial-buffer-choice nil)
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
@import url("./colors.css");
22

33
* {
4-
border: none;
5-
border-radius: 0;
6-
font-family: Iosevka;
7-
font-size: 11pt;
8-
min-height: 0;
4+
border: none;
5+
border-radius: 0;
6+
font-family: Iosevka;
7+
font-size: 11pt;
8+
min-height: 0;
99
}
1010

1111
window#waybar {
12-
opacity: 0.9;
13-
background: @background-darker;
14-
color: @foreground;
15-
border-bottom: 2px solid @background;
12+
opacity: 0.9;
13+
background: @background-darker;
14+
color: @foreground;
15+
border-bottom: 2px solid @background;
1616
}
1717

1818
#workspaces button {
19-
padding: 0 10px;
20-
background: @background;
21-
color: @foreground;
19+
padding: 0 10px;
20+
background: @background;
21+
color: @foreground;
2222
}
2323

2424
#workspaces button:hover {
25-
box-shadow: inherit;
26-
text-shadow: inherit;
27-
background-image: linear-gradient(0deg, @selection, @background-darker);
25+
box-shadow: inherit;
26+
text-shadow: inherit;
27+
background-image: linear-gradient(0deg, @selection, @background-darker);
2828
}
2929

3030
#workspaces button.focused,
3131
#workspaces button.active {
32-
background-image: linear-gradient(0deg, @purple, @selection);
32+
background-image: linear-gradient(0deg, @purple, @selection);
3333
}
3434

3535
#workspaces button.urgent {
36-
background-image: linear-gradient(0deg, @red, @background-darker);
36+
background-image: linear-gradient(0deg, @red, @background-darker);
3737
}
3838

3939
#taskbar button.active {
40-
background-image: linear-gradient(0deg, @selection, @background-darker);
40+
background-image: linear-gradient(0deg, @selection, @background-darker);
4141
}
4242

4343
#clock {
44-
padding: 0 4px;
45-
background: @background;
44+
padding: 0 4px;
45+
background: @background;
4646
}

0 commit comments

Comments
 (0)