cleanup and styling with nix-rice

This commit is contained in:
Matt Nish-Lapidus 2025-02-08 10:27:43 -05:00
parent 762be96a71
commit 88fad0ccac
9 changed files with 90 additions and 63 deletions

View file

@ -11,6 +11,7 @@
email
gnome
niri
waybar
# shikane
];
@ -321,7 +322,10 @@
programs = {
home-manager.enable = true;
eww = {
enable = true;
configDir = ../../homes/emenel/dotfiles/dot_config/eww;
};
emacs = {
enable = true;
package = ((pkgs.emacsPackagesFor pkgs.emacs29-pgtk).emacsWithPackages (
@ -405,8 +409,6 @@
"/home/emenel/.local/share/applications/wine/Programs"
"/home/emenel/.local/share/applications"
"/var/lib/flatpak/exports/share"
"/home/emenel/.local/share/flatpak/exports/share"
"/home/emenel/.nix-profile/share/applications"
];
services.flatpak = {
@ -428,7 +430,6 @@
# moving files!
xdg.configFile."halloy/config.toml".source = ./dotfiles/dot_config/halloy/config.toml;
xdg.configFile."waybar".source = ./dotfiles/dot_config/waybar;
home.file.".npmrc".source = ./dotfiles/dot_npmrc;
home.file.".vst3/yabridge/yabridge.toml".source = ./dotfiles/dot_vst3/yabridge.toml;

View file

@ -1,127 +0,0 @@
* {
border: none;
font-size: 12pt;
font-family: "JetBrainsMono Nerd Font" ;
min-height: 25px;
}
window#waybar {
background: transparent;
margin: 5px;
}
.modules-right {
padding-left: 5px;
margin-top: 2px;
color: #ccc;
}
.modules-center {
padding: 0 15px;
margin-top: 2px;
color: #ccc;
}
.modules-left {
margin-top: 2px;
color: #ccc;
padding-right: 5px;
}
#network {
padding: 0 10px 0 15px;
}
#battery,
#custom-clipboard,
#custom-colorpicker,
#custom-powerDraw,
#bluetooth,
#pulseaudio,
#wireplumber,
#disk,
#memory,
#taskbar
#cpu,
#temperature,
#custom-weather,
#idle_inhibitor,
#jack,
#upower,
#power-profiles-daemon
#tray,
#window,
#workspaces,
#clock {
padding: 0 20px;
}
#power-profiles-daemon {
min-width: 40px;
}
#temperature.critical,
#pulseaudio.muted {
color: #FF0000;
padding-top: 0;
}
#cpu {
padding-right: 30px;
}
#clock{
color: #d8bfff;
}
#battery.charging {
color: #ffffff;
background-color: #26A65B;
}
#battery.warning:not(.charging) {
background-color: #ffbe61;
color: black;
}
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: #ffffff;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#mpris {
margin-left: 15px;
}
#workspaces button {
color: #666;
}
#workspaces button.empty {
color: #222;
}
#workspaces button.focused
{
color: #ccc;
}
#taskbar, #tray {
padding-right: 30px;
}
#taskbar button.active {
background: #333;
}
@keyframes blink {
to {
background-color: #ffffff;
color: #000000;
}
}

View file

@ -51,17 +51,19 @@ config.font = wezterm.font {
-- config.enable_scroll_bar = true
-- config.color_scheme = 'Tomorrow Night Bright'
config.color_scheme = 'Adventure'
-- config.color_scheme = 'Molokai'
-- config.color_scheme = 'Moonfly'
-- config.color_scheme = 'Afterglow'
config.colors = {
background = "#111111",
-- tab_bar = {
-- background = "#111111",
-- inactive_tab = {
-- fg_color = "#444444",
-- bg_color = "#111111"
-- }
-- }
-- background = "#111111",
tab_bar = {
background = "#111111",
inactive_tab = {
fg_color = "#444444",
bg_color = "#111111"
}
}
}
config.background = {

View file

@ -0,0 +1,2 @@
[flavor]
dark = "moonfly"