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,
pkgs,
...
}: {
# Home manager configuration
@ -73,6 +72,12 @@
bat.enable = true;
btop.enable = true;
fzf.enable = true;
direnv = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
nix-direnv.enable = true;
};
};
# Let Home Manager install and manage itself.

View File

@ -66,7 +66,7 @@
"kb_layout" = "us, cz, ru";
"follow_mouse" = "1";
#"kb_options" = "caps:swapecase";
"kb_options" = "caps:swapecase";
#"kb_options" = "ctrl:nocaps";
touchpad = {
@ -338,6 +338,7 @@
"opacity 0.70 0.70,class:^([Ss]team)$"
"opacity 0.70 0.70,class:^(steamwebhelper)$"
"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 Premium)$"
"opacity 0.90 0.90,class:^(com.github.rafostar.Clapper)$"

View File

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

View File

@ -139,7 +139,7 @@ in
import qutesecrets
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.load_autoconfig(True)

View File

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