diff --git a/home/home.nix b/home/home.nix
index 203a5f4..2ff7026 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -679,7 +679,25 @@ in {
margin-left = 6;
margin-right = 6;
"niri/window" = { format = "{title}"; icon = true; };
+ "hyprland/window" = { format = "{title}"; icon = true; };
workspaces = { format = " {name} "; };
+ "hyprland/workspaces" = {
+ format = "{icon}";
+ format-icons = {
+ "1" = "";
+ "2" = "";
+ "3" = "";
+ "4" = "";
+ "5" = "";
+ "6" = "";
+ "7" = "";
+ "8" = "";
+ "9" = "";
+ };
+ all-outputs = true;
+ # on-scroll-up = "hyprctl dispatch workspace e+1";
+ # on-scroll-down = "hyprctl dispatch workspace e-1";
+ };
"niri/workspaces" = {
format = "{icon}";
format-icons = {
diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix
index 9a2e7af..f778bcb 100644
--- a/home/modules/hyprland.nix
+++ b/home/modules/hyprland.nix
@@ -132,9 +132,9 @@ in
general = {
gaps_in = 15;
gaps_out = 20;
- border_size = 0;
- "col.active_border" = "0x66ee1111";
- "col.inactive_border" = "0x66333333";
+ border_size = 3;
+ "col.active_border" = "0xff5af78e";
+ "col.inactive_border" = "0xff78787e";
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
layout = "master";
@@ -231,15 +231,16 @@ in
# if !laptop then "workspace 1,mpv"
"float,class:org.kde.dolphin"
"float,class:thunar"
- "float,class:title:dadired"
+ "float,title:dadired"
"float,class:com.system76.CosmicFiles"
"float,class:org.freedesktop.impl.portal.desktop.kde"
"float,class:nm-tray"
- "size 60% 60%,class:org.kde.dolphin"
- "size 60% 60%,class:thunar"
- "size 60% 60%,title:dadired"
- "size 60% 60%,class:com.system76.CosmicFiles"
- "size 60% 60%,class:org.freedesktop.impl.portal.desktop.kde"
+ "size 70% 70%,class:org.kde.dolphin"
+ "size 70% 70%,class:thunar"
+ "size 70% 70%,title:dadired"
+ "size 70% 70%,class:com.system76.CosmicFiles"
+ "size 70% 70%,class:org.freedesktop.impl.portal.desktop.kde"
+ "size 70% 70%,class:org.freedesktop.impl.portal.desktop.cosmic"
"float,class:mpv"
"float,title:Picture-in-Picture"
"center,title:Picture-in-Picture"
@@ -251,12 +252,13 @@ in
"opaque,class:mpv"
"nodim,class:mpv"
"float,class:pulsemixer"
+ "float,class:bluetui"
"workspace 2,class:ff"
"workspace 2,class:vivaldi-stable"
"workspace 2,class:org.qutebrowser.qutebrowser"
"workspace 1,class:emacs"
"float,class:btop"
- "size 70% 70%,class:btop"
+ "size 90% 90%,class:btop"
"center,class:btop"
"float,class:lumina"
"size 80% 80%,class:lumina"
@@ -275,7 +277,7 @@ in
"SUPER,RETURN,exec,alacritty"
"SUPER,C,killactive,"
"SUPERSHIFT,Q,exit,"
- "SUPERSHIFT,D,exec,dolphin"
+ "SUPERSHIFT,D,exec,cosmic-files"
"SUPERSHIFT,F,togglefloating,"
"SUPER,w,exec,rofi -i -show window"
"SUPER,E,exec,/home/chris/bin/emacslof"
@@ -283,7 +285,8 @@ in
"SUPER,v,exec,cliphist list | rofi -p ' ' -dmenu | cliphist decode | wl-copy"
"SUPER,B,exec,/home/chris/bin/qblof"
"SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"
- "SUPER,i,exec,alacritty --class btop -e btop"
+ "SUPER,i,exec,alacritty --class btop -e btm"
+ "SUPERSHIFT,b,exec,alacritty --class bluetui -e bluetui"
"SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region"
"SUPERALT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m window"
"SUPERCTRL,p,exec,${pkgs.hyprshot}/bin/hyprshot -m active"
diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix
index e18b8c2..47a4c81 100644
--- a/pkgs/desktop-packages.nix
+++ b/pkgs/desktop-packages.nix
@@ -16,7 +16,6 @@
mumble
niri
bluetui
- impala
# pantalaimon
ifuse
dash
diff --git a/systems/syl/configuration.nix b/systems/syl/configuration.nix
index 3e392e7..3179414 100644
--- a/systems/syl/configuration.nix
+++ b/systems/syl/configuration.nix
@@ -18,7 +18,7 @@
hardware.acpilight.enable = lib.mkDefault true;
networking.interfaces.wlp170s0.useDHCP = true;
- networking.wireless.iwd.enable = true;
+ # networking.wireless.iwd.enable = true;
hardware.uinput.enable = true;
hardware.bluetooth.enable = true;