Compare commits
6 Commits
b550064a15
...
679f2e8f6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 679f2e8f6b | |||
| 9aae7d6df9 | |||
| c6cd00f955 | |||
| 33cb851539 | |||
| 5ec7f5edc7 | |||
| e7e5226c87 |
@@ -1,13 +1,13 @@
|
|||||||
set default-bg "#{{colors.surface.default.hex_stripped}}"
|
set default-bg "#{{colors.surface.default.hex_stripped}}"
|
||||||
set default-fg "#{{colors.on_surface.default.hex_stripped}}"
|
set default-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
|
|
||||||
set statusbar-bg "#{{colors.surface_container.default.hex_stripped}}"
|
set statusbar-bg "#{{colors.surface.default.hex_stripped}}"
|
||||||
set statusbar-fg "#{{colors.on_surface.default.hex_stripped}}"
|
set statusbar-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
|
|
||||||
set inputbar-bg "#{{colors.surface_container.default.hex_stripped}}"
|
set inputbar-bg "#{{colors.surface.default.hex_stripped}}"
|
||||||
set inputbar-fg "#{{colors.on_surface.default.hex_stripped}}"
|
set inputbar-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
|
|
||||||
set notification-bg "#{{colors.surface_container_high.default.hex_stripped}}"
|
set notification-bg "#{{colors.surface.default.hex_stripped}}"
|
||||||
set notification-fg "#{{colors.on_surface.default.hex_stripped}}"
|
set notification-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
|
|
||||||
set notification-error-bg "#{{colors.error.default.hex_stripped}}"
|
set notification-error-bg "#{{colors.error.default.hex_stripped}}"
|
||||||
@@ -16,17 +16,17 @@ set notification-error-fg "#{{colors.on_error.default.hex_stripped}}"
|
|||||||
set notification-warning-bg "#{{colors.tertiary.default.hex_stripped}}"
|
set notification-warning-bg "#{{colors.tertiary.default.hex_stripped}}"
|
||||||
set notification-warning-fg "#{{colors.on_tertiary.default.hex_stripped}}"
|
set notification-warning-fg "#{{colors.on_tertiary.default.hex_stripped}}"
|
||||||
|
|
||||||
set highlight-color "#{{colors.primary.default.hex_stripped}}"
|
set highlight-color "#{{colors.tertiary.default.hex_stripped}}"
|
||||||
set highlight-active-color "#{{colors.primary_container.default.hex_stripped}}"
|
set highlight-active-color "#{{colors.secondary.default.hex_stripped}}"
|
||||||
|
|
||||||
set completion-bg "#{{colors.surface_container.default.hex_stripped}}"
|
set completion-bg "#{{colors.surface.default.hex_stripped}}"
|
||||||
set completion-fg "#{{colors.on_surface.default.hex_stripped}}"
|
set completion-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
|
|
||||||
set completion-group-bg "#{{colors.surface_container.default.hex_stripped}}"
|
set completion-group-bg "#{{colors.surface.default.hex_stripped}}"
|
||||||
set completion-group-fg "#{{colors.on_surface.default.hex_stripped}}"
|
set completion-group-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
|
|
||||||
set completion-highlight-bg "#{{colors.primary.default.hex_stripped}}"
|
set completion-highlight-bg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
set completion-highlight-fg "#{{colors.on_primary.default.hex_stripped}}"
|
set completion-highlight-fg "#{{colors.surface.default.hex_stripped}}"
|
||||||
|
|
||||||
set index-bg "#{{colors.surface.default.hex_stripped}}"
|
set index-bg "#{{colors.surface.default.hex_stripped}}"
|
||||||
set index-fg "#{{colors.on_surface.default.hex_stripped}}"
|
set index-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||||
|
|||||||
+11
-1
@@ -77,9 +77,11 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
manager = {
|
manager = {
|
||||||
show_hidden = true;
|
show_hidden = true;
|
||||||
sort_by = "natural";
|
sort_by = "mtime";
|
||||||
|
sort_reverse = true;
|
||||||
sort_dir_first = true;
|
sort_dir_first = true;
|
||||||
linemode = "size";
|
linemode = "size";
|
||||||
|
mouse_events = ["click" "scroll" "touch" "move" "drag"];
|
||||||
};
|
};
|
||||||
tasks = {
|
tasks = {
|
||||||
image_bound = [10000 10000];
|
image_bound = [10000 10000];
|
||||||
@@ -107,6 +109,14 @@ in {
|
|||||||
default=hyprland;gtk
|
default=hyprland;gtk
|
||||||
org.freedesktop.impl.portal.FileChooser=termfilechooser
|
org.freedesktop.impl.portal.FileChooser=termfilechooser
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
xdg.mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
|
"inode/directory" = "yazi.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.windowrulev2 = [
|
wayland.windowManager.hyprland.settings.windowrulev2 = [
|
||||||
# File picker yazi - floating, centered, smaller size
|
# File picker yazi - floating, centered, smaller size
|
||||||
"float, class:^(org\\.hakase\\.popup\\.yazi)$"
|
"float, class:^(org\\.hakase\\.popup\\.yazi)$"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
{
|
{
|
||||||
programs.zathura = {
|
programs.zathura = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -11,10 +11,17 @@
|
|||||||
scroll-step = 100;
|
scroll-step = 100;
|
||||||
zoom-min = 10;
|
zoom-min = 10;
|
||||||
recolor = true;
|
recolor = true;
|
||||||
|
recolor-keephue = true;
|
||||||
};
|
};
|
||||||
extraConfig = "include zathura-matugen";
|
extraConfig = "include ${config.home.homeDirectory}/.config/zathura/zathura-matugen";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.activation.createZathuraMatugen = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||||
|
if [ ! -f "${config.home.homeDirectory}/.config/zathura/zathura-matugen" ]; then
|
||||||
|
touch "${config.home.homeDirectory}/.config/zathura/zathura-matugen"
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
|
|||||||
Reference in New Issue
Block a user