mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
meta: Remove hyprbars
Although this was cute, there are simply too many bugs and other inconveniences to be worth it. For example, the bar cannot be focused when a workspace has a fullscreen application.
This commit is contained in:
parent
8c1eaec846
commit
d1a78a7a57
@ -6,11 +6,6 @@
|
|||||||
url = "github:hyprwm/Hyprland";
|
url = "github:hyprwm/Hyprland";
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland-plugins = {
|
|
||||||
url = "github:snehrbass/sn-hyprland-plugins/sn-win-filter";
|
|
||||||
inputs.hyprland.follows = "hyprland";
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:donovanglover/home-manager/personal-master";
|
url = "github:donovanglover/home-manager/personal-master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -98,22 +98,6 @@ in
|
|||||||
layout = master
|
layout = master
|
||||||
}
|
}
|
||||||
|
|
||||||
plugin {
|
|
||||||
hyprbars {
|
|
||||||
bar_color = rgba(${base00}F2)
|
|
||||||
bar_height = 30
|
|
||||||
col.text = rgba(${base05}99)
|
|
||||||
bar_text_size = 9
|
|
||||||
bar_text_font = Maple Mono
|
|
||||||
exclude_windowrulev2 = floating:0,title:^(Easy Effects|Volume Control|Bluetooth|iwgtk)$
|
|
||||||
buttons {
|
|
||||||
button_size = 14
|
|
||||||
col.maximize = rgba(${base04}cc)
|
|
||||||
col.close = rgba(${base05}cc)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 0
|
rounding = 0
|
||||||
blur = yes
|
blur = yes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, lib, sakaya, hyprland-plugins, ... }:
|
{ pkgs, lib, sakaya, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@ -22,7 +22,6 @@
|
|||||||
sqlitebrowser
|
sqlitebrowser
|
||||||
kanjidraw
|
kanjidraw
|
||||||
libreoffice
|
libreoffice
|
||||||
hyprland-plugins.packages.${pkgs.system}.hyprbars
|
|
||||||
|
|
||||||
gdu
|
gdu
|
||||||
fdupes
|
fdupes
|
||||||
@ -102,11 +101,6 @@
|
|||||||
nix-init
|
nix-init
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish.shellAliases = {
|
|
||||||
hyprbars = "hyprctl plugin load ${hyprland-plugins.packages.${pkgs.system}.hyprbars}/lib/libhyprbars.so";
|
|
||||||
nobars = "hyprctl plugin unload ${hyprland-plugins.packages.${pkgs.system}.hyprbars}/lib/libhyprbars.so";
|
|
||||||
};
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"osu-lazer-bin"
|
"osu-lazer-bin"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user