Commit 2aca173

bryfry <bryon@fryer.io>
2025-05-01 15:24:31
2025-05-01
1 parent f375d7d
files/bashrc_d/go.sh
@@ -1,2 +1,2 @@
 #!/bin/bash
-export PATH=$PATH:/usr/local/go/bin
+export PATH=$PATH:/home/crash/.local/go/bin
files/bashrc_d/zig.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+export PATH="${PATH}:${HOME}/.local/zig"
files/gitconfig
@@ -5,3 +5,8 @@
 	defaultBranch = main
 [pull]
 	rebase = false
+[filter "lfs"]
+	process = git-lfs filter-process
+	required = true
+	clean = git-lfs clean -- %f
+	smudge = git-lfs smudge -- %f
files/kitty_kitty.conf
@@ -29,7 +29,7 @@ bold_italic_font BerkeleyMono Nerd Font Bold Italic
 #:     italic_font      Operator Mono Book Italic
 #:     bold_italic_font Operator Mono Medium Italic
 
-font_size 10.0
+font_size 9.5
 
 #: Font size (in pts)
 
files/waybar_config.jsonc
@@ -1,9 +1,9 @@
 // -*- mode: jsonc -*-
 {
-    // "layer": "top", // Waybar at top layer
-    // "position": "bottom", // Waybar position (top|bottom|left|right)
+    "layer": "top", // Waybar at top layer
+    //"position": "left", // Waybar position (top|bottom|left|right)
     "height": 13, // Waybar height (to be removed for auto height)
-    // "width": 1280, // Waybar width
+    // "width": 13, // Waybar width
     "spacing": 0, // Gaps between modules (4px)
     // Choose the order of the modules
     "modules-left": [
@@ -14,9 +14,6 @@
         "idle_inhibitor",
         "pulseaudio",
         "network",
-        "cpu",
-        "memory",
-        "temperature",
         "backlight",
         "battery",
         "clock",
@@ -132,7 +129,7 @@
         },
         "format": "{capacity}% {icon}",
         "format-full": "{capacity}% {icon}",
-        "format-charging": "{capacity}% ",
+        "format-charging": "{capacity}% 󱐋",
         "format-plugged": "{capacity}% ",
         "format-alt": "{time} {icon}",
         // "format-good": "", // An empty format will hide the module
files/waybar_style.css
@@ -124,8 +124,8 @@ button:hover {
 }
 
 #battery.charging, #battery.plugged {
+    background-color: #000000;
     color: #ffffff;
-    background-color: #26A65B;
 }
 
 @keyframes blink {
swaylock_config
@@ -0,0 +1,1 @@
+color=000000