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