Update configs

This commit is contained in:
Tobias Reisinger 2023-11-09 02:42:38 +01:00
parent e6a3176cdd
commit 71e16c7c33
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 4 additions and 1 deletions

View file

@ -34,6 +34,8 @@ export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
export MOAR="--style=dracula"
export MOZ_ENABLE_WAYLAND=1
export NIXPKGS_ALLOW_UNFREE=1
export PASSWORD_STORE_GENERATED_LENGTH='64'
export PS1='\$ '

1
.config/hypr/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
host.conf

View file

@ -14,7 +14,7 @@ require('lualine').setup({
'filename',
path = 1,
} },
lualine_x = { 'encoding', '%<0x%B', 'fileformat' },
lualine_x = { 'encoding', '%<0x%B', 'filesize', 'fileformat' },
lualine_y = { 'filetype' },
lualine_z = { 'location', window }
},

Binary file not shown.