Compare commits

...

2 Commits

Author SHA1 Message Date
8e4e86265d misc/stylix: change font to inter
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-15 14:03:39 +03:00
a9ab285559 desktop/niri: minimal waybar
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-15 14:03:39 +03:00
2 changed files with 15 additions and 14 deletions

View File

@ -642,10 +642,10 @@ in {
bar-0 = {
# layer = "top";
position = "bottom";
height = 32;
height = 24;
spacing = 4;
margin-left = 63;
margin-right = 63;
# margin-left = 63;
# margin-right = 63;
reload_style_on_change = true;
modules-left = [
"niri/language"
@ -664,7 +664,7 @@ in {
"clock"
];
"niri/workspaces" = {
format = "{icon}";
format = "{index}";
format-icons = {
"1" = "";
"2" = "";
@ -721,7 +721,7 @@ in {
};
"clock" = {
interval = 1;
format = "{:%H:%M:%S}";
format = "{:%H:%M}";
tooltip-format = "{:%d.%m.%Y}";
};
battery = {
@ -837,7 +837,7 @@ in {
font-size: 100%;
}
window#waybar {
background-color: transparent;
background-color: @base00;
color: @base05;
transition-property: background-color;
transition-duration: 0.5s;
@ -852,13 +852,13 @@ in {
.mpris.paused,
.modules-left,
.modules-right {
border-top-left-radius: 12px;
/* border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
background-color: @base00;
color: @base05;
padding: 0 0.5em;
color: @base05; */
margin: 0 0.5em;
}
tooltip {
background: @base01;
@ -898,7 +898,7 @@ in {
#custom-notification,
#power-profiles-daemon,
#workspaces button {
padding: 0 0.2em;
padding: 0 0.3em;
}
#taskbar button {
padding: 0 0.1em;

View File

@ -12,6 +12,7 @@
cfg = config.module.stylix;
interPackage = pkgs.inter-nerdfont;
iosevkaPackage =
if stateVersion == "24.11"
then pkgs.nerdfonts.override {fonts = ["Iosevka"];}
@ -92,8 +93,8 @@
};
serif = {
package = iosevkaPackage;
name = "Iosevka Nerd Font Propo";
package = interPackage;
name = "Inter Nerd Font";
};
monospace = {
@ -118,8 +119,8 @@
};
serif = {
package = iosevkaPackage;
name = "Iosevka Nerd Font Propo";
package = interPackage;
name = "Inter Nerd Font";
};
monospace = {