feat: set cava bar width to 1 for slimmer visualization bars;
refactor: update copyq configuration with clipboard checking disabled, unfocus behavior changed, and screen capture prevention enabled; feat: add new eww configuration file with example widget and window definitions; refactor: update hyprland autostart commands, replace Telegram with AyuGram, add easymove submap, and adjust workspace rules; feat: introduce hyprsunset configuration file for automatic gamma and temperature adjustments; chore: extend privacy tagging rules to include AyuGram and SimpleX desktop applications; refactor: optimize muza script by removing redundant sleep calls and adjusting terminal launch sequence; refactor: improve toggle_proxy script with process killing function and silent operation; refactor: adjust rmpc layout to allocate 72% space for queue and 28% for cava visualization; feat: update rmpc theme with new album art, modified color scheme, and added tabs pane; feat: add keyboard navigation bindings for rofi launcher mode switching and paging; feat: expand power mode menu with CPU frequency options and integrate cpupower controls; feat: implement h/j/k/l row navigation keybindings for rofi power menu; feat: reconfigure power mode menu layout to 3 columns and add vertical navigation keybindings; feat: add row navigation keybindings to rofi recorder menu style; refactor: update swaync notification styles with revised button borders, selection colors, and hover effects; feat: add custom submap display module to waybar for active hyprland submaps; refactor: modify waybar styling with updated background colors and new module borders; chore: update bluetooth alias from bluetuith to bluetui in shell configuration
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#![enable(unwrap_newtypes)]
|
||||
#![enable(unwrap_variant_newtypes)]
|
||||
(
|
||||
default_album_art_path: "/home/greg/Pictures/Fetch/atheism_paint.png",
|
||||
default_album_art_path: "/home/greg/Pictures/Fetch/levi.jpg",
|
||||
show_song_table_header: false,
|
||||
draw_borders: true,
|
||||
format_tag_separator: " | ",
|
||||
@@ -16,7 +16,7 @@
|
||||
preview_metadata_group_style: (fg: "yellow", modifiers: "Bold"),
|
||||
tab_bar: (
|
||||
enabled: true,
|
||||
active_style: (fg: "black", bg: "blue", modifiers: "Bold"),
|
||||
active_style: (fg: "white", bg: "blue", modifiers: "Bold"),
|
||||
inactive_style: (),
|
||||
),
|
||||
highlighted_item_style: (fg: "blue", modifiers: "Bold"),
|
||||
@@ -41,7 +41,7 @@
|
||||
trace: (fg: "magenta", bg: "black"),
|
||||
),
|
||||
progress_bar: (
|
||||
symbols: ["🬋", " ", "⠔"],
|
||||
symbols: ["🬋", " ", "⠔"],
|
||||
track_style: (fg: "blue"),
|
||||
elapsed_style: (fg: "blue"),
|
||||
thumb_style: (fg: "blue"),
|
||||
@@ -59,7 +59,7 @@
|
||||
default: (kind: Text("<empty>"), style: (fg: "yellow")),
|
||||
style: (fg: "yellow"),
|
||||
),
|
||||
width: "25%",
|
||||
width: "20%",
|
||||
),
|
||||
(
|
||||
prop: (kind: Property(Title),
|
||||
@@ -74,7 +74,7 @@
|
||||
default: (kind: Text("-")),
|
||||
style: (fg: "magenta"),
|
||||
),
|
||||
width: "5%",
|
||||
width: "10%",
|
||||
alignment: Right,
|
||||
),
|
||||
],
|
||||
@@ -131,6 +131,10 @@
|
||||
]
|
||||
),
|
||||
),
|
||||
(
|
||||
size: "3",
|
||||
pane: Pane(Tabs), // Changed from TabBar to Tabs
|
||||
),
|
||||
(
|
||||
size: "100%",
|
||||
pane: Pane(TabContent),
|
||||
|
||||
Reference in New Issue
Block a user