From df9cb6441d770ffe75efc0af205d5ffb757058e3 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Mon, 13 Jan 2025 07:52:43 +0100 Subject: [PATCH] hosts: removed steam from communication --- hosts/strix/apps/communication.nix | 3 --- hosts/strix/desktop.nix | 2 +- hosts/strix/gaming.nix | 7 +++++-- hosts/thinkpad/apps/communication.nix | 10 ---------- hosts/thinkpad/configs/i3.nix | 4 ++-- hosts/thinkpad/configs/picom.nix | 1 + hosts/thinkpad/opt/poly.ini | 7 +++---- 7 files changed, 12 insertions(+), 22 deletions(-) diff --git a/hosts/strix/apps/communication.nix b/hosts/strix/apps/communication.nix index 5f40a5e..8fc053f 100755 --- a/hosts/strix/apps/communication.nix +++ b/hosts/strix/apps/communication.nix @@ -1,8 +1,5 @@ { pkgs, config, ... }: { - - programs.steam.enable = true; - environment.systemPackages = with pkgs; [ mumble # voip element-desktop # fully featured matrix client diff --git a/hosts/strix/desktop.nix b/hosts/strix/desktop.nix index dabf525..e04e955 100755 --- a/hosts/strix/desktop.nix +++ b/hosts/strix/desktop.nix @@ -33,7 +33,7 @@ #video-trimmer #peek - # for replay + # for replay xdotool jq #qbittorrent diff --git a/hosts/strix/gaming.nix b/hosts/strix/gaming.nix index 5f77a98..891fbf5 100755 --- a/hosts/strix/gaming.nix +++ b/hosts/strix/gaming.nix @@ -1,7 +1,7 @@ { pkgs, config, ... }: { - environment.systemPackages = with pkgs;[ + environment.systemPackages = with pkgs; [ prismlauncher heroic (lutris.override { @@ -15,7 +15,10 @@ mangohud ]; # enabling java for mc - programs.java = { enable = true; package = pkgs.jdk17; }; + programs.java = { + enable = true; + package = pkgs.jdk17; + }; # steam # To add another drive: diff --git a/hosts/thinkpad/apps/communication.nix b/hosts/thinkpad/apps/communication.nix index 8ee6113..0b9a462 100755 --- a/hosts/thinkpad/apps/communication.nix +++ b/hosts/thinkpad/apps/communication.nix @@ -1,18 +1,8 @@ { pkgs, config, ... }: { - programs.steam.enable = true; - environment.systemPackages = with pkgs; [ mumble # voip element-desktop # fully featured matrix client - #gomuks # tui matrix client - iamb - simplex-chat-desktop - ]; - - - - } diff --git a/hosts/thinkpad/configs/i3.nix b/hosts/thinkpad/configs/i3.nix index 7db9bb2..f2805dd 100755 --- a/hosts/thinkpad/configs/i3.nix +++ b/hosts/thinkpad/configs/i3.nix @@ -29,7 +29,7 @@ in command = "polybar default -c ${dotfilepath}/hosts/thinkpad/opt/poly.ini"; } { - command = "polybar bottm -c ${dotfilepath}/hosts/thinkpad/opt/poly.ini"; + command = "polybar bottom -c ${dotfilepath}/hosts/thinkpad/opt/poly.ini"; } { command = "aw-server"; @@ -120,7 +120,7 @@ in # disable stupid and ugly title bars # and for some reason client.active doesnt change the colors... extraConfig = '' - default_border pixel 4 + default_border pixel 1 default_floating_border pixel 1 client.focused #FAD000 #285577 #ffffff #FAD000 #FAD000 client.focused_inactive #063340 #141414 #000000 #121212 #063340 diff --git a/hosts/thinkpad/configs/picom.nix b/hosts/thinkpad/configs/picom.nix index 624dbc2..1f189a6 100755 --- a/hosts/thinkpad/configs/picom.nix +++ b/hosts/thinkpad/configs/picom.nix @@ -8,6 +8,7 @@ extraArgs = [ "-b" "--experimental-backends" + "--vsync" ]; # enable deamon mode and experimental backends for blur settings = { diff --git a/hosts/thinkpad/opt/poly.ini b/hosts/thinkpad/opt/poly.ini index d9befce..6e7bb1d 100644 --- a/hosts/thinkpad/opt/poly.ini +++ b/hosts/thinkpad/opt/poly.ini @@ -2,24 +2,23 @@ [bar/bottom] background=#00191830 border-color=#00400080 -border-size=10px +border-size=3px bottom=true font-0=Jetbrains Mono Nerd font:size=11;3 font-1=Jetbrains Mono Nerd font:size=22;5 foreground=#FFFFFF -height=34 +height=32 modules-center=cava modules-left=audio-capsule a music-capsule modules-right="wired-network a wireless-network " padding-left=5 padding-right=5 -radius=20 width=100% [bar/default] background=#00191830 border-color=#00400080 -border-size=10px +border-size=3px bottom=false font-0=Jetbrains Mono Nerd font:size=11;3 font-1=Jetbrains Mono Nerd font:size=22;5