Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d3d69d103 | |||
| bec8fc332b |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -971,7 +971,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "owlry"
|
name = "owlry"
|
||||||
version = "0.3.7"
|
version = "0.3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "owlry"
|
name = "owlry"
|
||||||
version = "0.3.7"
|
version = "0.3.8"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.90"
|
rust-version = "1.90"
|
||||||
description = "A lightweight, owl-themed application launcher for Wayland"
|
description = "A lightweight, owl-themed application launcher for Wayland"
|
||||||
|
|||||||
@@ -151,8 +151,8 @@ tabs = ["app", "cmd", "uuctl"] # Header tabs (Ctrl+1, Ctrl+2, etc.)
|
|||||||
# launch_wrapper = "uwsm app --" # Auto-detected
|
# launch_wrapper = "uwsm app --" # Auto-detected
|
||||||
|
|
||||||
[appearance]
|
[appearance]
|
||||||
width = 600
|
width = 700
|
||||||
height = 400
|
height = 500
|
||||||
font_size = 14
|
font_size = 14
|
||||||
border_radius = 12
|
border_radius = 12
|
||||||
# theme = "owl" # Or: catppuccin-mocha, nord, dracula, etc.
|
# theme = "owl" # Or: catppuccin-mocha, nord, dracula, etc.
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ tabs = ["app", "cmd", "uuctl"]
|
|||||||
# ═══════════════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════════════
|
||||||
|
|
||||||
[appearance]
|
[appearance]
|
||||||
width = 600
|
width = 700
|
||||||
height = 400
|
height = 500
|
||||||
font_size = 14
|
font_size = 14
|
||||||
border_radius = 12
|
border_radius = 12
|
||||||
|
|
||||||
|
|||||||
@@ -235,8 +235,8 @@ impl Default for Config {
|
|||||||
tabs: default_tabs(),
|
tabs: default_tabs(),
|
||||||
},
|
},
|
||||||
appearance: AppearanceConfig {
|
appearance: AppearanceConfig {
|
||||||
width: 600,
|
width: 700,
|
||||||
height: 400,
|
height: 500,
|
||||||
font_size: 14,
|
font_size: 14,
|
||||||
border_radius: 12,
|
border_radius: 12,
|
||||||
theme: None,
|
theme: None,
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
background-color: var(--owlry-bg, @theme_bg_color);
|
background-color: var(--owlry-bg, @theme_bg_color);
|
||||||
border-radius: var(--owlry-border-radius, 12px);
|
border-radius: var(--owlry-border-radius, 12px);
|
||||||
border: 1px solid var(--owlry-border, @borders);
|
border: 1px solid var(--owlry-border, @borders);
|
||||||
padding: 16px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search entry */
|
/* Search entry */
|
||||||
|
|||||||
Reference in New Issue
Block a user