Skip to content

Commit

Permalink
Taskbar replacement using EWW
Browse files Browse the repository at this point in the history
Signed-off-by: Kajus Naujokaitis <[email protected]>
  • Loading branch information
kajusnau committed Sep 20, 2024
1 parent e1f09e6 commit 572a065
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 89 deletions.
9 changes: 4 additions & 5 deletions modules/common/development/debug-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,25 @@ in
# For lsusb:

usbutils

# Useful in NetVM
ethtool

ethtool
# Basic monitors

iftop
iotop
traceroute
dig
evtest

# For deleting Linux Boot Manager entries in automated testing
efibootmgr

efibootmgr
# Performance testing

speedtest-cli
iperf
tree
file

# to build ghaf on target

git
Expand Down
6 changes: 3 additions & 3 deletions modules/desktop/graphics/ewwbar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ in
:class "keyboard-layout"
:halign "center"
:valign "center"
(label :text keyboard_layout)))
(defpoll keyboard_layout :interval "1s" "${pkgs.sway}/bin/setxkbmap -query | ${pkgs.gawk}/bin/awk '/layout/{print $2}' | tr a-z A-Z")
(label :text keyboard_layout)))
(defpoll keyboard_layout :interval "1s" "${pkgs.xorg.setxkbmap}/bin/setxkbmap -query | ${pkgs.gawk}/bin/awk '/layout/{print $2}' | tr a-z A-Z")
;; Bluetooth Widget ;;
(defwidget bluetooth []
Expand Down Expand Up @@ -397,7 +397,7 @@ in
:reserve (struts :distance "50px" :side "bottom")
:wm-ignore false
:windowtype "dock"
:hexpand "true"
:hexpand "false"
:vexpand "false"
:stacking "fg"
:exclusive "true"
Expand Down
10 changes: 1 addition & 9 deletions modules/desktop/graphics/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ let
in
{
config = lib.mkIf labwc.enable {
fonts.packages = builtins.attrValues {
inherit (pkgs)
inter
fira-code-nerdfont
material-icons
jetbrains-mono
hack-font
;
};
fonts.packages = builtins.attrValues { inherit (pkgs) inter fira-code-nerdfont hack-font; };
};
}
72 changes: 0 additions & 72 deletions packages/wifi-signal-strength-grpc/default.nix

This file was deleted.

0 comments on commit 572a065

Please sign in to comment.