removed bongocat :(
This commit is contained in:
parent
37656d6540
commit
0b8167a31d
3 changed files with 0 additions and 42 deletions
|
|
@ -38,46 +38,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg.configFile."bongocat/bongocat.conf".text = ''
|
|
||||||
# Position & Size
|
|
||||||
cat_height=80
|
|
||||||
cat_align=center
|
|
||||||
cat_x_offset=-500
|
|
||||||
cat_y_offset=-15
|
|
||||||
|
|
||||||
# Appearance
|
|
||||||
enable_antialiasing=1
|
|
||||||
overlay_height=80
|
|
||||||
overlay_opacity=0
|
|
||||||
overlay_position=top
|
|
||||||
# mirror_x=0
|
|
||||||
# mirror_y=0
|
|
||||||
|
|
||||||
# Input device (run bongocat-find-devices to find yours)
|
|
||||||
keyboard_device=/dev/input/event10
|
|
||||||
|
|
||||||
# Multi-monitor (optional - auto-detects by default)
|
|
||||||
# monitor=eDP-1
|
|
||||||
|
|
||||||
# Sleep mode (optional)
|
|
||||||
# idle_sleep_timeout=300
|
|
||||||
# enable_scheduled_sleep=0
|
|
||||||
# sleep_begin=22:00
|
|
||||||
# sleep_end=06:00
|
|
||||||
'';
|
|
||||||
systemd.user.services.bongocat = {
|
|
||||||
Unit = {
|
|
||||||
Description = "BongoCat watcher";
|
|
||||||
After = [ "graphical-session.target" ];
|
|
||||||
PartOf = [ "graphical-session.target" ];
|
|
||||||
};
|
|
||||||
Service = {
|
|
||||||
ExecStart = "${pkgs.wayland-bongocat}/bin/bongocat --watch-config -c %h/.config/bongocat/bongocat.conf";
|
|
||||||
Restart = "on-failure";
|
|
||||||
};
|
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
home.username = "fw";
|
home.username = "fw";
|
||||||
home.homeDirectory = "/home/fw";
|
home.homeDirectory = "/home/fw";
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,6 @@
|
||||||
remmina
|
remmina
|
||||||
brightnessctl
|
brightnessctl
|
||||||
speedcrunch
|
speedcrunch
|
||||||
wayland-bongocat
|
|
||||||
opencode
|
opencode
|
||||||
quickemu
|
quickemu
|
||||||
virt-viewer
|
virt-viewer
|
||||||
|
|
|
||||||
|
|
@ -244,7 +244,6 @@ with lib;
|
||||||
"$mod, u, focusurgentorlast"
|
"$mod, u, focusurgentorlast"
|
||||||
"$mod, tab, focuscurrentorlast"
|
"$mod, tab, focuscurrentorlast"
|
||||||
"$mod, f, fullscreen"
|
"$mod, f, fullscreen"
|
||||||
"$mod, b, exec, pkill -USR1 waybar && pkill -USR1 bongocat"
|
|
||||||
|
|
||||||
# Screen resize
|
# Screen resize
|
||||||
"$mod CTRL, h, resizeactive, -20 0"
|
"$mod CTRL, h, resizeactive, -20 0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue