Switch terminal and font
This commit is contained in:
parent
2b77c2d461
commit
b551918273
9 changed files with 37 additions and 100 deletions
|
@ -29,7 +29,7 @@ in
|
|||
programs = {
|
||||
mako = {
|
||||
enable = true;
|
||||
font = "Fira Code Normal 9";
|
||||
font = "Hack Regular 9";
|
||||
};
|
||||
zsh.loginExtra = ''
|
||||
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then
|
||||
|
@ -72,9 +72,9 @@ in
|
|||
down = "j";
|
||||
up = "k";
|
||||
right = "l";
|
||||
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||
menu = "${terminal} start --class launcher -- ${launcher}/bin/launcher";
|
||||
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
|
||||
terminal = "${pkgs.foot}/bin/footclient";
|
||||
menu = "${terminal} --app-id launcher -- ${launcher}/bin/launcher";
|
||||
fonts = { names = [ "Hack" ]; size = 9.0; style = "Regular"; };
|
||||
bars = [
|
||||
{
|
||||
colors = {
|
||||
|
@ -85,7 +85,7 @@ in
|
|||
inactiveWorkspace = { border = "#ffffff"; background = "#ffffff"; text = "#000000"; };
|
||||
urgentWorkspace = { border = "#ff8892"; background = "#ff8892"; text = "#000000"; };
|
||||
};
|
||||
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
|
||||
fonts = { names = [ "Hack" ]; size = 9.0; style = "Regular"; };
|
||||
position = "top";
|
||||
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}";
|
||||
extraConfig = ''
|
||||
|
|
|
@ -105,7 +105,7 @@ windows() {
|
|||
@sway@/bin/swaymsg \[con_id="$window"\] focus
|
||||
}
|
||||
|
||||
CHOSEN=$(cat <(windows_options) <(systemctl_options) <(pass_options) <(nrun_options) <(run_options) <(record_options) <(calc_options) <(emoji_options) | @fzy@/bin/fzy --lines 40 | tail -n1)
|
||||
CHOSEN=$(cat <(windows_options) <(systemctl_options) <(pass_options) <(nrun_options) <(run_options) <(record_options) <(calc_options) <(emoji_options) | @fzy@/bin/fzy --lines 80 | tail -n1)
|
||||
|
||||
if [ -n "$CHOSEN" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue