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
|
||||
layer=overlay
|
||||
background-color=#2e3440
|
||||
width=300
|
||||
height=110
|
||||
border-size=2
|
||||
border-color=#88c0d0
|
||||
border-radius=15
|
||||
icons=0
|
||||
max-icon-size=64
|
||||
|
|
@ -12,16 +10,18 @@ default-timeout=5000
|
|||
ignore-timeout=1
|
||||
font=monospace 14
|
||||
|
||||
[urgency=low]
|
||||
border-color=#cccccc
|
||||
|
||||
[urgency=normal]
|
||||
border-color=#d08770
|
||||
|
||||
[urgency=high]
|
||||
border-color=#bf616a
|
||||
default-timeout=0
|
||||
border-color=#f5a97f
|
||||
|
||||
[category=mpd]
|
||||
default-timeout=2000
|
||||
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.requests
|
||||
]))
|
||||
pkgs.rustc
|
||||
pkgs.rust-analyzer
|
||||
pkgs.clippy
|
||||
pkgs.cargo
|
||||
|
||||
pkgs.rustup
|
||||
pkgs.pkgsCross.mingwW64.stdenv.cc
|
||||
pkgs.pkgsCross.mingwW64.windows.pthreads
|
||||
pkgs.zig
|
||||
|
||||
# Work stuff
|
||||
|
|
|
|||
|
|
@ -12,16 +12,20 @@
|
|||
lm_sensors
|
||||
libsForQt5.qt5.qtquickcontrols2
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
libsForQt5.qt5.qt5-svg
|
||||
libsForQt5.qt5.qtsvg
|
||||
neofetch
|
||||
neovim
|
||||
ripgrep
|
||||
tldr
|
||||
unzip
|
||||
openssl
|
||||
openssl.dev
|
||||
pkg-config
|
||||
wget
|
||||
xfce.thunar
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-wlr
|
||||
zip
|
||||
zoxide
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
tmuxPlugins.vim-tmux-navigator
|
||||
tmuxPlugins.resurrect
|
||||
tmuxPlugins.continuum
|
||||
tmuxPlugins.nord
|
||||
tmuxPlugins.catppuccin
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @themepack 'nord'
|
||||
set -g @catppuccin-flavour 'macchiato'
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ users.users.gpskwlkr = {
|
|||
"kvm"
|
||||
"libvirtd"
|
||||
"networkmanager"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue