implemented (separate) punctuation-style for stack and bookmarks

This commit is contained in:
2025-01-15 00:11:54 +01:00
parent b0e2e430b5
commit 39ad2de67c
7 changed files with 38 additions and 145 deletions
+6
View File
@@ -45,11 +45,15 @@ pub struct StyleSettings {
#[style_config]
pub stack_path_style: String,
#[style_config]
pub stack_punct_style: String,
#[style_config]
pub bookmarks_name_style: String,
#[style_config]
pub bookmarks_seperator_style: String,
#[style_config]
pub bookmarks_path_style: String,
#[style_config]
pub bookmarks_punct_style: String,
}
impl Config {
@@ -74,9 +78,11 @@ impl Config {
stack_number_style: String::new(),
stack_separator_style: String::new(),
stack_path_style: String::new(),
stack_punct_style: String::new(),
bookmarks_name_style: String::new(),
bookmarks_seperator_style: String::new(),
bookmarks_path_style: String::new(),
bookmarks_punct_style: String::new(),
},
};
// get configuration directory