From 45dc43e7a15f9182440e7dad43925bad657f2666 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 2 Jan 2017 19:15:32 +0100 Subject: [PATCH] fix cursor theme --- i3/.config/i3status/config | 1 + nix/.nixpkgs/config.nix | 7 +++++-- x/.icons/Vanilla-DMZ-AA | 1 + x/.icons/default/index.theme | 3 +++ x/.icons/hicolor | 1 + 5 files changed, 11 insertions(+), 2 deletions(-) create mode 120000 x/.icons/Vanilla-DMZ-AA create mode 100644 x/.icons/default/index.theme create mode 120000 x/.icons/hicolor diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config index 9afcda1..96a7642 100644 --- a/i3/.config/i3status/config +++ b/i3/.config/i3status/config @@ -40,6 +40,7 @@ ethernet _first_ { battery 0 { format = "%status %percentage %remaining" + hide_seconds = true } run_watch DHCP { diff --git a/nix/.nixpkgs/config.nix b/nix/.nixpkgs/config.nix index 68fa0ac..8c9f34d 100644 --- a/nix/.nixpkgs/config.nix +++ b/nix/.nixpkgs/config.nix @@ -49,6 +49,7 @@ sha256 = "0fjski1cpbxap1kcjg6sgd6c8qpxn8lb1sszpg6iz88vn4dh19vf"; }; }); + mpv = pkgs.mpv.override { vaapiSupport = true; }; yscripts = pkgs.callPackage ../dotfiles/bin {}; @@ -59,12 +60,14 @@ de = mkEnv "y-de-deps" [ gtk-engine-murrine hicolor_icon_theme - #arc-theme + vanilla-dmz + # arc-theme libnotify - rxvt_unicode + rxvt_unicode-with-plugins arandr xorg.xrandr pavucontrol + light nitrogen ]; scripts = mkEnv "y-scripts" [ peageprint diff --git a/x/.icons/Vanilla-DMZ-AA b/x/.icons/Vanilla-DMZ-AA new file mode 120000 index 0000000..a1a30cd --- /dev/null +++ b/x/.icons/Vanilla-DMZ-AA @@ -0,0 +1 @@ +/home/yorick/.nix-profile/share/icons/Vanilla-DMZ-AA \ No newline at end of file diff --git a/x/.icons/default/index.theme b/x/.icons/default/index.theme new file mode 100644 index 0000000..c3cef3f --- /dev/null +++ b/x/.icons/default/index.theme @@ -0,0 +1,3 @@ +[icon theme] +Inherits=Vanilla-DMZ-AA + diff --git a/x/.icons/hicolor b/x/.icons/hicolor new file mode 120000 index 0000000..51cbdb2 --- /dev/null +++ b/x/.icons/hicolor @@ -0,0 +1 @@ +/home/yorick/.nix-profile/share/icons/hicolor \ No newline at end of file