aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-31 21:23:09 +0100
committerAdrian Kummerlaender2019-01-31 21:23:09 +0100
commit259408dd40cffbc46400e182f366b2e139a07950 (patch)
treef7e33131b7ed2e6fa0d43f3feaaddd4154d4989f
parent09bcb2c8c920b93a462ca7ccb2da172afae6bfa2 (diff)
downloadnixos_home-playground/athena.tar
nixos_home-playground/athena.tar.gz
nixos_home-playground/athena.tar.bz2
nixos_home-playground/athena.tar.lz
nixos_home-playground/athena.tar.xz
nixos_home-playground/athena.tar.zst
nixos_home-playground/athena.zip
Explicity define some lowdpi valuesplayground/athena
-rw-r--r--gui/hidpi.nix3
-rw-r--r--gui/twmn.nix6
-rw-r--r--gui/xmonad.nix1
-rw-r--r--host/asterix.nix1
-rw-r--r--host/athena.nix2
-rw-r--r--host/obelix.nix1
6 files changed, 6 insertions, 8 deletions
diff --git a/gui/hidpi.nix b/gui/hidpi.nix
index 313b3ec..5ea63c2 100644
--- a/gui/hidpi.nix
+++ b/gui/hidpi.nix
@@ -16,9 +16,8 @@
Xft.rgba: rgb
'';
- xsession.pointerCursor.size = 48;
-
home.file.".config/twmn/twmn.conf".text = ''
+ [gui]
font_size=24
height=32
'';
diff --git a/gui/twmn.nix b/gui/twmn.nix
index fc90ec6..e2dcbcb 100644
--- a/gui/twmn.nix
+++ b/gui/twmn.nix
@@ -25,8 +25,6 @@
};
home.file.".config/twmn/twmn.conf".text = ''
- [main]
- duration=5000
[gui]
always_on_top=true
background_color=#909737
@@ -40,7 +38,7 @@
out_animation_duration=500
position=bottom_right
screen=0
- font_size=15
- height=20
+ [main]
+ duration=5000
'';
}
diff --git a/gui/xmonad.nix b/gui/xmonad.nix
index 25df5e3..337131c 100644
--- a/gui/xmonad.nix
+++ b/gui/xmonad.nix
@@ -13,7 +13,6 @@
pointerCursor = {
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ-AA";
- size = 16;
};
windowManager.xmonad = {
diff --git a/host/asterix.nix b/host/asterix.nix
index ea19353..1830779 100644
--- a/host/asterix.nix
+++ b/host/asterix.nix
@@ -3,6 +3,7 @@
{
imports = [
../gui/default.nix
+ ../gui/lowdpi.nix
../gui/autorandr.nix
../gui/networkmanager.nix
];
diff --git a/host/athena.nix b/host/athena.nix
index 0f5a8a4..4e8a824 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -3,8 +3,8 @@
{
imports = [
../gui/default.nix
- ../gui/networkmanager.nix
../gui/hidpi.nix
+ ../gui/networkmanager.nix
../gui/stalonetray.nix
../gui/redshift.nix
../gui/touchegg.nix
diff --git a/host/obelix.nix b/host/obelix.nix
index bfd3522..8bbb62a 100644
--- a/host/obelix.nix
+++ b/host/obelix.nix
@@ -3,5 +3,6 @@
{
imports = [
../gui/default.nix
+ ../gui/lowdpi.nix
];
}