some stuff

This commit is contained in:
Matt Nish-Lapidus 2025-02-27 17:16:39 -05:00
parent 31f443be36
commit 5b12fcebf9
7 changed files with 2467 additions and 49 deletions

View file

@ -28,7 +28,6 @@
wayland-utils
libheif.out
rpi-imager
thonny
freecad
flatpak
gst_all_1.gstreamer
@ -124,6 +123,9 @@
fstl
librewolf
vivaldi
gst_all_1.gstreamer
# screen recording and streaming
kooha

View file

@ -130,36 +130,44 @@ in {
window-rules = [
# global window rule for shared config
{ geometry-corner-radius = {
{
geometry-corner-radius = {
top-left = pkgs.rice.corner-radius;
top-right = pkgs.rice.corner-radius;
bottom-left = pkgs.rice.corner-radius;
bottom-right = pkgs.rice.corner-radius;
};
clip-to-geometry = true; }
clip-to-geometry = true;
}
{ matches = [
{
matches = [
{app-id="Calculator";}
{app-id="Color Picker";}
{app-id="Volume Control";}
{app-id="processing-core-PApplet";}
];
open-floating = true; }
open-floating = true;
}
{ matches = [
{
matches = [
{app-id="Plexamp";}
{app-id="scratchpad";}
];
open-on-workspace = "scratchpad";
open-floating = true; }
open-floating = true;
}
{ matches = [{app-id="launcher";}];
{
matches = [{app-id="launcher";}];
open-floating = true;
focus-ring = {
enable = true;
active.gradient = {
from = strPalette.normal.magenta;
to = strPalette.normal.cyan;
angle = 180;
angle = 120;
in' = "srgb-linear";
};
width = 2;
@ -170,7 +178,7 @@ in {
# This app-id regular expression will work for both:
# host Firefox (app-id is "firefox")
# Flatpak Firefox (app-id is "org.mozilla.firefox")
matches = [ { app-id= "r#\"firefox$\"# title=\"^Picture-in-Picture$\""; } ];
matches = [ { app-id= "r#\"librewolf$\"# title=\"^Picture-in-Picture$\""; } ];
open-floating = true;
}
@ -198,7 +206,7 @@ in {
"Mod+Ctrl+T".action = spawn "wezterm";
"Mod+Ctrl+E".action = spawn "emacsclient" "-r" "-n";
"Mod+Ctrl+B".action = spawn "firefox";
"Mod+Ctrl+B".action = spawn "librewolf";
"Mod+Ctrl+V".action = wezlaunch "clipse";
"Mod+Ctrl+F".action = wez "yazi";
"Mod+Ctrl+N".action = spawn "swaync-client" "-t";

View file

@ -100,7 +100,7 @@ in {
};
"tray" = {
"icon-size" = 20;
"icon-size" = 22;
"spacing" = 10;
};
@ -139,7 +139,7 @@ in {
"wlr/taskbar" = {
"format" = "{icon}";
"icon-size" = 20;
"icon-size" = 22;
"tooltip-format" = "{title}";
"on-click" = "activate";
"app_ids-mapping" = {
@ -168,7 +168,14 @@ in {
border: none;
font-size: 12pt;
font-family: "JetBrainsMono Nerd Font" ;
min-height: 25px;
min-height: 30px;
}
button:hover {
box-shadow: none; /* Remove predefined box-shadow */
text-shadow: none; /* Remove predefined text-shadow */
background: none; /* Remove predefined background color (white) */
transition: none; /* Disable predefined animations */
}
window#waybar {
@ -194,6 +201,14 @@ window#waybar {
padding-right: 5px;
}
#taskbar > *:hover {
border: none;
box-shadow: none;
text-shadow: none;
border-color: transparent;
background: #333;
}
#network {
padding: 0 10px 0 15px;
}
@ -286,6 +301,10 @@ window#waybar {
color: #666;
}
#workspaces button:hover {
background: #333;
}
#workspaces button.empty {
color: #222;
}

View file

@ -109,8 +109,6 @@
name = "*/";
run = "git";
}
{ id = "simple-tag"; name = "*"; run = "simple-tag"; }
{ id = "simple-tag"; name = "*/"; run = "simple-tag"; }
];
};
};