Skip to content

Commit f16f52d

Browse files
committed
Merge branch origin/main
2 parents 587dc82 + ea46e86 commit f16f52d

File tree

6 files changed

+121
-180
lines changed

6 files changed

+121
-180
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414

1515
extraConfig = {
1616
show-icons = true;
17+
icon-theme = "Nordzy-dark";
18+
sidebar-mode = true;
19+
display-window = " Window";
20+
display-run = " Run";
21+
display-drun = " Application";
22+
display-filebrowser = " Filebrowser";
23+
disable-history = false;
1724
};
1825
};
1926
}

home-manager/programs/waybar/style.css

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,45 @@
1010
* {
1111
border: none;
1212
border-radius: 0;
13-
font-family: "HackGen";
13+
font-family: Iosevka;
1414
font-size: 11pt;
1515
min-height: 0;
1616
}
1717

1818
window#waybar {
19-
background: #282a36;
20-
color: #f8f8f2;
21-
border-bottom: 2px solid #44475a;
19+
opacity: 0.9;
20+
background: @background-darker;
21+
color: @foreground;
22+
border-bottom: 2px solid @background;
2223
}
2324

2425
#workspaces button {
2526
padding: 0 10px;
26-
background: #282a36;
27-
color: #f8f8f2;
27+
background: @background;
28+
color: @foreground;
2829
}
2930

3031
#workspaces button:hover {
3132
box-shadow: inherit;
3233
text-shadow: inherit;
33-
background-image: linear-gradient(0deg, #6272a4, #282a36);
34+
background-image: linear-gradient(0deg, @selection, @background-darker);
3435
}
3536

3637
#workspaces button.focused,
3738
#workspaces button.active {
38-
background-image: linear-gradient(0deg, #bd93f9, #6272a4);
39+
background-image: linear-gradient(0deg, @purple, @selection);
3940
}
4041

4142
#workspaces button.urgent {
42-
background-image: linear-gradient(0deg, #ff5555, #282a36);
43+
background-image: linear-gradient(0deg, @red, @background-darker);
4344
}
4445

4546
#taskbar button.active {
46-
background-image: linear-gradient(0deg, #6272a4, #282a36);
47+
background-image: linear-gradient(0deg, @selection, @background-darker);
4748
}
4849

4950
#clock {
5051
padding: 0 4px;
51-
background: #282a36;
52+
background: @background;
5253
}
5354

0 commit comments

Comments
 (0)