Compare commits

..

3 commits

3 changed files with 7 additions and 7 deletions

View file

@ -1112,11 +1112,11 @@
"plugins-typst-preview": "plugins-typst-preview" "plugins-typst-preview": "plugins-typst-preview"
}, },
"locked": { "locked": {
"lastModified": 1730397897, "lastModified": 1730494456,
"narHash": "sha256-mb6LqbA6z2fsKewhMRjoF1ig/1yQWh2fpna+YXBnhaU=", "narHash": "sha256-j9CWyGodITS8lYj1SjpC23qe1wmg7wJ81tAMHJuQgCU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "0972e97cfba7cc49ace1cb0d213b7e6b2e7cc8aa", "rev": "474c38a27292fed631886630daf2c6626bc53e9e",
"revCount": 45, "revCount": 47,
"type": "git", "type": "git",
"url": "https://code.youwen.dev/youwen5/viminal2" "url": "https://code.youwen.dev/youwen5/viminal2"
}, },

View file

@ -5,8 +5,6 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
wl-clipboard wl-clipboard
swaybg
libsForQt5.qtstyleplugin-kvantum libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct libsForQt5.qt5ct
papirus-icon-theme papirus-icon-theme
@ -311,6 +309,8 @@
}; };
}; };
services.hyprpaper.enable = true;
programs.hyprlock = { programs.hyprlock = {
enable = true; enable = true;
settings = { settings = {

View file

@ -8,7 +8,7 @@
shellIntegration.enableBashIntegration = true; shellIntegration.enableBashIntegration = true;
settings = { settings = {
font_size = 12; font_size = 12;
window_padding_width = "8 8 0"; window_padding_width = "8 8";
confirm_os_window_close = -1; confirm_os_window_close = -1;
enable_audio_bell = "no"; enable_audio_bell = "no";
background_opacity = pkgs.lib.mkForce "0.8"; background_opacity = pkgs.lib.mkForce "0.8";