Compare commits
5 Commits
ee4ab0e8a6
...
f76b350d94
| Author | SHA1 | Date | |
|---|---|---|---|
| f76b350d94 | |||
| 25ad6502fc | |||
| ba8c0bdf3d | |||
| c161673102 | |||
| 6929369c28 |
@@ -10,6 +10,11 @@
|
|||||||
osc = "no";
|
osc = "no";
|
||||||
osd-bar = "no";
|
osd-bar = "no";
|
||||||
border = "no";
|
border = "no";
|
||||||
|
|
||||||
|
# Subtitle preferences - prefer full subtitles over forced
|
||||||
|
# slang = "eng,en,enm"; # English subtitle preference order
|
||||||
|
# subs-fallback = "default"; # Use default if preferred not found
|
||||||
|
# sub-forced-events-only = "no"; # Don't limit to forced subtitle events
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -29,6 +34,6 @@
|
|||||||
# --- VIDEO PLAYER (mpv) ---
|
# --- VIDEO PLAYER (mpv) ---
|
||||||
"float, class:^(mpv)$"
|
"float, class:^(mpv)$"
|
||||||
"center, class:^(mpv)$"
|
"center, class:^(mpv)$"
|
||||||
"size 70% 70%, class:^(mpv)$"
|
"size 70% 50%, class:^(mpv)$"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
+18
-16
@@ -129,25 +129,25 @@ in {
|
|||||||
"5" = "5";
|
"5" = "5";
|
||||||
|
|
||||||
# Kanji for workspaces 6-10
|
# Kanji for workspaces 6-10
|
||||||
"6" = "六";
|
"6" = "1";
|
||||||
"7" = "七";
|
"7" = "2";
|
||||||
"8" = "八";
|
"8" = "3";
|
||||||
"9" = "九";
|
"9" = "4";
|
||||||
"10" = "十";
|
"10" = "5";
|
||||||
|
|
||||||
# Dice for workspaces 11-15
|
# Dice for workspaces 11-15
|
||||||
"11" = "⚀";
|
"11" = "1";
|
||||||
"12" = "⚁";
|
"12" = "2";
|
||||||
"13" = "⚂";
|
"13" = "3";
|
||||||
"14" = "⚃";
|
"14" = "4";
|
||||||
"15" = "⚄";
|
"15" = "5";
|
||||||
|
|
||||||
# Circled numbers for 16-20
|
# Circled numbers for 16-20
|
||||||
"16" = "⑯";
|
"16" = "1";
|
||||||
"17" = "⑰";
|
"17" = "2";
|
||||||
"18" = "⑱";
|
"18" = "3";
|
||||||
"19" = "⑲";
|
"19" = "4";
|
||||||
"20" = "⑳";
|
"20" = "5";
|
||||||
};
|
};
|
||||||
persistent-workspaces = {
|
persistent-workspaces = {
|
||||||
"1" = [];
|
"1" = [];
|
||||||
@@ -163,13 +163,15 @@ in {
|
|||||||
show-special = true;
|
show-special = true;
|
||||||
special-visible-only = true;
|
special-visible-only = true;
|
||||||
all-outputs = true;
|
all-outputs = true;
|
||||||
ignore-workspaces = ["^([0-9]+|gaming|music)$"];
|
ignore-workspaces = ["^([0-9]+|gaming|music|jellyfin)$"];
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"special:youtube" = "";
|
"special:youtube" = "";
|
||||||
"special:steam" = "";
|
"special:steam" = "";
|
||||||
"special:custom" = "";
|
"special:custom" = "";
|
||||||
"special:preload" = "";
|
"special:preload" = "";
|
||||||
|
"special:jellyfin" = "";
|
||||||
|
"jellyfin" = "";
|
||||||
"youtube" = "";
|
"youtube" = "";
|
||||||
"steam" = "";
|
"steam" = "";
|
||||||
"custom" = "";
|
"custom" = "";
|
||||||
|
|||||||
@@ -36,6 +36,18 @@
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add spacing separator every 5 workspaces */
|
||||||
|
#workspaces button:nth-child(5),
|
||||||
|
#workspaces button:nth-child(10),
|
||||||
|
#workspaces button:nth-child(15) {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Separator between normal and special workspaces */
|
||||||
|
#workspaces.special {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
#cpu,
|
#cpu,
|
||||||
#battery,
|
#battery,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
dumpcap.enable = true;
|
# dumpcap.enable = true;
|
||||||
usbmon.enable = true;
|
usbmon.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
package = pkgs.catppuccin-cursors.mochaDark;
|
package = pkgs.bibata-cursors;
|
||||||
name = "Catppuccin Mocha Dark";
|
name = "Bibata-Modern-Ice";
|
||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
env = [
|
env = [
|
||||||
"HYPRCURSOR_THEME,Catppuccin Mocha Dark"
|
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
|
||||||
"HYPRCURSOR_SIZE,24"
|
"HYPRCURSOR_SIZE,24"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../../apps/qmk
|
../../apps/qmk
|
||||||
./asrock-a620i.nix
|
./asrock-a620i.nix
|
||||||
../../apps/wireshark
|
# ../../apps/wireshark
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user