Compare commits

..

No commits in common. "a128d9b7fa3d10fc3b64ada4d713b151f1804ed8" and "5dd2fce8e0566841e001689d6942da7b012fb5af" have entirely different histories.

8 changed files with 167 additions and 207 deletions

View file

@ -112,7 +112,6 @@
config.nixosModules.crust config.nixosModules.crust
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
inputs.lix-module.nixosModules.default inputs.lix-module.nixosModules.default
inputs.niri.nixosModules.niri
inputs.nur.modules.nixos.default inputs.nur.modules.nixos.default
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
]; ];

View file

@ -67,8 +67,8 @@ in
zoom zoom
academic academic
# hypr # hypr
# niri niri
# wayland wayland
theming theming
; ;
}; };
@ -188,8 +188,7 @@ in
usbImager usbImager
virtManager virtManager
# hypr # hypr
niri # wayland
wayland
theming theming
# polychromatic # polychromatic
dolphin dolphin
@ -216,8 +215,7 @@ in
bitwarden bitwarden
emote emote
# hypr # hypr
wayland # wayland
niri
theming theming
; ;
}; };
@ -239,9 +237,6 @@ in
videoPlaying videoPlaying
discord discord
signal signal
niri
wayland
theming
tools tools
; ;
}; };

View file

@ -5,7 +5,6 @@
{ {
services.espanso = { services.espanso = {
enable = true; enable = true;
package = pkgs.espanso-wayland;
matches = { matches = {
base = { base = {
matches = [ matches = [

View file

@ -64,8 +64,7 @@ in
{ command = [ "easyeffects -r" ]; } { command = [ "easyeffects -r" ]; }
{ command = [ "vesktop" ]; } { command = [ "vesktop" ]; }
{ command = [ "signal" ]; } { command = [ "signal" ]; }
{ command = [ "feishin" ]; } { command = [ "floorp" ]; }
{ command = [ "zeditor" ]; }
]; ];
animations = { animations = {
@ -124,7 +123,7 @@ in
"Super+t".action = niri.spawn "zeditor"; "Super+t".action = niri.spawn "zeditor";
"Super+b".action = niri.spawn "floorp"; "Super+b".action = niri.spawn "floorp";
"Super+x".action = niri.spawn "freetube"; "Super+x".action = niri.spawn "freetube";
"Super+v".action = niri.spawn "vesktop"; "Super+v".action = niri.spawn "discordcanary";
"Super+m".action = niri.spawn "element-desktop"; "Super+m".action = niri.spawn "element-desktop";
"Super+d".action = niri.spawn "ghostty"; "Super+d".action = niri.spawn "ghostty";
"Super+p".action = niri.spawn "bitwarden"; "Super+p".action = niri.spawn "bitwarden";
@ -150,8 +149,8 @@ in
"Super+5".action = niri.focus-workspace workspace4; "Super+5".action = niri.focus-workspace workspace4;
"Super+c".action = niri.focus-column-or-monitor-left; "Super+c".action = niri.focus-column-or-monitor-left;
"Super+a".action = niri.focus-window-or-workspace-up; "Super+a".action = niri.focus-window-or-monitor-up;
"Super+e".action = niri.focus-window-or-workspace-down; "Super+e".action = niri.focus-window-or-monitor-down;
"Super+i".action = niri.focus-column-or-monitor-right; "Super+i".action = niri.focus-column-or-monitor-right;
"Super+Shift+t".action = niri.spawn "ghostty"; "Super+Shift+t".action = niri.spawn "ghostty";
@ -161,16 +160,11 @@ in
"Ctrl+Alt+c".action = niri.move-column-left; "Ctrl+Alt+c".action = niri.move-column-left;
"Ctrl+Alt+i".action = niri.move-column-right; "Ctrl+Alt+i".action = niri.move-column-right;
"Ctrl+Alt+f".action = niri.set-column-width "-10%";
"Ctrl+Alt+o".action = niri.set-column-width "+10%";
}; };
hotkey-overlay.skip-at-startup = true;
outputs = { outputs = {
"DP-1" = { "DP-1" = {
background-color = makeColour el.base02; background-color = makeColour el.base02;
scale = 1.0;
mode = { mode = {
width = 2560; width = 2560;
height = 1080; height = 1080;
@ -195,104 +189,76 @@ in
is-floating = true; is-floating = true;
is-focused = true; is-focused = true;
}; };
appIDs = [
".blueman-manager-wrapped"
"org.gnome.Calculator"
"com.github.wwmm.easyeffects"
"emote"
"mpv"
"vlc"
"org.nomacs.ImageLounge"
"flameshot"
"^.protonvpn-app-wrapped$"
"^Picture-in-Picture$"
"^Discord Popout$"
"^Enter name of file to save to$"
"^File Upload$"
".scrcpy-wrapped"
"^Battle.net$"
];
in in
builtins.map windowMatch appIDs; [
(windowMatch ".blueman-manager-wrapped")
(windowMatch "org.gnome.Calculator")
(windowMatch "com.github.wwmm.easyeffects")
(windowMatch "emote")
(windowMatch "mpv")
(windowMatch "vlc")
(windowMatch "org.nomacs.ImageLounge")
(windowMatch "flameshot")
(windowMatch "^.protonvpn-app-wrapped$")
(windowMatch "^Picture-in-Picture$")
(windowMatch "^Discord Popout$")
(windowMatch "^Enter name of file to save to$")
(windowMatch "^File Upload$")
(windowMatch ".scrcpy-wrapped")
(windowMatch "^Battle.net$")
];
} }
{ {
matches = matches = [
let { app-id = "floop"; }
windowMatch = c: { { app-id = "org.kde.kdenlive"; }
app-id = c; { app-id = "krita"; }
}; { app-id = "mpv"; }
appIDs = [ { app-id = "vlc"; }
"floop" { app-id = "Brave-browser"; }
"org.kde.kdenlive" { app-id = "org.kde.okular"; }
"krita" ];
"mpv"
"vlc"
"Brave-browser"
"org.kde.okular"
];
in
builtins.map windowMatch appIDs;
opacity = 1.0; opacity = 1.0;
} }
{ {
matches = matches = [
let { app-id = "signal"; }
windowMatch = c: { { app-id = "vesktop"; }
app-id = c; ];
};
appIDs = [
"signal"
"vesktop"
];
in
builtins.map windowMatch appIDs;
open-on-workspace = workspace0; open-on-workspace = workspace0;
} }
{ {
matches = matches = [
let { app-id = "code"; }
windowMatch = c: { { app-id = "zeditor"; }
app-id = c; ];
};
appIDs = [
"code"
"zeditor"
];
in
builtins.map windowMatch appIDs;
open-on-workspace = workspace1; open-on-workspace = workspace1;
} }
{ {
matches = matches = [
let { app-id = "steam"; }
windowMatch = c: { { app-id = "org.kde.kdenlive"; }
app-id = c; ];
};
appIDs = [
"steam"
"org.kde.kdenlive"
];
in
builtins.map windowMatch appIDs;
open-on-workspace = workspace2; open-on-workspace = workspace2;
} }
{ {
matches = matches = [
let { app-id = "feishin"; }
windowMatch = c: { { app-id = ".scrcpy-wrapped"; }
app-id = c; ];
};
appIDs = [
"feishin"
".scrcpy-wrapped"
];
in
builtins.map windowMatch appIDs;
open-on-workspace = workspace3; open-on-workspace = workspace3;
} }
{ {
clip-to-geometry = true; clip-to-geometry = true;
focus-ring.enable = false; focus-ring = {
active.color = makeColour el.base0E;
inactive.color = makeColour el.base02;
};
border = {
width = 1;
active.color = makeColour el.base0E;
inactive.color = makeColour el.base02;
};
geometry-corner-radius = geometry-corner-radius =
let let
radius = 10.0; radius = 10.0;
@ -307,16 +273,14 @@ in
]; ];
layout = { layout = {
default-column-width = {
proportion = 0.5;
};
border = {
enable = true;
width = 2;
active.color = makeColour el.base0E;
inactive.color = makeColour el.base02;
};
gaps = 10; gaps = 10;
focus-ring.enable = true;
# struts = {
# top = 0;
# bottom = 0;
# left = 0;
# right = 0;
# };
shadow = { shadow = {
enable = true; enable = true;
color = el.base11; color = el.base11;
@ -328,7 +292,7 @@ in
}; };
workspaces = { workspaces = {
${workspace0} = { default = {
name = workspace0; name = workspace0;
}; };
${workspace1} = { ${workspace1} = {

View file

@ -12,13 +12,12 @@ in
margin-left = 5; margin-left = 5;
margin-right = 5; margin-right = 5;
modules-left = [ modules-left = [
"custom/weather" "custom/launcher"
# "niri/workspaces" "hyprland/workspaces"
]; ];
modules-center = [ modules-center = [
# "custom/launcher" "custom/weather"
"clock"
]; ];
modules-right = [ modules-right = [
@ -30,7 +29,7 @@ in
"pulseaudio" "pulseaudio"
# "network" # "network"
"battery" "battery"
# "clock" "clock"
]; ];
clock = { clock = {
@ -45,20 +44,29 @@ in
format-alt = " {:%d/%m}"; format-alt = " {:%d/%m}";
}; };
# "niri/workspaces" = { "hyprland/workspaces" = {
# active-only = false; active-only = false;
# disable-scroll = true; disable-scroll = true;
# format = "{icon}"; format = "{icon}";
# on-click = "activate"; on-click = "activate";
# format-icons = { format-icons = {
# # focused = "◉"; "1" = "";
# # active = "◉"; "2" = "";
# # empty = "◯"; "3" = "";
# # urgent = ""; "4" = "";
# # default = "◯"; "5" = "";
# # sort-by-number = true; urgent = "";
# }; default = "";
# }; sort-by-number = true;
};
persistent-workspaces = {
"1" = [ ];
"2" = [ ];
"3" = [ ];
"4" = [ ];
"5" = [ ];
};
};
memory = { memory = {
format = "󰟜 {}%"; format = "󰟜 {}%";

View file

@ -40,87 +40,82 @@ let
in in
'' ''
* { * {
min-height: 30px; min-height: 0px;
border-radius: 0; font-family: ${custom.font};
font-family: ${custom.font}; font-weight: ${custom.font_weight};
font-weight: ${custom.font_weight}; }
window#waybar {
background: #${custom.background_2};
color: #${custom.background_3};
border: 2px solid;
border-radius: 30px;
border-color: #${custom.text_color};
min-height: 100px;
opacity: ${custom.opacityBg};
} }
window#waybar { #workspaces {
background: #${custom.background_2}; font-size: 18px;
color: #${custom.text_color}; padding-left: 15px;
border: 2px solid; margin-bottom: 2px;
border-radius: 30px; }
border-color: #${custom.text_color}; #workspaces button {
opacity: ${custom.opacityBg}; color: #${custom.button_color};
} padding: 5px;
opacity: ${custom.opacityBt};
}
#workspaces button.empty {
color: #${custom.background_3};
}
#workspaces button.active {
color: #${custom.text_color};
}
#workspaces { #tray, #pulseaudio, #privacy, #cpu, #memory, #disk, #clock {
font-size: 18px; font-size: ${custom.font_size};
padding-left: 15px; color: #${custom.text_color};
margin-bottom: 2px; padding-right: 10px;
} }
#workspaces button {
color: #${custom.button_color};
padding: 5px 0px 5px 0px;
}
#workspaces button.active {
color: #${custom.text_color};
}
#workspaces button.empty {
color: #${custom.button_color};
}
#workspaces button.focused {
color: #${custom.text_color};
}
#tray, #pulseaudio, #privacy, #cpu, #memory, #disk, #clock { #privacy {
font-size: ${custom.font_size}; }
color: #${custom.text_color};
padding-right: 10px;
}
#privacy { #cpu {
} }
#cpu { #memory {
} }
#memory { #disk {
} }
#disk { #tray {
} }
#tray { #pulseaudio {
} }
#pulseaudio { #clock {
} }
#clock { #battery {
font-size: 14px; font-size: ${custom.font_size};
} color: #${custom.text_color};
padding-right: 10px;
}
#battery { #custom-launcher {
font-size: ${custom.font_size}; font-size: 20px;
color: #${custom.text_color}; color: #${custom.text_color};
padding-right: 10px; font-weight: ${custom.font_weight};
} padding-left: 10px;
}
#custom-launcher { #custom-weather {
font-size: 20px; font-size: 14px;
color: #${custom.text_color}; color: #${custom.text_color};
font-weight: ${custom.font_weight}; font-weight: ${custom.font_weight};
padding-left: 10px; }
padding-right: 10px;
}
#custom-weather {
font-size: 14px;
color: #${custom.text_color};
font-weight: ${custom.font_weight};
padding-left: 10px;
}
'' ''

View file

@ -10,11 +10,11 @@ in
mullvad mullvad
syncthing syncthing
ollama ollama
plasma # plasma
sddm # sddm
# hypr # hypr
# niri niri
# wayland wayland
searx searx
portals portals
xserver xserver
@ -37,9 +37,9 @@ in
deimos = { deimos = {
imports = builtins.attrValues { imports = builtins.attrValues {
inherit (modules) inherit (modules)
niri # hypr
wayland # wayland
# plasma plasma
sddm sddm
flatpak flatpak
xserver xserver

View file

@ -21,7 +21,7 @@ in
{ {
services = { services = {
greetd = { greetd = {
enable = false; enable = true;
vt = 7; vt = 7;
settings = { settings = {
default_session = { default_session = {