Switch to eww for status bar

This commit is contained in:
Kiana Sheibani 2024-05-11 19:17:30 -04:00
parent f4c7c3e1e2
commit 106a9f4b38
15 changed files with 704 additions and 10 deletions

View file

@ -64,10 +64,8 @@ in
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
# Monospace
victor-mono
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
jetbrains-mono
(nerdfonts.override {
fonts = [
@ -78,7 +76,18 @@ in
})
font-awesome
emacs-all-the-icons-fonts
# Regular
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
source-sans-pro
# Display
quicksand
# Unicode
symbola
];
fontconfig = {

View file

@ -5,9 +5,11 @@
ffmpeg
openssl
jaq
socat
git
wget
libnotify
inotify-tools
ripgrep
unzip
tldr