mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
change the inactive border
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
inputs.nixvim.homeManagerModules.nixvim
|
inputs.nixvim.homeManagerModules.nixvim
|
||||||
./plugins/cmp.nix
|
./plugins/cmp.nix
|
||||||
|
./plugins/floaterm.nix
|
||||||
./plugins/git.nix
|
./plugins/git.nix
|
||||||
./plugins/lsp.nix
|
./plugins/lsp.nix
|
||||||
./plugins/markdown.nix
|
./plugins/markdown.nix
|
||||||
|
|||||||
4
home/programs/nvim/plugins/floaterm.nix
Normal file
4
home/programs/nvim/plugins/floaterm.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
programs.nixvim.plugins.floaterm.enable = true;
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# So best window tiling manager
|
# So best window tiling manager
|
||||||
{ pkgs, config, inputs, ... }:
|
{ pkgs, config, inputs, lib, ... }:
|
||||||
let
|
let
|
||||||
border-size = config.theme.border-size;
|
border-size = config.theme.border-size;
|
||||||
gaps-in = config.theme.gaps-in;
|
gaps-in = config.theme.gaps-in;
|
||||||
@@ -9,6 +9,7 @@ let
|
|||||||
rounding = config.theme.rounding;
|
rounding = config.theme.rounding;
|
||||||
blur = config.theme.blur;
|
blur = config.theme.blur;
|
||||||
keyboardLayout = config.var.keyboardLayout;
|
keyboardLayout = config.var.keyboardLayout;
|
||||||
|
background = "rgb(" + config.lib.stylix.colors.base00 + ")";
|
||||||
in {
|
in {
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
@@ -55,7 +56,6 @@ in {
|
|||||||
"DP-7, disable"
|
"DP-7, disable"
|
||||||
"DP-8, disable"
|
"DP-8, disable"
|
||||||
"DP-9, disable"
|
"DP-9, disable"
|
||||||
"DP-2, 1920x1080@60, auto, 1"
|
|
||||||
"HDMI-A-1,3440x1440@99.98,auto,1"
|
"HDMI-A-1,3440x1440@99.98,auto,1"
|
||||||
"desc:United Microelectr Corporation UMC SHARP,3840x2160,auto,2"
|
"desc:United Microelectr Corporation UMC SHARP,3840x2160,auto,2"
|
||||||
",prefered,auto,1"
|
",prefered,auto,1"
|
||||||
@@ -99,6 +99,7 @@ in {
|
|||||||
gaps_out = gaps-out;
|
gaps_out = gaps-out;
|
||||||
border_size = border-size;
|
border_size = border-size;
|
||||||
layout = "master";
|
layout = "master";
|
||||||
|
"col.inactive_border" = lib.mkForce background;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
rounding = 10;
|
rounding = 10;
|
||||||
gaps-in = 10;
|
gaps-in = 10;
|
||||||
gaps-out = 10 * 2;
|
gaps-out = 10 * 2;
|
||||||
active-opacity = 0.98;
|
active-opacity = 0.96;
|
||||||
inactive-opacity = 0.96;
|
inactive-opacity = 0.94;
|
||||||
blur = true;
|
blur = true;
|
||||||
border-size = 3;
|
border-size = 3;
|
||||||
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
||||||
@@ -86,8 +86,8 @@
|
|||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = pkgs.fetchurl {
|
image = pkgs.fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://raw.githubusercontent.com/Keyitdev/sddm-astronaut-theme/refs/heads/master/Backgrounds/pixel_sakura_static.png";
|
"https://raw.githubusercontent.com/AlexandrosLiaskos/Awesome_Wallpapers/main/images/pastel-window.png";
|
||||||
sha256 = "sha256-y6AJu7RXnI5vPLPVts6tflb9XukDkgiL+J6vUPj4lbs=";
|
sha256 = "sha256-KMYVs4hSs+e66q4o15aVJ4mbTMDqIKEH4tBv9zZ7J2o=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user