mako config & some dev stuff
This commit is contained in:
parent
a882302f1c
commit
3728ac496d
5 changed files with 20 additions and 19 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
sort=-time
|
sort=-time
|
||||||
layer=overlay
|
layer=overlay
|
||||||
background-color=#2e3440
|
|
||||||
width=300
|
width=300
|
||||||
height=110
|
height=110
|
||||||
border-size=2
|
border-size=2
|
||||||
border-color=#88c0d0
|
|
||||||
border-radius=15
|
border-radius=15
|
||||||
icons=0
|
icons=0
|
||||||
max-icon-size=64
|
max-icon-size=64
|
||||||
|
|
@ -12,16 +10,18 @@ default-timeout=5000
|
||||||
ignore-timeout=1
|
ignore-timeout=1
|
||||||
font=monospace 14
|
font=monospace 14
|
||||||
|
|
||||||
[urgency=low]
|
|
||||||
border-color=#cccccc
|
|
||||||
|
|
||||||
[urgency=normal]
|
|
||||||
border-color=#d08770
|
|
||||||
|
|
||||||
[urgency=high]
|
[urgency=high]
|
||||||
border-color=#bf616a
|
border-color=#f5a97f
|
||||||
default-timeout=0
|
|
||||||
|
|
||||||
[category=mpd]
|
[category=mpd]
|
||||||
default-timeout=2000
|
default-timeout=2000
|
||||||
group-by=category
|
group-by=category
|
||||||
|
|
||||||
|
# Colors
|
||||||
|
|
||||||
|
background-color=#24273a
|
||||||
|
text-color=#cad3f5
|
||||||
|
border-color=#8aadf4
|
||||||
|
progress-color=over #363a4f
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,9 @@
|
||||||
python-pkgs.pip
|
python-pkgs.pip
|
||||||
python-pkgs.requests
|
python-pkgs.requests
|
||||||
]))
|
]))
|
||||||
pkgs.rustc
|
pkgs.rustup
|
||||||
pkgs.rust-analyzer
|
pkgs.pkgsCross.mingwW64.stdenv.cc
|
||||||
pkgs.clippy
|
pkgs.pkgsCross.mingwW64.windows.pthreads
|
||||||
pkgs.cargo
|
|
||||||
|
|
||||||
pkgs.zig
|
pkgs.zig
|
||||||
|
|
||||||
# Work stuff
|
# Work stuff
|
||||||
|
|
|
||||||
|
|
@ -12,16 +12,20 @@
|
||||||
lm_sensors
|
lm_sensors
|
||||||
libsForQt5.qt5.qtquickcontrols2
|
libsForQt5.qt5.qtquickcontrols2
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
libsForQt5.qt5.qt5-svg
|
libsForQt5.qt5.qtsvg
|
||||||
neofetch
|
neofetch
|
||||||
neovim
|
neovim
|
||||||
ripgrep
|
ripgrep
|
||||||
tldr
|
tldr
|
||||||
unzip
|
unzip
|
||||||
|
openssl
|
||||||
|
openssl.dev
|
||||||
|
pkg-config
|
||||||
wget
|
wget
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
|
zip
|
||||||
zoxide
|
zoxide
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
tmuxPlugins.vim-tmux-navigator
|
tmuxPlugins.vim-tmux-navigator
|
||||||
tmuxPlugins.resurrect
|
tmuxPlugins.resurrect
|
||||||
tmuxPlugins.continuum
|
tmuxPlugins.continuum
|
||||||
tmuxPlugins.nord
|
tmuxPlugins.catppuccin
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
set -g @resurrect-capture-pane-contents 'on'
|
set -g @resurrect-capture-pane-contents 'on'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @themepack 'nord'
|
set -g @catppuccin-flavour 'macchiato'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ users.users.gpskwlkr = {
|
||||||
"kvm"
|
"kvm"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"docker"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue