From 5192ea1c12a8a068e3754fe6ddec8d426fe2f6c3 Mon Sep 17 00:00:00 2001 From: grimhilt Date: Tue, 29 Nov 2022 19:16:09 +0100 Subject: [PATCH] update --- .config/bspwm/bspwmrc | 5 +++-- .config/flameshot/flameshot.ini | 1 + .config/nixpkgs/home.nix | 13 ++++++++++++- .config/nixshell/matrix.nix | 2 ++ .config/polybar/config.ini | 6 +++--- .config/sxhkd/sxhkdrc | 3 +++ 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index b9b7e5e..c9a624a 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -2,10 +2,11 @@ sxhkd & polybar bar -q & -bspc monitor eDP-1 -d 1 2 3 4 5 -bspc monitor HDMI-1 -d 6 7 8 9 10 +bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 +bspc monitor HDMI-1 -d 9 10 bspc rule -a Element desktop=^3 +bspc rule -a Librewolf desktop=^2 #bspc config focus_follows_pointer true diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini index de56509..3b16146 100644 --- a/.config/flameshot/flameshot.ini +++ b/.config/flameshot/flameshot.ini @@ -1,6 +1,7 @@ [General] contrastOpacity=163 drawColor=#1e0000 +savePath=/home/grimhilt/Documents/spe/international showHelp=false showStartupLaunchMessage=false uiColor=#000e96 diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index f44e5af..ea00135 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -14,7 +14,18 @@ cShell = "nix-shell ~/.config/nixshell/c.nix"; }; enableCompletion = true; - plugins = []; + plugins = [ + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = pkgs.fetchFromGitHub { + owner = "chisui"; + repo = "zsh-nix-shell"; + rev = "v0.5.0"; + sha256 = "0za4aiwwrlawnia4f29msk822rj9bgcygw6a8a6iikiwzjjz0g91"; + }; + } + ]; }; direnv.enable = true; direnv.nix-direnv.enable = true; diff --git a/.config/nixshell/matrix.nix b/.config/nixshell/matrix.nix index 6e1951c..e8d1de4 100644 --- a/.config/nixshell/matrix.nix +++ b/.config/nixshell/matrix.nix @@ -5,6 +5,8 @@ in name = "matrix-shell"; buildInputs = with pkgs; [ yarn + docker + act gtk2 gtk3 rPackages.gbm diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 5f53a1c..937d88a 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -27,7 +27,7 @@ font-1 = FontAwesome6FreeSolid:size=12;3 modules-left = bspwm-desktops window-title modules-center = cpu memory disk -modules-right = battery wired-network wireless-network date-and-time +modules-right = battery wired-network wireless-network pulseaudio-volume date-and-time locale = en_US.UTF-8 @@ -92,8 +92,8 @@ format-charging =  format-discharging = format-full =  -label-charging = %percentage%%c -label-discharging = %percentage%%d +label-charging = %percentage%% +label-discharging = %percentage%% ramp-capacity-0 =  ramp-capacity-1 =  diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6265acb..4a8c90f 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -18,6 +18,9 @@ super + Escape super + shift + s flameshot gui --clipboard --accept-on-select +Print + flameshot full + # Lock screen ctrl + alt + l ~/.config/i3lock/lock.sh