A small script to show your clipboard history as well as a preview of it be it text or image. Pressing ENTER will put the copied object back into the most recent clipboard. Pressing ESCAPE will close the window. You can navigate up and down using both the mouse and the arrow keys
To change the design of the app you can either input a custom css file or you can change a small thing in the custom_css_rules section of the .config file. Here is the default styling: '''css "custom_css_rules": { "window#ClipboardHistoryWindow": { "background-color": "#1e1e2e", "color": "#cdd6f4", "font-family": ""JetBrainsMono Nerd Font", monospace", "font-size": "10pt", "border": "2px solid #cba6f7", "border-radius": "8px", "box-shadow": "0 4px 12px rgba(0,0,0,0.5)" }, "treeview#HistoryTreeView": { "background-color": "#181926", "border": "none", "color": "#cdd6f4" }, "treeview#HistoryTreeView row": { "padding": "6px 8px", "border-radius": "4px" }, "treeview#HistoryTreeView *:selected": { "background-color": "#89b4fa", "color": "#1e1e2e" }, "treeview#HistoryTreeView:focus": { "outline": "none", "box-shadow": "none" }, "treeview#HistoryTreeView *:focus": { "outline": "none", "box-shadow": "none" }, "scrolledwindow": { "border": "1px solid #313244", "border-radius": "5px", "background-color": "#181926" }, "scrollbar": { "background-color": "transparent", "border": "none", "min-width": "10px", "min-height": "10px" }, "scrollbar slider": { "background-color": "#45475a", "border-radius": "5px", "border": "1px solid #585b70" }, "scrollbar slider:hover": { "background-color": "#6c7086" }, "scrollbar trough": { "background-color": "#1e1e2e", "border-radius": "5px" }, "label#PreviewTextLabel": { "color": "#cdd6f4", "padding": "8px" }, "box#PreviewContentBox": { "background-color": "#181926", "border-radius": "5px", "padding": "5px" } } '''

