cleanup, systray
This commit is contained in:
parent
173befa616
commit
eef8c0b8b1
4 changed files with 8 additions and 7 deletions
|
@ -104,7 +104,7 @@
|
|||
name = "cpptools";
|
||||
publisher = "ms-vscode";
|
||||
version = "1.23.3";
|
||||
sha256 = "03gwyrrcc4kw84ss7mh8ksfib1bvmhmr1pa5sg11nzj2hzxnikgd";
|
||||
sha256 = "sha256-YOtPISpr23g/4T7u+ZHZz9mJOBI4GpifhqfP1bNhOkU=";
|
||||
}
|
||||
{
|
||||
name = "vscode-ltex";
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
:space-evenly false
|
||||
:halign "end"
|
||||
:class "container"
|
||||
(systray)
|
||||
(volume)
|
||||
(cpu)
|
||||
(mem)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.hyprpaper.enable = true;
|
||||
# hyprland setup
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
@ -107,6 +108,9 @@
|
|||
|
||||
# scratchpad
|
||||
"$mod, C, togglespecialworkspace, scratchpad"
|
||||
|
||||
# status bar
|
||||
"$mod, T, exec, eww open --toggle top-bar"
|
||||
];
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# init nmapplet
|
||||
# TODO add back once eww supports tray
|
||||
# nm-applet --indicator &
|
||||
nm-applet --indicator &
|
||||
swww init
|
||||
swww img /home/leonv/Git/nixos/gunther/hypr/wallpaper.jpg
|
||||
|
||||
eww daemon
|
||||
eww open top-bar
|
||||
|
||||
# notification
|
||||
mako
|
||||
mako &
|
||||
|
|
Loading…
Reference in a new issue