23 current 2025-04-28 21:36:52 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -65,4 +65,10 @@ in {
|
||||
(builtins.readFile file)
|
||||
)
|
||||
);
|
||||
|
||||
# home.file.".profile".text = ''
|
||||
# if [ -f "$HOME/.scripts/res.sh" ]; then
|
||||
# . "$HOME/.scripts/res.sh"
|
||||
# fi
|
||||
# '';
|
||||
}
|
||||
|
||||
@@ -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
2
home/scripts/res.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
export SCREEN_RES=$(xrandr | grep "*" | awk '{print $1}')
|
||||
Reference in New Issue
Block a user