Testing emacs
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./waybar.nix
|
||||
];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
systemd.enable = true;
|
||||
xwayland.enable = true;
|
||||
plugins = [
|
||||
# pkgs.hyprlandPlugins.hyprbars
|
||||
# inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars -- Version Mismatch
|
||||
];
|
||||
settings = {
|
||||
input = {
|
||||
@@ -19,7 +20,7 @@
|
||||
};
|
||||
};
|
||||
decoration = {
|
||||
rounding = "0";
|
||||
rounding = "10";
|
||||
rounding_power = "2";
|
||||
active_opacity = "1";
|
||||
inactive_opacity = ".7";
|
||||
@@ -45,8 +46,8 @@
|
||||
};
|
||||
extraConfig = ''
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 1
|
||||
col.active_border = rgb(b000b5)
|
||||
col.inactive_border = rgb(1f2335)
|
||||
@@ -68,7 +69,7 @@
|
||||
monitor = DP-2, 2560x1080@74.99,auto,1
|
||||
# monitor = Virtual-1, 2800x1752@120, 1920x0, 1
|
||||
$terminal-notmux = kitty
|
||||
$terminal = kitty -e tmux new-session zsh -c 'tmuxstartup.sh'
|
||||
$terminal = kitty -e tmux
|
||||
# $terminal = ghostty
|
||||
# $terminal = footclient
|
||||
# $terminal = footclient -e tmux new-session zsh -c '~/.local/usr/bin/tmuxstartup.sh'
|
||||
@@ -188,6 +189,20 @@
|
||||
# Performance optimizations for Virtual-1 monitor
|
||||
workspace = name:virtual,monitor:Virtual-1,default:true,gapsin:0,gapsout:0
|
||||
|
||||
|
||||
plugin {
|
||||
hyprbars {
|
||||
bar_height = 23
|
||||
bar_color = rgb(1f2335)
|
||||
col.text = rgb(b000b5)
|
||||
bar_text_align = left
|
||||
bar_text_font = "FiraCode Nerd Font:style=bold"
|
||||
bar_button_padding = 5
|
||||
hyprbars-button = rgb(b000b5), 15, , hyprctl dispatch killactive
|
||||
hyprbars-button = rgb(b000b5), 15, , hyprctl dispatch fullscreen 1
|
||||
}
|
||||
}
|
||||
|
||||
'';
|
||||
};
|
||||
programs.hyprlock = {
|
||||
|
||||
Reference in New Issue
Block a user