change xmobar-config path
This commit is contained in:
parent
a3d76eaede
commit
1170a10612
13
home-manager/common/desktop/xmobar/default.nix
Normal file
13
home-manager/common/desktop/xmobar/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{ inputs, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(final: prev: {
|
||||||
|
xmobar = inputs.xmobar-config.packages.${pkgs.system}.xmobar-config;
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
|
home.pkgs = with pkgs; [
|
||||||
|
xmobar
|
||||||
|
];
|
||||||
|
}
|
|
@ -5,11 +5,11 @@
|
||||||
"nixpkgs-lib": "nixpkgs-lib"
|
"nixpkgs-lib": "nixpkgs-lib"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683560683,
|
"lastModified": 1688466019,
|
||||||
"narHash": "sha256-XAygPMN5Xnk/W2c1aW0jyEa6lfMDZWlQgiNtmHXytPc=",
|
"narHash": "sha256-VeM2akYrBYMsb4W/MmBo1zmaMfgbL4cH3Pu8PGyIwJ0=",
|
||||||
"owner": "hercules-ci",
|
"owner": "hercules-ci",
|
||||||
"repo": "flake-parts",
|
"repo": "flake-parts",
|
||||||
"rev": "006c75898cf814ef9497252b022e91c946ba8e17",
|
"rev": "8e8d955c22df93dbe24f19ea04f47a74adbdc5ec",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"haskell-flake": {
|
"haskell-flake": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684069239,
|
"lastModified": 1689950301,
|
||||||
"narHash": "sha256-1nPdY5KasmGwwtuKv7OKCLCZC3wlAE+hJWwKZRBAluo=",
|
"narHash": "sha256-sUYqHggNUIMuBVOsRoseBn3/tx58yMnMvOM31Rqf9dU=",
|
||||||
"owner": "srid",
|
"owner": "srid",
|
||||||
"repo": "haskell-flake",
|
"repo": "haskell-flake",
|
||||||
"rev": "b8ccbf305e720e3483d7b983aeda61326169226a",
|
"rev": "92aabc529c4487960c14016b65b3ac7e7e159b13",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -35,11 +35,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684120848,
|
"lastModified": 1689935543,
|
||||||
"narHash": "sha256-gIwJ5ac1FwZEkCRwjY+gLwgD4G1Bw3Xtr2jr2XihMPo=",
|
"narHash": "sha256-6GQ9ib4dA/r1leC5VUpsBo0BmDvNxLjKrX1iyL+h8mc=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0cb867999eec4085e1c9ca61c09b72261fa63bb4",
|
"rev": "e43e2448161c0a2c4928abec4e16eae1516571bc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -52,11 +52,11 @@
|
||||||
"nixpkgs-lib": {
|
"nixpkgs-lib": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "lib",
|
"dir": "lib",
|
||||||
"lastModified": 1682879489,
|
"lastModified": 1688049487,
|
||||||
"narHash": "sha256-sASwo8gBt7JDnOOstnps90K1wxmVfyhsTPPNTGBPjjg=",
|
"narHash": "sha256-100g4iaKC9MalDjUW9iN6Jl/OocTDtXdeAj7pEGIRh4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "da45bf6ec7bbcc5d1e14d3795c025199f28e0de0",
|
"rev": "4bc72cae107788bf3f24f30db2e2f685c9298dc9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
|
@ -8,7 +8,7 @@ config = defaultConfig
|
||||||
, additionalFonts = [ "Symbols Nerd Font 2048-em 24" ]
|
, additionalFonts = [ "Symbols Nerd Font 2048-em 24" ]
|
||||||
, bgColor = bg1
|
, bgColor = bg1
|
||||||
, fgColor = fg0
|
, fgColor = fg0
|
||||||
, position = Static { xpos = 1920, ypos = 0, width = 2560, height = 24 }
|
, position = Static { xpos = 0, ypos = 0, width = 2560, height = 24 }
|
||||||
-- commands to run
|
-- commands to run
|
||||||
, commands =
|
, commands =
|
||||||
[ Run $ XPropertyLog "_XMONAD_LOG_1"
|
[ Run $ XPropertyLog "_XMONAD_LOG_1"
|
Loading…
Reference in a new issue