Test
This commit is contained in:
parent
0fc01cc24a
commit
0098719998
3 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@ let
|
|||
errorColor = "#${config.lib.stylix.colors.base04}";
|
||||
fgColor = "#${config.lib.stylix.colors.base02}";
|
||||
blackColor = "#${config.lib.stylix.colors.base00}";
|
||||
whiteColor = "#${config.lib.stylix.colors.base07}";
|
||||
whiteColor = "#${config.lib.stylix.colors.base06}";
|
||||
in
|
||||
{
|
||||
programs.starship = {
|
||||
|
@ -40,7 +40,7 @@ in
|
|||
|
||||
hostname = {
|
||||
ssh_only = true;
|
||||
style = "fg:${fgColor} bg:${usernameColor}";
|
||||
style = "fg:${whiteColor} bg:${usernameColor}";
|
||||
format = "[@$hostname]($style)";
|
||||
disabled = false;
|
||||
};
|
||||
|
@ -84,7 +84,7 @@ in
|
|||
|
||||
status = {
|
||||
style = "fg:${fgColor} bg:${errorColor}";
|
||||
format = "[$status ]($style)";
|
||||
format = "[ $status]($style)";
|
||||
disabled = false;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
{ ... }: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
polarity = "dark";
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
{ pkgs, ... }: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = ./sakura-night.yaml;
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
|
||||
# base16Scheme = ./sakura-night.yaml;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
|
||||
autoEnable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue