From e38658ec1c69821680b82ba3de57b8a4783aba19 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 23 Sep 2023 13:39:01 +0530 Subject: dump --- programs/bash.nix | 5 +---- programs/default.nix | 1 + programs/feh.nix | 2 +- programs/rofi.nix | 5 +++-- programs/tmux.nix | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) (limited to 'programs') diff --git a/programs/bash.nix b/programs/bash.nix index 2a3cb97..bff2eb9 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -14,6 +14,7 @@ shellAliases = { "..." = "cd -- ../.."; + "...." = "cd -- ../../.."; grep = "grep --color=auto"; l = "ls -CF"; la = "ls -A"; @@ -24,7 +25,6 @@ tmux = "tmux -u"; tree = "tree -C"; tb = "nc termbin.com 9999"; - n = "j"; # git aliases gb = "git branch -v"; @@ -71,8 +71,6 @@ }; initExtra = '' - [ -f $HOME/.github ] && . $HOME/.github - eval "$(direnv hook bash)" export PATH=$PATH:"$HOME/scripts" export PROMPT_COMMAND="tmux refresh-client -S"; export PS1="\n\001\e[0;36m\002λ\001\e[0m\002 "; @@ -116,7 +114,6 @@ function __rm() { git worktree remove "$1" } - ''; }; diff --git a/programs/default.nix b/programs/default.nix index e28838b..70ded22 100644 --- a/programs/default.nix +++ b/programs/default.nix @@ -18,6 +18,7 @@ ./readline.nix ./tmux.nix ./zathura.nix + ./rofi.nix ]; programs = { diff --git a/programs/feh.nix b/programs/feh.nix index 2e15fe4..29374ca 100644 --- a/programs/feh.nix +++ b/programs/feh.nix @@ -5,7 +5,7 @@ { programs.feh = { - enable = true; + enable = false; buttons = { zoom_in = "C-5"; zoom_out = "C-4"; diff --git a/programs/rofi.nix b/programs/rofi.nix index 12c0d7b..bdf5898 100644 --- a/programs/rofi.nix +++ b/programs/rofi.nix @@ -29,8 +29,7 @@ let selected-normal-foreground = mkLiteral theme.base0C; urgent-foreground = mkLiteral theme.base05; - border = mkLiteral "4px solid"; - border-color = mkLiteral theme.base01; + border-color = mkLiteral theme.base00; }; inputbar.children = [ "entry" ]; @@ -46,6 +45,8 @@ let padding = 40; width = 800; height = 600; + border = mkLiteral "3px solid"; + border-color = mkLiteral theme.base01; }; }; in diff --git a/programs/tmux.nix b/programs/tmux.nix index 292d751..f061997 100644 --- a/programs/tmux.nix +++ b/programs/tmux.nix @@ -76,7 +76,7 @@ in setw -g pane-base-index 1 # session jumper - bind-key -n C-n run-shell "tmux-fzf" + bind-key -n C-h run-shell "tmux-fzf" # pane binds unbind-key E -- cgit v1.2.3