hyprland waybar cleanup
This commit is contained in:
parent
11074bfabe
commit
660a7df807
@ -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.
|
||||
|
||||
@ -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 = {
|
||||
@ -130,7 +130,7 @@
|
||||
"${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data"
|
||||
"${pkgs.swayosd}/bin/swayosd-server"
|
||||
"${pkgs.bitwarden}/bin/bitwarden"
|
||||
|
||||
|
||||
"battery-notify --verbose"
|
||||
"systemctl --user start hyprpolkitagent"
|
||||
|
||||
@ -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)$"
|
||||
|
||||
@ -112,8 +112,8 @@
|
||||
format = "{icon}";
|
||||
rotate = 0;
|
||||
format-icons = {
|
||||
activated = "";
|
||||
deactivated = "";
|
||||
activated = "";
|
||||
deactivated = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user