This commit is contained in:
zoe 2023-02-28 22:23:51 +01:00
parent e52c1f6176
commit 5526d0141a
5 changed files with 39 additions and 7 deletions

13
avizo.ini Normal file
View File

@ -0,0 +1,13 @@
[default]
# The color of the notification background in format: rgba([0, 255], [0, 255], [0, 255], [0, 1]).
background = rgba(48, 52, 70, 0.95)
# Sets the color of the notification border in format rgba([0, 255], [0, 255], [0, 255], [0, 1]).
border-color = rgba(166, 209, 137, 1.0)
# The color of the filled bar blocks in format: rgba([0, 255], [0, 255], [0, 255], [0, 1]).
bar-fg-color = rgba(166, 200, 190, 1.0)
# The color of the unfilled bar blocks in format rgba([0, 255], [0, 255], [0, 255], [0, 1]).
# Defaults to 'background' with 2/3 brightness.
bar-bg-color = rgba(129, 200, 190, 1.0)

View File

@ -2,7 +2,8 @@
let let
nvimCustom = import ./nvim/settings.nix; nvimCustom = import ./nvim/settings.nix;
helixCustom = import ./helix/settings.nix; helixCustom = import ./helix/settings.nix;
in { in
{
imports = [ imports = [
./fish/settings.nix ./fish/settings.nix
./variables.nix ./variables.nix
@ -25,6 +26,8 @@ in {
userName = "zoe"; userName = "zoe";
userEmail = "ZoeOosting@outlook.com"; userEmail = "ZoeOosting@outlook.com";
}; };
xdg.configFile."avizo/config.ini".source = ./avizo.ini;
programs.mpv.config = { programs.mpv.config = {
ytdl-format = "bestvideo[height<=?720]+bestaudio"; ytdl-format = "bestvideo[height<=?720]+bestaudio";
@ -38,8 +41,7 @@ in {
fade = true; fade = true;
fadeDelta = 2; fadeDelta = 2;
extraArgs = [ "--experimental-backends" ]; extraArgs = [ "--experimental-backends" ];
settings = { settings = { };
};
}; };
programs.ssh.enable = true; programs.ssh.enable = true;

View File

@ -17,6 +17,7 @@ monitor=,preferred,auto,auto
exec-once = swaybg -i /etc/nixos/wallpaper.png exec-once = swaybg -i /etc/nixos/wallpaper.png
exec-once = dunst exec-once = dunst
exec-once = waybar exec-once = waybar
exec-once = avizo-service
# Source a file (multi-file configs) # Source a file (multi-file configs)
source = ~/.config/hypr/colors.conf source = ~/.config/hypr/colors.conf
@ -148,6 +149,8 @@ bind = $mainMod, mouse_up, workspace, e-1
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
bind=$mainMod,F,fullscreen
# resize submap # resize submap
bind=$mainMod,R,submap,resize # will switch to a submap called resize bind=$mainMod,R,submap,resize # will switch to a submap called resize
@ -166,7 +169,19 @@ submap=reset # will reset the submap, meaning end the current one and return to
# media submap # media submap
bind=$mainMod, M, submap, media bind=$mainMod, M, submap, media
submap=media submap=media
binde=,j,exec, python3 /etc/nixos/i3/volume.py 5%- binde=,j,exec, volumectl -u down
binde=,k,exec, python3 /etc/nixos/i3/volume.py 5%+ binde=,k,exec, volumectl -u up
binde=,m,exec, volumectl toggle-mute
binde=,n,exec, volumectl -m toggle-mute
bind=,escape,submap,reset bind=,escape,submap,reset
submap=reset submap=reset
# brightness submap
bind=$mainMod, b, submap, brightness
submap=brightness
binde=,j,exec, python3 lightctl down
binde=,k,exec, python3 lightctl up
bind=,escape,submap,reset
submap=reset

View File

@ -7,7 +7,7 @@ git pull
# cp -r /etc/nixos/ ./backup # cp -r /etc/nixos/ ./backup
# copy over all the files to /etc/nixos/ # copy over all the files to /etc/nixos/
sudo cp -ru ./flake.nix ./configuration.nix ./wallpaper.png ./dunst ./helix ./rofi ./i3 ./hyprland ./waybar ./fish ./kitty ./nvim/ ./disks.nix ./variables.nix ./programs.nix ./defaults.nix ./packages.nix ./home.nix ./services.nix ./user.nix /etc/nixos/ sudo cp -ru ./flake.nix ./configuration.nix ./wallpaper.png ./avizo.ini ./dunst ./helix ./rofi ./i3 ./hyprland ./waybar ./fish ./kitty ./nvim/ ./disks.nix ./variables.nix ./programs.nix ./defaults.nix ./packages.nix ./home.nix ./services.nix ./user.nix /etc/nixos/
cp -u ./.xinitrc $HOME cp -u ./.xinitrc $HOME
cp -ur ./cursors $HOME/.local/share/icons cp -ur ./cursors $HOME/.local/share/icons

View File

@ -40,6 +40,7 @@ in
cmus cmus
pavucontrol pavucontrol
playerctl playerctl
pamixer
# video # video
syncplay syncplay
@ -57,6 +58,7 @@ in
wofi wofi
wofi-emoji wofi-emoji
unstable.waybar unstable.waybar
avizo
# images # images
feh feh