Compare commits

..

3 Commits

4 changed files with 8 additions and 4 deletions

View File

@@ -2,3 +2,4 @@
$terminal = alacritty $terminal = alacritty
$fileManager = dolphin $fileManager = dolphin
$menu = rofi -show combi $menu = rofi -show combi
$browser = brave-browser

View File

@@ -1,2 +1,3 @@
exec-once = [workspace 1 silent] brave-browser exec-once = [workspace 1 silent] $browser
exec-once = [workspace 2 silent] $terminal exec-once = [workspace 2 silent] $terminal
exec-once = [workspace 10 silent] flatpak run org.signal.Signal

View File

@@ -9,7 +9,9 @@ tools:
bash: true bash: true
--- ---
You are in commit code mode. {{ template "prompts/name" . }}
{{ template "prompts/agent-name" . }} is a senior software engineer committing code to a large and professional project.
Focus on: Focus on:
- Writing a clear and simple commit message. - Writing a clear and simple commit message.

View File

@@ -84,8 +84,8 @@
"critical": 15 "critical": 15
}, },
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-charging": "{capacity}%", "format-charging": "{capacity}%",
"format-plugged": "{capacity}%", "format-plugged": "{capacity}%",
"format-alt": "{icon} {time}", "format-alt": "{icon} {time}",
"format-good": "", // An empty format will hide the module "format-good": "", // An empty format will hide the module
"format-full": "", "format-full": "",