hyprland waybar cleanup

This commit is contained in:
shinya 2025-01-28 07:47:00 +01:00
parent 11074bfabe
commit 660a7df807
5 changed files with 16 additions and 10 deletions

View File

@ -1,6 +1,5 @@
{ {
userSettings, userSettings,
pkgs,
... ...
}: { }: {
# Home manager configuration # Home manager configuration
@ -73,6 +72,12 @@
bat.enable = true; bat.enable = true;
btop.enable = true; btop.enable = true;
fzf.enable = true; fzf.enable = true;
direnv = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
nix-direnv.enable = true;
};
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View File

@ -66,7 +66,7 @@
"kb_layout" = "us, cz, ru"; "kb_layout" = "us, cz, ru";
"follow_mouse" = "1"; "follow_mouse" = "1";
#"kb_options" = "caps:swapecase"; "kb_options" = "caps:swapecase";
#"kb_options" = "ctrl:nocaps"; #"kb_options" = "ctrl:nocaps";
touchpad = { touchpad = {
@ -130,7 +130,7 @@
"${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data" "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data"
"${pkgs.swayosd}/bin/swayosd-server" "${pkgs.swayosd}/bin/swayosd-server"
"${pkgs.bitwarden}/bin/bitwarden" "${pkgs.bitwarden}/bin/bitwarden"
"battery-notify --verbose" "battery-notify --verbose"
"systemctl --user start hyprpolkitagent" "systemctl --user start hyprpolkitagent"
@ -338,6 +338,7 @@
"opacity 0.70 0.70,class:^([Ss]team)$" "opacity 0.70 0.70,class:^([Ss]team)$"
"opacity 0.70 0.70,class:^(steamwebhelper)$" "opacity 0.70 0.70,class:^(steamwebhelper)$"
"opacity 0.70 0.70,class:^([Ss]potify)$" "opacity 0.70 0.70,class:^([Ss]potify)$"
"opacity 0.70 0.70,class:^(org.qutebrowser.qutebrowser)$"
"opacity 0.70 0.70,initialTitle:^(Spotify Free)$" "opacity 0.70 0.70,initialTitle:^(Spotify Free)$"
"opacity 0.70 0.70,initialTitle:^(Spotify Premium)$" "opacity 0.70 0.70,initialTitle:^(Spotify Premium)$"
"opacity 0.90 0.90,class:^(com.github.rafostar.Clapper)$" "opacity 0.90 0.90,class:^(com.github.rafostar.Clapper)$"

View File

@ -112,8 +112,8 @@
format = "{icon}"; format = "{icon}";
rotate = 0; rotate = 0;
format-icons = { format-icons = {
activated = "󰥔"; activated = "󰅶";
deactivated = ""; deactivated = "󰛊";
}; };
}; };

View File

@ -139,7 +139,7 @@ in
import qutesecrets import qutesecrets
secretsExists = True secretsExists = True
#config.set('scrolling.smooth',True) config.set('scrolling.smooth',True)
config.set('qt.args',['ignore-gpu-blacklist','enable-gpu-rasterization','enable-native-gpu-memory-buffers','num-raster-threads=4']) config.set('qt.args',['ignore-gpu-blacklist','enable-gpu-rasterization','enable-native-gpu-memory-buffers','num-raster-threads=4'])
config.load_autoconfig(True) config.load_autoconfig(True)

View File

@ -17,11 +17,11 @@
services.arrpc.enable = true; services.arrpc.enable = true;
programs.nixcord = { programs.nixcord = {
enable = true; # enable Nixcord. Also installs discord package enable = true;
vesktop.enable = true; # enable Vesktop vesktop.enable = true;
discord.enable = false; # enable Discord discord.enable = false;
config = { config = {
frameless = true; # set some Vencord options frameless = true;
plugins = { plugins = {
anonymiseFileNames.enable = true; anonymiseFileNames.enable = true;
betterUploadButton.enable = true; betterUploadButton.enable = true;