23 current 2025-04-28 21:36:52 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-28 21:37:05 -04:00
parent f627ec2f9f
commit 7d51a56a7a
8 changed files with 426 additions and 127 deletions

View File

@@ -65,4 +65,10 @@ in {
(builtins.readFile file)
)
);
# home.file.".profile".text = ''
# if [ -f "$HOME/.scripts/res.sh" ]; then
# . "$HOME/.scripts/res.sh"
# fi
# '';
}

View File

@@ -32,12 +32,13 @@ tray-detached = false
background = ${colors.background}
foreground = ${colors.foreground}
; noto -> text font
; jetbrains -> icons
font-0 = "NotoSans-Regular:size=11;2.5"
font-1 = "JetBrainsMono Nerd Font:style=Regular:size=11;2.5"
font-2 = "Noto Sans Symbols:size=13;1"
; noto -> text font
; jetbrains -> icons
; font-0 = B612:style=Regular:size=9;3
; font-0 = "NotoSans Nerd Font:size=9;3"
; font-2 = "Noto Color Emoji:style=Regular:size=9;3"

2
home/scripts/res.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
export SCREEN_RES=$(xrandr | grep "*" | awk '{print $1}')