Compare commits

...

10 Commits

14 changed files with 105 additions and 33 deletions

View File

@@ -16,5 +16,7 @@ decorations = "None"
[keyboard]
bindings = [
{ key = "F11", action = "ToggleFullscreen" }
{ key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" }
]

View File

@@ -1,11 +1,12 @@
# Application bindings
$terminal = uwsm app -- alacritty
$terminal = uwsm-app -- $TERMINAL
$browser = omarchy-launch-browser
bindd = SUPER, return, Terminal, exec, $terminal --working-directory=$(omarchy-cmd-terminal-cwd)
bindd = SUPER, F, File manager, exec, uwsm app -- nautilus --new-window
bindd = SUPER, B, Browser, exec, $browser
bindd = SUPER, M, Music, exec, uwsm app -- spotify
bindd = SUPER SHIFT, B, Browser (private), exec, $browser --private
bindd = SUPER, M, Music, exec, omarchy-launch-or-focus spotify
bindd = SUPER, N, Notes, exec, heynote
bindd = SUPER, T, Activity, exec, $terminal -e btop
bindd = SUPER ALT, D, Docker, exec, $terminal -e lazydocker
@@ -15,7 +16,7 @@ bindd = SUPER, A, Claude, exec, omarchy-launch-webapp "https://claude.ai/new"
bindd = SUPER, E, Email, exec, omarchy-launch-webapp "https://mail.google.com/mail/u/0/"
bindd = SUPER, Y, YouTube, exec, omarchy-launch-webapp "https://youtube.com/"
bindd = SUPER, G, GitLab, exec, omarchy-launch-webapp "https://gitlab.modg.net/"
bindd = SUPER ALT, G, Google Messages, exec, omarchy-launch-webapp "https://messages.google.com/web/conversations"
bindd = SUPER ALT, G, Google Messages, exec, omarchy-launch-or-focus-webapp "Google Messages" "https://messages.google.com/web/conversations"
bindd = SUPER, O, modgoffice, exec, omarchy-launch-webapp "https://office.modg.org"
# lazy apps: Launch if not currently running, otherwise just switch to that app
@@ -62,5 +63,8 @@ bindd = SUPER, KP_Begin, Switch to workspace 5, workspace, 5
bindd = SUPER, KP_Right, Switch to workspace 6, workspace, 6
bindd = SUPER, KP_Home, Switch to workspace 7, workspace, 7
bindd = SUPER, KP_Up, Switch to workspace 8, workspace, 8
bindd = SUPER, kp_Prior, Switch to workspace 9, workspace, 9
bindd = SUPER, KP_Prior, Switch to workspace 9, workspace, 9
# I miss notifications a lot
bindd = SUPER ALT, N, Toggle latest notification, exec, ~/.local/bin/toggle-last-notification

View File

@@ -16,6 +16,7 @@ source = ~/.config/hypr/monitors.conf
source = ~/.config/hypr/input.conf
source = ~/.config/hypr/bindings.conf
source = ~/.config/hypr/envs.conf
source = ~/.config/hypr/looknfeel.conf
source = ~/.config/hypr/autostart.conf
source = ~/.config/hypr/windows.conf

View File

@@ -3,6 +3,8 @@ source = ~/.config/omarchy/current/theme/hyprlock.conf
background {
monitor =
color = $color
path = ~/.config/omarchy/current/background
blur_passes = 3
}
animations {
@@ -11,7 +13,7 @@ animations {
input-field {
monitor =
size = 600, 100
size = 650, 100
position = 0, 0
halign = center
valign = center
@@ -20,12 +22,12 @@ input-field {
outer_color = $outer_color
outline_thickness = 4
font_family = CaskaydiaMono Nerd Font
font_family = CaskaydiaMono Nerd Font Propo
font_color = $font_color
placeholder_text = Enter Password 󰈷
placeholder_text = Enter Password 󰈷
check_color = $check_color
fail_text = <i>$PAMFAIL ($ATTEMPTS)</i>
fail_text = <i>$FAIL ($ATTEMPTS)</i>
rounding = 0
shadow_passes = 0

View File

@@ -29,4 +29,9 @@ input {
}
# Scroll faster in the terminal
windowrule = scrolltouchpad 1.5, class:Alacritty
windowrule = scrolltouchpad 1.5, tag:terminal
device {
name = pixa3854:00-093a:0274-touchpad
sensitivity = 0.0
}

View File

@@ -2,7 +2,7 @@
windowrule = workspace name:DataGrip, class:jetbrains-datagrip
# creddy gets some special treatment
windowrule = workspace special:creddy, class:creddy
# windowrule = workspace special:creddy, class:creddy
windowrule = float, class:creddy
windowrule = size 800 600, class:creddy
# this just gets ignored when monitor 2 isn't present, which is perfect

View File

@@ -8,3 +8,9 @@ profile desktop {
profile laptop {
output eDP-1 mode 2256x1504 position 5120,0 scale 1.333333
}
profile desktop-office {
output DP-12 mode 3840x2160 position 0,0 scale 1.5
output DP-14 mode 3840x2160 position 2560,0 scale 1.5
output eDP-1 mode 2256x1504 position 5120,0 scale 1.333333
}

View File

@@ -3,13 +3,13 @@ idiomatic_version_file_enable_tools = ["ruby"]
experimental = true
[settings.ruby]
ruby_build_opts = "CC=gcc-14 CXX=g++-14"
[tools]
chezmoi = "latest"
cosign = "latest"
"pipx:modgcli" = "latest"
mold = "latest"
node = "lts"
node = "latest"
rust = "latest"
uv = "latest"
yay = "latest"
@@ -17,6 +17,8 @@ k9s = "latest"
awscli = "latest"
kubectl = "latest"
difftastic = "latest"
rg = "latest"
duckdb = "latest"
[tools."gitlab:tools/setconf"]
version = "latest"
@@ -30,3 +32,6 @@ extras = "postgres,odbc"
[settings.python]
uv_venv_auto = true
[settings.pipx]
registry_url = "https://gitlab.modg.net/api/v4/groups/10/-/packages/pypi/simple/{}/"

View File

@@ -5,7 +5,7 @@
"spacing": 0,
"height": 26,
"modules-left": ["custom/omarchy", "hyprland/workspaces"],
"modules-center": ["clock", "custom/update"],
"modules-center": ["clock", "custom/update", "custom/screenrecording-indicator"],
"modules-right": [
"group/tray-expander",
"bluetooth",
@@ -17,10 +17,15 @@
"hyprland/workspaces": {
"on-click": "activate",
"format": "{icon}",
"format-icons": {
"on-click": "activate",
"format": "{icon}",
},
},
"custom/omarchy": {
"format": "<span font='omarchy'>\ue900</span>",
"on-click": "omarchy-menu",
"on-click-right": "omarchy-launch-terminal",
"tooltip-format": "Omarchy Menu\n\nSuper + Alt + Space"
},
"custom/update": {
@@ -28,32 +33,33 @@
"exec": "omarchy-update-available",
"on-click": "omarchy-launch-floating-terminal-with-presentation omarchy-update",
"tooltip-format": "Omarchy update available",
"interval": 3600
"signal": 7,
"interval": 21600
},
"cpu": {
"interval": 5,
"format": "󰍛",
"on-click": "alacritty -e btop"
"on-click": "$TERMINAL -e btop"
},
"clock": {
"format": "{:%A %H:%M}",
"format-alt": "{:%d %B W%V %Y}",
"format": "{:L%A %H:%M}",
"format-alt": "{:L%d %B W%V %Y}",
"tooltip": false,
"on-click-right": "omarchy-cmd-tzupdate"
"on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select"
},
"network": {
"format-icons": ["󰤯", "󰤟", "󰤢", "󰤥", "󰤨"],
"format": "{icon}",
"format-wifi": "{icon}",
"format-ethernet": "󰀂",
"format-disconnected": "󰖪",
"format-disconnected": "󰤮",
"tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
"tooltip-format-disconnected": "Disconnected",
"interval": 3,
"spacing": 1,
"on-click": "alacritty --class=Impala -e impala"
"on-click": "omarchy-launch-wifi"
},
"battery": {
"format": "{capacity}% {icon}",
@@ -83,11 +89,11 @@
},
"pulseaudio": {
"format": "{icon}",
"on-click": "alacritty --class=Wiremix -e wiremix",
"on-click": "$TERMINAL --class=Wiremix -e wiremix",
"on-click-right": "pamixer -t",
"tooltip-format": "Playing at {volume}%",
"scroll-step": 5,
"format-muted": "󰝟",
"format-muted": "",
"format-icons": {
"default": ["", "", ""]
}
@@ -101,11 +107,17 @@
"modules": ["custom/expand-icon", "tray"]
},
"custom/expand-icon": {
"format": " ",
"format": "",
"tooltip": false
},
"custom/screenrecording-indicator": {
"on-click": "omarchy-cmd-screenrecord",
"exec": "$OMARCHY_PATH/default/waybar/indicators/screen-recording.sh",
"signal": 8,
"return-type": "json"
},
"tray": {
"icon-size": 12,
"spacing": 12
"spacing": 17
}
}

View File

@@ -7,7 +7,7 @@
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-family: 'CaskaydiaMono Nerd Font';
font-size: 12px;
}
@@ -34,20 +34,30 @@
color: #bfe28c;
}
#tray,
#cpu,
#battery,
#network,
#bluetooth,
#pulseaudio,
#custom-omarchy,
#custom-screenrecording-indicator,
#custom-update {
min-width: 12px;
margin: 0 7.5px;
}
#tray {
margin-right: 16px;
}
#bluetooth {
margin-right: 17px;
}
#network {
margin-right: 13px;
}
#custom-expand-icon {
margin-right: 7px;
margin-right: 20px;
}
tooltip {
@@ -65,3 +75,13 @@ tooltip {
.hidden {
opacity: 0;
}
#custom-screenrecording-indicator {
min-width: 12px;
margin-left: 8.75px;
font-size: 10px;
}
#custom-screenrecording-indicator.active {
color: #a55555;
}

View File

@@ -11,9 +11,9 @@
"model_parameters": [],
"default_profile": "write"
},
// "features": {
// "edit_prediction_provider": "none"
// },
"edit_predictions": {
"mode": "subtle",
},
"always_treat_brackets_as_autoclosed": true,
"tab_size": 4,
"base_keymap": "SublimeText",

5
dot_inputrc Normal file
View File

@@ -0,0 +1,5 @@
# Ctrl-Backspace: delete previous word
"\C-H": backward-kill-word
# Ctrl-Delete: delete next word
"\e[3;5~": kill-word

View File

@@ -4,7 +4,9 @@ sudo pacman -U https://git.jfmonty2.com/jfmonty2/creddy/releases/download/v0.6.5
sudo pacman -S unixodbc
sudo pacman -S vulkan-radeon
sudo pacman -R amdvlk
sudo pacman -S dnsutils
yay msodbcsql17
yay wayfreeze-git
yay heynote-bin
yay galendae

View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [[ $(makoctl list) == '' ]]; then
makoctl restore
else
makoctl dismiss
fi