From 0bfad9ef3e7f3b342f9fd4e6b5388ff6c4cd21d3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 29 Dec 2024 03:51:36 +0900 Subject: as per this PR https://github.com/JaKooLit/Hyprland-Dots/pull/507 --- config/hypr/UserConfigs/WindowRules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index b3209475..262401be 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -27,6 +27,7 @@ windowrulev2 = idleinhibit fullscreen, fullscreen:1 # windowrule v2 move to workspace windowrulev2 = workspace 1, class:^([Tt]hunderbird)$ +windowrulev2 = workspace 1, class:^(org.gnome.Evolution)$ windowrulev2 = workspace 2, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr)$ windowrulev2 = workspace 2, class:^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable)?)$ windowrulev2 = workspace 2, class:^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$ -- cgit v1.2.3 From a83c5662f99bfd0ba835547c32cbd6a0bd7b9947 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 29 Dec 2024 13:11:42 +0900 Subject: moved / added the power-profiles-daemon waybar module to mobo / mobo drawer --- config/waybar/ModulesGroups | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/waybar/ModulesGroups b/config/waybar/ModulesGroups index 6e18ca52..923f6a30 100644 --- a/config/waybar/ModulesGroups +++ b/config/waybar/ModulesGroups @@ -19,13 +19,13 @@ "custom/tty", "custom/browser", "custom/settings", - "power-profiles-daemon", ] }, "group/motherboard": { "orientation": "horizontal", "modules": [ "cpu", + "power-profiles-daemon", "memory", "temperature", "disk", @@ -41,7 +41,8 @@ }, "modules": [ "temperature", - "cpu", + "cpu", + "power-profiles-daemon", "memory", "disk", ] -- cgit v1.2.3 From fc4d6752495071ac3ca116615f876cd2de82b878 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 29 Dec 2024 13:26:13 +0900 Subject: some changes on UserSettings; High reso and refresh rate are enabled by default --- config/hypr/UserConfigs/Monitors.conf | 14 +++++++------- config/hypr/UserConfigs/UserSettings.conf | 10 +++++----- copy.sh | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/hypr/UserConfigs/Monitors.conf b/config/hypr/UserConfigs/Monitors.conf index f4b313d7..efb47cb5 100644 --- a/config/hypr/UserConfigs/Monitors.conf +++ b/config/hypr/UserConfigs/Monitors.conf @@ -8,11 +8,17 @@ # Monitors monitor=,preferred,auto,1 +# High Refresh Rate +monitor=,highrr,auto,1 + +# High Resolution +monitor=,highres,auto,1 + # NOTE: for laptop, kindly check notes in Laptops.conf regarding display # Created this inorder for the monitor display to not wake up if not intended. # See here: https://github.com/hyprwm/Hyprland/issues/4090 -# Some examples +# Some examples to set your own monitor #monitor = eDP-1, preferred, auto, 1 #monitor = eDP-1, 2560x1440@165, 0x0, 1 #own screen #monitor = DP-3, 1920x1080@240, auto, 1 @@ -22,12 +28,6 @@ monitor=,preferred,auto,1 # QEMU-KVM, virtual box or vmware #monitor = Virtual-1, 1920x1080@60,auto,1 -# High Refresh Rate -#monitor=,highrr,auto,1 - -# High Resolution -#monitor=,highres,auto,1 - # to disable a monitor #monitor=name,disable diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index ae0ab4b2..dfca157d 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -94,12 +94,11 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true vfr = true - #vrr = 0 + vrr = 2 mouse_move_enables_dpms = true enable_swallow = true swallow_regex = ^(kitty)$ focus_on_activate = false - #no_direct_scanout = true #for fullscreen games - deprecated initial_workspace_tracking = 0 middle_click_paste = false } @@ -128,8 +127,9 @@ render { } cursor { - no_hardware_cursors = false + sync_gsettings_theme = true + no_hardware_cursors = 2 enable_hyprcursor = true - warp_on_change_workspace = true + warp_on_change_workspace = 2 no_warps = true -} +} \ No newline at end of file diff --git a/copy.sh b/copy.sh index f743d886..9731e3fe 100755 --- a/copy.sh +++ b/copy.sh @@ -54,7 +54,7 @@ if lspci -k | grep -A 2 -E "(VGA|3D)" | grep -iq nvidia; then sed -i '/env = __GLX_VENDOR_LIBRARY_NAME,nvidia/s/^#//' config/hypr/UserConfigs/ENVariables.conf sed -i '/env = NVD_BACKEND,direct/s/^#//' config/hypr/UserConfigs/ENVariables.conf # enabling no hardware cursors if nvidia detected - sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)false/\1true/' config/hypr/UserConfigs/UserSettings.conf + sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)2/\1true/' config/hypr/UserConfigs/UserSettings.conf # disabling explicit sync for nvidia for now (Hyprland 0.42.0) #sed -i 's/ explicit_sync = 2/ explicit_sync = 0/' config/hypr/UserConfigs/UserSettings.conf fi @@ -63,7 +63,7 @@ fi if hostnamectl | grep -q 'Chassis: vm'; then echo "System is running in a virtual machine." 2>&1 | tee -a "$LOG" || true # enabling proper ENV's for Virtual Environment which should help - sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)false/\1true/' config/hypr/UserConfigs/UserSettings.conf + sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)2/\1true/' config/hypr/UserConfigs/UserSettings.conf sed -i '/env = WLR_RENDERER_ALLOW_SOFTWARE,1/s/^#//' config/hypr/UserConfigs/ENVariables.conf sed -i '/env = LIBGL_ALWAYS_SOFTWARE,1/s/^#//' config/hypr/UserConfigs/ENVariables.conf sed -i '/monitor = Virtual-1, 1920x1080@60,auto,1/s/^#//' config/hypr/UserConfigs/Monitors.conf -- cgit v1.2.3 From 5b17e58ae96a8966d7cc99b58d7975f898c267f0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 29 Dec 2024 16:23:18 +0900 Subject: kvantum color scheme changes --- .../Catppuccin-Latte/Catppuccin-Latte.kvconfig | 466 ----- .../Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg | 1958 -------------------- .../Catppuccin-Mocha/Catppuccin-Mocha.kvconfig | 466 ----- .../Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg | 1958 -------------------- .../catppuccin-latte-blue.kvconfig | 465 +++++ .../catppuccin-latte-blue.svg | 1958 ++++++++++++++++++++ .../catppuccin-mocha-blue.kvconfig | 465 +++++ .../catppuccin-mocha-blue.svg | 1958 ++++++++++++++++++++ config/Kvantum/kvantum.kvconfig | 2 +- config/hypr/initial-boot.sh | 2 +- config/hypr/scripts/DarkLight.sh | 12 +- 11 files changed, 4854 insertions(+), 4856 deletions(-) delete mode 100644 config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig delete mode 100644 config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg delete mode 100644 config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig delete mode 100644 config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg create mode 100644 config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.kvconfig create mode 100644 config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.svg create mode 100644 config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.kvconfig create mode 100644 config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.svg diff --git a/config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig b/config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig deleted file mode 100644 index acefe73a..00000000 --- a/config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Latte -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=audacious,kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#EFF1F5 -base.color=#E6E9EF -alt.base.color=#E6E9EF -button.color=#CCD0DA -light.color=#BCC0CC -mid.light.color=#BCC0CC -dark.color=#E6E9EF -mid.color=#E6E9EF -highlight.color=#DC8A78 -inactive.highlight.color=#DC8A78 -text.color=#4C4F69 -window.text.color=#4C4F69 -button.text.color=#4C4F69 -disabled.text.color=#ACB0BE -tooltip.text.color=#4C4F69 -highlight.text.color=#E6E9EF -link.color=#DC8A78 -link.visited.color=#1E66F5 - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#E6E9EF - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#ACB0BE -text.focus.color=#4C4F69 -text.press.color=#4C4F69 -text.toggle.color=#4C4F69 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#4C4F69 -text.focus.color=#DC8A78 -text.press.color=#4C4F69 -text.toggle.color=#4C4F69 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#DC8A78 -text.toggle.color=#DC8A78 -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#4C4F69 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#4C4F69 -text.press.color=#4C4F69 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#4C4F69 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#4C4F69 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#4C4F69 -text.press.color=#4C4F69 -text.focus.color=#4C4F69 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg b/config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg deleted file mode 100644 index eb996650..00000000 --- a/config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg +++ /dev/null @@ -1,1958 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig b/config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig deleted file mode 100644 index aa16dc0a..00000000 --- a/config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Mocha -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=audacious,kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#1E1E2E -base.color=#181825 -alt.base.color=#181825 -button.color=#313244 -light.color=#45475A -mid.light.color=#45475A -dark.color=#181825 -mid.color=#181825 -highlight.color=#F5E0DC -inactive.highlight.color=#F5E0DC -text.color=#CDD6F4 -window.text.color=#CDD6F4 -button.text.color=#CDD6F4 -disabled.text.color=#585B70 -tooltip.text.color=#CDD6F4 -highlight.text.color=#181825 -link.color=#F5E0DC -link.visited.color=#89B4FA - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#181825 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#181825 -text.toggle.color=#181825 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#585B70 -text.focus.color=#CDD6F4 -text.press.color=#CDD6F4 -text.toggle.color=#CDD6F4 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#CDD6F4 -text.focus.color=#F5E0DC -text.press.color=#CDD6F4 -text.toggle.color=#CDD6F4 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#F5E0DC -text.toggle.color=#F5E0DC -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#CDD6F4 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#181825 -text.toggle.color=#181825 -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#181825 -text.toggle.color=#181825 -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#181825 -text.toggle.color=#181825 -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#CDD6F4 -text.press.color=#CDD6F4 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#CDD6F4 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#CDD6F4 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#CDD6F4 -text.press.color=#CDD6F4 -text.focus.color=#CDD6F4 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg b/config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg deleted file mode 100644 index c6dbf03a..00000000 --- a/config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg +++ /dev/null @@ -1,1958 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.kvconfig b/config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.kvconfig new file mode 100644 index 00000000..0ce2484e --- /dev/null +++ b/config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.kvconfig @@ -0,0 +1,465 @@ +[%General] +author=elkrien based on Arc Dark style +comment=Catppuccin-Latte-Blue +combo_focus_rect=true +spread_menuitems=true +left_tabs=true +mirror_doc_tabs=true +scroll_width=8 +attach_active_tab=true +composite=true +menu_shadow_depth=7 +tooltip_shadow_depth=0 +splitter_width=7 +check_size=16 +slider_width=4 +slider_handle_width=18 +slider_handle_length=18 +textless_progressbar=false +menubar_mouse_tracking=true +slim_toolbars=false +toolbutton_style=1 +x11drag=menubar_and_primary_toolbar +double_click=false +translucent_windows=false +blurring=false +popup_blurring=true +opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 +group_toolbar_buttons=false +vertical_spin_indicators=false +fill_rubberband=false +spread_progressbar=true +merge_menubar_with_toolbar=true +small_icon_size=16 +large_icon_size=32 +button_icon_size=16 +scroll_arrows=false +iconless_pushbutton=true +toolbar_icon_size=16 +combo_as_lineedit=true +button_contents_shift=false +groupbox_top_label=true +inline_spin_indicators=true +joined_inactive_tabs=false +layout_spacing=2 +submenu_overlap=0 +tooltip_delay=-1 +animate_states=false +transient_scrollbar=true +alt_mnemonic=true +combo_menu=true +layout_margin=4 +no_window_pattern=false +respect_DE=true +scroll_min_extent=36 +scrollable_menu=false +scrollbar_in_view=false +spin_button_width=16 +submenu_delay=250 +tree_branch_line=true +progressbar_thickness=8 +click_behavior=0 +contrast=1.00 +dialog_button_layout=0 +drag_from_buttons=false +hide_combo_checkboxes=false +intensity=1.00 +no_inactiveness=false +reduce_menu_opacity=0 +reduce_window_opacity=10 +saturation=1.00 +shadowless_popup=false +transient_groove=false + +[GeneralColors] +window.color=#EFF1F5 +base.color=#E6E9EF +alt.base.color=#E6E9EF +button.color=#CCD0DA +light.color=#BCC0CC +mid.light.color=#BCC0CC +dark.color=#E6E9EF +mid.color=#E6E9EF +highlight.color=#1E66F5 +inactive.highlight.color=#1E66F5 +text.color=#4C4F69 +window.text.color=#4C4F69 +button.text.color=#4C4F69 +disabled.text.color=#ACB0BE +tooltip.text.color=#4C4F69 +highlight.text.color=#E6E9EF +link.color=#DC8A78 +link.visited.color=#1E66F5 + +[ItemView] +inherits=PanelButtonCommand +frame.element=itemview +interior.element=itemview +frame=true +interior=true +text.iconspacing=3 +text.toggle.color=#E6E9EF + +[RadioButton] +inherits=PanelButtonCommand +frame=false +interior.element=radio + +[CheckBox] +inherits=PanelButtonCommand +frame=false +interior.element=checkbox + +[TreeExpander] +indicator.element=tree +indicator.size=8 + +[ToolTip] +frame.top=4 +frame.right=4 +frame.bottom=4 +frame.left=4 +frame=true + +[PanelButtonCommand] +inherits=PanelButtonCommand +interior.element=button +frame.element=button +text.normal.color=#4C4F69 +text.focus.color=#4C4F69 +text.press.color=#E6E9EF +text.toggle.color=#E6E9EF + +[PanelButtonTool] +inherits=PanelButtonCommand + +[DockTitle] +inherits=PanelButtonCommand +interior=false +frame=false +text.margin.top=5 +text.margin.bottom=5 +text.margin.left=5 +text.margin.right=5 +indicator.size=0 + +[Dock] +interior.element=toolbar +frame.element=toolbar +frame=true +interior=true + +[GroupBox] +inherits=PanelButtonCommand +interior.element=tabframe +interior=true +frame=false + +[Focus] +inherits=PanelButtonCommand +frame=true +frame.element=focus +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.patternsize=20 + +[GenericFrame] +inherits=PanelButtonCommand +frame.element=common +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[Slider] +inherits=PanelButtonCommand +interior=true +frame.element=slider +interior.element=slider +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +focusFrame=true + +[SliderCursor] +inherits=PanelButtonCommand +interior=true +interior.element=slidercursor +frame=false + +[LineEdit] +inherits=PanelButtonCommand +frame.element=lineedit +interior.element=lineedit + +[IndicatorSpinBox] +inherits=LineEdit +frame.element=lineedit +interior.element=lineedit +frame.top=0 +frame.bottom=2 +frame.left=2 +frame.right=2 +indicator.size=8 + +[DropDownButton] +inherits=PanelButtonCommand +frame.top=2 +frame.bottom=2 +frame.left=0 +frame.right=1 +indicator.size=8 + +[ToolboxTab] +inherits=PanelButtonCommand +frame.element=tabframe +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[Tab] +inherits=PanelButtonCommand +interior.element=tab +frame.element=tab +frame.top=2 +frame.bottom=3 +frame.left=3 +frame.right=3 +indicator.size=10 +text.normal.color=#ACB0BE +text.focus.color=#4C4F69 +text.press.color=#4C4F69 +text.toggle.color=#4C4F69 +focusFrame=true + +[TabBarFrame] +inherits=GenericFrame +frame=true +frame.element=tabBarFrame +interior=false +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[TabFrame] +inherits=PanelButtonCommand +frame.element=tabframe +interior.element=tabframe + +[Dialog] +inherits=TabBarFrame +frame.element=tabframe +interior=false +frame=false +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[HeaderSection] +inherits=PanelButtonCommand +interior.element=header +frame.element=header +frame.top=0 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.expansion=0 +text.normal.color=#4C4F69 +text.focus.color=#1E66F5 +text.press.color=#4C4F69 +text.toggle.color=#4C4F69 +indicator.element=harrow + +[SizeGrip] +inherits=PanelButtonCommand +frame=false +interior=false +indicator.element=resize-grip +indicator.size=0 + +[Toolbar] +inherits=PanelButtonCommand +interior.element=menubar +frame.element=menubar +frame=true +frame.bottom=4 +frame.left=4 +frame.right=4 +text.normal.color=#4C4F69 +text.focus.color=#4C4F69 +text.press.color=#1E66F5 +text.toggle.color=#1E66F5 +text.bold=false + +[MenuBar] +inherits=PanelButtonCommand +frame.element=menubar +interior.element=menubar +frame.bottom=0 +text.normal.color=#4C4F69 +frame.expansion=0 +text.bold=false + +[ToolbarButton] +frame.element=tbutton +interior.element=tbutton +indicator.element=arrow +text.normal.color=#4C4F69 +text.focus.color=#4C4F69 +text.press.color=#E6E9EF +text.toggle.color=#E6E9EF +text.bold=false + +[Scrollbar] +inherits=PanelButtonCommand +indicator.size=0 +interior=false +frame=false + +[ScrollbarGroove] +inherits=PanelButtonCommand +interior=false +frame=false + +[ScrollbarSlider] +inherits=PanelButtonCommand +interior=false +frame.element=scrollbarslider +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[ProgressbarContents] +inherits=PanelButtonCommand +frame=true +frame.element=progress-pattern +interior.element=progress-pattern +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 + +[Progressbar] +inherits=PanelButtonCommand +frame.element=progress +interior.element=progress +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +text.margin=0 +text.normal.color=#4C4F69 +text.focus.color=#4C4F69 +text.press.color=#E6E9EF +text.toggle.color=#E6E9EF +text.bold=false +frame.expansion=18 + +[RadioButton] +inherits=PanelButtonCommand + +[Menu] +frame.element=menu +interior.element=menu +inherits=PanelButtonCommand +text.press.color=#E6E9EF +text.toggle.color=#E6E9EF +text.bold=false +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 + +[MenuItem] +inherits=PanelButtonCommand +interior.element=menuitem +indicator.size=8 +text.focus.color=#4C4F69 +text.press.color=#4C4F69 + +[MenuBarItem] +inherits=PanelButtonCommand +interior.element=menubaritem +frame=false +text.margin.top=3 +text.margin.bottom=3 +text.margin.left=5 +text.margin.right=5 + +[StatusBar] +inherits=Toolbar +frame.element=toolbar +font.bold=true +text.normal.color=#4C4F69 +frame=true +frame.top=0 +frame.bottom=0 + +[TitleBar] +inherits=PanelButtonCommand +frame=false +interior=false +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=3 +text.margin.right=3 + +[ComboBox] +inherits=PanelButtonCommand +indicator.size=8 +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +text.margin.top=1 +text.margin.bottom=1 +text.margin.left=3 +text.margin.right=3 +text.toggle.color=#4C4F69 + +[ToolboxTab] +inherits=PanelButtonCommand +text.normal.color=#4C4F69 +text.press.color=#4C4F69 +text.focus.color=#4C4F69 + +[Hacks] +transparent_dolphin_view=false +blur_konsole=true +transparent_ktitle_label=true +transparent_menutitle=true +respect_darkness=true +kcapacitybar_as_progressbar=true +force_size_grip=false +iconless_pushbutton=true +iconless_menu=false +disabled_icon_opacity=100 +lxqtmainmenu_iconsize=0 +normal_default_pushbutton=true +single_top_toolbar=false +tint_on_mouseover=0 +transparent_pcmanfm_sidepane=true +transparent_pcmanfm_view=false +blur_translucent=true +centered_forms=false +kinetic_scrolling=false +middle_click_scroll=false +no_selection_tint=false +noninteger_translucency=false +style_vertical_toolbars=false +blur_only_active_window=false + +[Window] +interior=true +interior.element=window +frame.top=0 +frame.bottom=0 +frame.left=0 +frame.right=0 diff --git a/config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.svg b/config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.svg new file mode 100644 index 00000000..de830963 --- /dev/null +++ b/config/Kvantum/catppuccin-latte-blue/catppuccin-latte-blue.svg @@ -0,0 +1,1958 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.kvconfig b/config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.kvconfig new file mode 100644 index 00000000..e61067b1 --- /dev/null +++ b/config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.kvconfig @@ -0,0 +1,465 @@ +[%General] +author=elkrien based on Arc Dark style +comment=Catppuccin-Mocha-Blue +combo_focus_rect=true +spread_menuitems=true +left_tabs=true +mirror_doc_tabs=true +scroll_width=8 +attach_active_tab=true +composite=true +menu_shadow_depth=7 +tooltip_shadow_depth=0 +splitter_width=7 +check_size=16 +slider_width=4 +slider_handle_width=18 +slider_handle_length=18 +textless_progressbar=false +menubar_mouse_tracking=true +slim_toolbars=false +toolbutton_style=1 +x11drag=menubar_and_primary_toolbar +double_click=false +translucent_windows=false +blurring=false +popup_blurring=true +opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 +group_toolbar_buttons=false +vertical_spin_indicators=false +fill_rubberband=false +spread_progressbar=true +merge_menubar_with_toolbar=true +small_icon_size=16 +large_icon_size=32 +button_icon_size=16 +scroll_arrows=false +iconless_pushbutton=true +toolbar_icon_size=16 +combo_as_lineedit=true +button_contents_shift=false +groupbox_top_label=true +inline_spin_indicators=true +joined_inactive_tabs=false +layout_spacing=2 +submenu_overlap=0 +tooltip_delay=-1 +animate_states=false +transient_scrollbar=true +alt_mnemonic=true +combo_menu=true +layout_margin=4 +no_window_pattern=false +respect_DE=true +scroll_min_extent=36 +scrollable_menu=false +scrollbar_in_view=false +spin_button_width=16 +submenu_delay=250 +tree_branch_line=true +progressbar_thickness=8 +click_behavior=0 +contrast=1.00 +dialog_button_layout=0 +drag_from_buttons=false +hide_combo_checkboxes=false +intensity=1.00 +no_inactiveness=false +reduce_menu_opacity=0 +reduce_window_opacity=10 +saturation=1.00 +shadowless_popup=false +transient_groove=false + +[GeneralColors] +window.color=#1E1E2E +base.color=#181825 +alt.base.color=#181825 +button.color=#313244 +light.color=#45475A +mid.light.color=#45475A +dark.color=#181825 +mid.color=#181825 +highlight.color=#89B4FA +inactive.highlight.color=#89B4FA +text.color=#CDD6F4 +window.text.color=#CDD6F4 +button.text.color=#CDD6F4 +disabled.text.color=#585B70 +tooltip.text.color=#CDD6F4 +highlight.text.color=#181825 +link.color=#F5E0DC +link.visited.color=#89B4FA + +[ItemView] +inherits=PanelButtonCommand +frame.element=itemview +interior.element=itemview +frame=true +interior=true +text.iconspacing=3 +text.toggle.color=#181825 + +[RadioButton] +inherits=PanelButtonCommand +frame=false +interior.element=radio + +[CheckBox] +inherits=PanelButtonCommand +frame=false +interior.element=checkbox + +[TreeExpander] +indicator.element=tree +indicator.size=8 + +[ToolTip] +frame.top=4 +frame.right=4 +frame.bottom=4 +frame.left=4 +frame=true + +[PanelButtonCommand] +inherits=PanelButtonCommand +interior.element=button +frame.element=button +text.normal.color=#CDD6F4 +text.focus.color=#CDD6F4 +text.press.color=#181825 +text.toggle.color=#181825 + +[PanelButtonTool] +inherits=PanelButtonCommand + +[DockTitle] +inherits=PanelButtonCommand +interior=false +frame=false +text.margin.top=5 +text.margin.bottom=5 +text.margin.left=5 +text.margin.right=5 +indicator.size=0 + +[Dock] +interior.element=toolbar +frame.element=toolbar +frame=true +interior=true + +[GroupBox] +inherits=PanelButtonCommand +interior.element=tabframe +interior=true +frame=false + +[Focus] +inherits=PanelButtonCommand +frame=true +frame.element=focus +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.patternsize=20 + +[GenericFrame] +inherits=PanelButtonCommand +frame.element=common +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[Slider] +inherits=PanelButtonCommand +interior=true +frame.element=slider +interior.element=slider +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +focusFrame=true + +[SliderCursor] +inherits=PanelButtonCommand +interior=true +interior.element=slidercursor +frame=false + +[LineEdit] +inherits=PanelButtonCommand +frame.element=lineedit +interior.element=lineedit + +[IndicatorSpinBox] +inherits=LineEdit +frame.element=lineedit +interior.element=lineedit +frame.top=0 +frame.bottom=2 +frame.left=2 +frame.right=2 +indicator.size=8 + +[DropDownButton] +inherits=PanelButtonCommand +frame.top=2 +frame.bottom=2 +frame.left=0 +frame.right=1 +indicator.size=8 + +[ToolboxTab] +inherits=PanelButtonCommand +frame.element=tabframe +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[Tab] +inherits=PanelButtonCommand +interior.element=tab +frame.element=tab +frame.top=2 +frame.bottom=3 +frame.left=3 +frame.right=3 +indicator.size=10 +text.normal.color=#585B70 +text.focus.color=#CDD6F4 +text.press.color=#CDD6F4 +text.toggle.color=#CDD6F4 +focusFrame=true + +[TabBarFrame] +inherits=GenericFrame +frame=true +frame.element=tabBarFrame +interior=false +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[TabFrame] +inherits=PanelButtonCommand +frame.element=tabframe +interior.element=tabframe + +[Dialog] +inherits=TabBarFrame +frame.element=tabframe +interior=false +frame=false +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[HeaderSection] +inherits=PanelButtonCommand +interior.element=header +frame.element=header +frame.top=0 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.expansion=0 +text.normal.color=#CDD6F4 +text.focus.color=#89B4FA +text.press.color=#CDD6F4 +text.toggle.color=#CDD6F4 +indicator.element=harrow + +[SizeGrip] +inherits=PanelButtonCommand +frame=false +interior=false +indicator.element=resize-grip +indicator.size=0 + +[Toolbar] +inherits=PanelButtonCommand +interior.element=menubar +frame.element=menubar +frame=true +frame.bottom=4 +frame.left=4 +frame.right=4 +text.normal.color=#CDD6F4 +text.focus.color=#CDD6F4 +text.press.color=#89B4FA +text.toggle.color=#89B4FA +text.bold=false + +[MenuBar] +inherits=PanelButtonCommand +frame.element=menubar +interior.element=menubar +frame.bottom=0 +text.normal.color=#CDD6F4 +frame.expansion=0 +text.bold=false + +[ToolbarButton] +frame.element=tbutton +interior.element=tbutton +indicator.element=arrow +text.normal.color=#CDD6F4 +text.focus.color=#CDD6F4 +text.press.color=#181825 +text.toggle.color=#181825 +text.bold=false + +[Scrollbar] +inherits=PanelButtonCommand +indicator.size=0 +interior=false +frame=false + +[ScrollbarGroove] +inherits=PanelButtonCommand +interior=false +frame=false + +[ScrollbarSlider] +inherits=PanelButtonCommand +interior=false +frame.element=scrollbarslider +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[ProgressbarContents] +inherits=PanelButtonCommand +frame=true +frame.element=progress-pattern +interior.element=progress-pattern +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 + +[Progressbar] +inherits=PanelButtonCommand +frame.element=progress +interior.element=progress +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +text.margin=0 +text.normal.color=#CDD6F4 +text.focus.color=#CDD6F4 +text.press.color=#181825 +text.toggle.color=#181825 +text.bold=false +frame.expansion=18 + +[RadioButton] +inherits=PanelButtonCommand + +[Menu] +frame.element=menu +interior.element=menu +inherits=PanelButtonCommand +text.press.color=#181825 +text.toggle.color=#181825 +text.bold=false +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 + +[MenuItem] +inherits=PanelButtonCommand +interior.element=menuitem +indicator.size=8 +text.focus.color=#CDD6F4 +text.press.color=#CDD6F4 + +[MenuBarItem] +inherits=PanelButtonCommand +interior.element=menubaritem +frame=false +text.margin.top=3 +text.margin.bottom=3 +text.margin.left=5 +text.margin.right=5 + +[StatusBar] +inherits=Toolbar +frame.element=toolbar +font.bold=true +text.normal.color=#CDD6F4 +frame=true +frame.top=0 +frame.bottom=0 + +[TitleBar] +inherits=PanelButtonCommand +frame=false +interior=false +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=3 +text.margin.right=3 + +[ComboBox] +inherits=PanelButtonCommand +indicator.size=8 +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +text.margin.top=1 +text.margin.bottom=1 +text.margin.left=3 +text.margin.right=3 +text.toggle.color=#CDD6F4 + +[ToolboxTab] +inherits=PanelButtonCommand +text.normal.color=#CDD6F4 +text.press.color=#CDD6F4 +text.focus.color=#CDD6F4 + +[Hacks] +transparent_dolphin_view=false +blur_konsole=true +transparent_ktitle_label=true +transparent_menutitle=true +respect_darkness=true +kcapacitybar_as_progressbar=true +force_size_grip=false +iconless_pushbutton=true +iconless_menu=false +disabled_icon_opacity=100 +lxqtmainmenu_iconsize=0 +normal_default_pushbutton=true +single_top_toolbar=false +tint_on_mouseover=0 +transparent_pcmanfm_sidepane=true +transparent_pcmanfm_view=false +blur_translucent=true +centered_forms=false +kinetic_scrolling=false +middle_click_scroll=false +no_selection_tint=false +noninteger_translucency=false +style_vertical_toolbars=false +blur_only_active_window=false + +[Window] +interior=true +interior.element=window +frame.top=0 +frame.bottom=0 +frame.left=0 +frame.right=0 diff --git a/config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.svg b/config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.svg new file mode 100644 index 00000000..cc027e4f --- /dev/null +++ b/config/Kvantum/catppuccin-mocha-blue/catppuccin-mocha-blue.svg @@ -0,0 +1,1958 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/Kvantum/kvantum.kvconfig b/config/Kvantum/kvantum.kvconfig index 3f5dd2e4..f1f65c2b 100644 --- a/config/Kvantum/kvantum.kvconfig +++ b/config/Kvantum/kvantum.kvconfig @@ -1,2 +1,2 @@ [General] -theme=Catppuccin-Mocha +theme=catppuccin-mocha-blue diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index fb9cf574..4780de7e 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -11,7 +11,7 @@ scriptsDir=$HOME/.config/hypr/scripts wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" -kvantum_theme="Catppuccin-Mocha" +kvantum_theme="catppuccin-mocha-blue" color_scheme="prefer-dark" gtk_theme="Andromeda-dark" icon_theme="Flat-Remix-Blue-Dark" diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index 2e2d614e..83fcb3b8 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -127,13 +127,13 @@ $swww "${next_wallpaper}" $effect # Set Kvantum Manager theme & QT5/QT6 settings if [ "$next_mode" = "Dark" ]; then - kvantum_theme="Catppuccin-Mocha" - qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Catppuccin-Mocha.conf" - qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Catppuccin-Mocha.conf" + kvantum_theme="catppuccin-mocha-blue" + #qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Catppuccin-Mocha.conf" + #qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Catppuccin-Mocha.conf" else - kvantum_theme="Catppuccin-Latte" - qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Catppuccin-Latte.conf" - qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Catppuccin-Latte.conf" + kvantum_theme="catppuccin-latte-blue" + #qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Catppuccin-Latte.conf" + #qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Catppuccin-Latte.conf" fi sed -i "s|^color_scheme_path=.*$|color_scheme_path=$qt5ct_color_scheme|" "$HOME/.config/qt5ct/qt5ct.conf" -- cgit v1.2.3 From 072c12be93a183cc5eee329ecda6e691f21e2b53 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 30 Dec 2024 13:19:12 +0900 Subject: updated copy.sh to offer to restore all the files in UserConfigs directory --- copy.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 9731e3fe..03a4226c 100755 --- a/copy.sh +++ b/copy.sh @@ -504,9 +504,16 @@ printf "\n" # restoration of old configs DIRH="hypr" FILES_TO_RESTORE=( - "Monitors.conf" + "ENVariables.conf" + "LaptopDisplay.conf" "Laptops.conf" + "Monitors.conf" + "Startup_Apps.conf" + "UserDecorAnimations.conf" "UserKeybinds.conf" + "UserSettings.conf" + "WindowRules.conf" + "WorkspaceRules.conf" ) DIRPATH=~/.config/"$DIRH" -- cgit v1.2.3 From 8e7bb3a9a0b7bb1d518062407db7bf216290fa43 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 31 Dec 2024 11:28:03 +0900 Subject: added 2 waybar styles - ML4W and ML4W mixed --- .../waybar/style/[WALLUST] ML4W-modern-mixed.css | 363 +++++++++++++++++++++ config/waybar/style/[WALLUST] ML4W-modern.css | 362 ++++++++++++++++++++ 2 files changed, 725 insertions(+) create mode 100644 config/waybar/style/[WALLUST] ML4W-modern-mixed.css create mode 100644 config/waybar/style/[WALLUST] ML4W-modern.css diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css new file mode 100644 index 00000000..0dabc9c7 --- /dev/null +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -0,0 +1,363 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ml4w-modern-mixed */ + +@import '../../.config/waybar/wallust/colors-waybar.css'; + +@define-color backgroundlight @color12; +@define-color backgrounddark #FFFFFF; +@define-color workspacesbackground1 @color12; +@define-color workspacesbackground2 #FFFFFF; +@define-color bordercolor @color12; +@define-color textcolor1 @color12; +@define-color textcolor2 #FFFFFF; +@define-color textcolor3 #FFFFFF; +@define-color iconcolor #FFFFFF; + +* { + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 97%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +} + +window#waybar { + background-color: rgba(0,0,0,0.8); + border-bottom: 0px solid #ffffff; + /* color: #FFFFFF; */ + background: transparent; + transition-property: background-color; + transition-duration: .5s; +} + +#workspaces { + background: @workspacesbackground1; + margin: 2px 18px 3px 1px; + padding: 0px 2px; + border-radius: 5px 5px 5px 5px; + border: 0px; + font-weight: bold; + font-style: normal; + opacity: 0.8; + font-size: 16px; + color: @textcolor1; +} + +#workspaces button { + padding: 0px 6px; + margin: 3px 2px; + border-radius: 3px 3px 3px 3px; + border: 0px; + color: @textcolor1; + background-color: @workspacesbackground2; + transition: all 0.1s linear; + opacity: 0.4; +} + +#workspaces button.active { + color: @textcolor1; + background: @workspacesbackground2; + border-radius: 3px 3px 3px 3px; + min-width: 30px; + transition: all 0.1s linear; + opacity:1.0; +} + +#workspaces button:hover { + color: @textcolor1; + background: @workspacesbackground2; + border-radius: 5px 5px 5px 5px; + opacity:0.7; +} + +tooltip { + border-radius: 16px; + background-color: @backgroundlight; + opacity:0.9; + padding:20px; + margin:0px; +} + +tooltip label { + color: @textcolor2; +} + +#window { + margin: 3px 15px 3px 0px; + padding: 2px 10px 0px 10px; + border-radius: 5px 5px 5px 5px; + color:white; + font-size:16px; + font-weight:normal; + opacity:0.8; +} + +window#waybar.empty #window { + background-color:transparent; +} + +#taskbar { + background: @backgroundlight; + margin: 3px 15px 3px 0px; + padding:0px; + border-radius: 5px 5px 5px 5px; + font-weight: normal; + font-style: normal; + opacity:0.8; + border: 3px solid @backgroundlight; +} + +#taskbar button { + margin:0; + border-radius: 5px 5px 5px 5px; + padding: 0px 5px 0px 5px; +} + +#taskbar.empty { + background:transparent; + border:0; + padding:0; + margin:0; +} + +.modules-left > widget:first-child > #workspaces { + margin-left: 0; +} + +.modules-right > widget:last-child > #workspaces { + margin-right: 0; +} + +#custom-backlight, +#custom-browser, +#custom-cava_mviz, +#custom-cycle_wall, +#custom-file_manager, +#custom-keybinds, +#custom-keyboard, +#custom-light_dark, +#custom-lock, +#custom-hint, +#custom-hypridle, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-settings, +#custom-spotify, +#custom-swaync, +#custom-tty, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default, +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + margin-right: 16px; + font-size: 20px; + font-weight: bold; + opacity: 0.8; + color: @iconcolor; +} + +#idle_inhibitor { + margin-right: 15px; + font-size: 22px; + font-weight: bold; + opacity: 0.8; + color: @iconcolor; +} + +#idle_inhibitor.activated { + margin-right: 15px; + font-size: 20px; + font-weight: bold; + opacity: 0.8; + color: #dc2f2f; +} + +#custom-menu { + background-color: @backgrounddark; + font-size: 16px; + color: @textcolor1; + border-radius: 5px 5px 5px 5px; + padding: 0px 10px 0px 10px; + margin: 2px 17px 2px 0px; + opacity:0.8; + border:3px solid @bordercolor; +} + +#custom-power { + background-color: @backgrounddark; + font-size: 16px; + color: @textcolor1; + border-radius: 5px 5px 5px 5px; + padding: 0px 2px 0px 10px; + opacity:0.8; + border:3px solid @bordercolor; +} + +#custom-keybinds { + margin: 0px 13px 0px 0px; + padding:0px; + font-size:20px; + color: @iconcolor; + opacity: 0.8; +} + +#custom-updater { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#custom-updates.green { + background-color: @backgroundlight; +} + +#custom-updates.yellow { + background-color: #ff9a3c; + color: #FFFFFF; +} + +#custom-updates.red { + background-color: #dc2f2f; + color: #FFFFFF; +} + +#disk,#memory,#cpu,#language { + margin:0px; + padding:0px; + font-size:16px; + color:@iconcolor; +} + +#keyboard-state { + margin-right:10px; +} + +#clock { + background-color: @backgrounddark; + font-size: 16px; + color: @textcolor1; + border-radius: 3px 5px 3px 5px; + padding: 1px 10px 0px 10px; + margin: 3px 0px 3px 0px; + opacity:0.8; + border:3px solid @bordercolor; +} + +#backlight { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#pulseaudio { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#pulseaudio.muted { + background-color: @backgrounddark; + color: @textcolor1; +} + +#network { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#network.ethernet { + background-color: @backgroundlight; + color: @textcolor2; +} + +#network.wifi { + background-color: @backgroundlight; + color: @textcolor2; +} + +#bluetooth, #bluetooth.on, #bluetooth.connected { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#bluetooth.off { + background-color: transparent; + padding: 0px; + margin: 0px; +} + +#battery { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 15px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#battery.charging, #battery.plugged { + color: @textcolor2; + background-color: @backgroundlight; +} + +@keyframes blink { + to { + background-color: @backgroundlight; + color: @textcolor2; + } +} + +#battery.critical:not(.charging) { + background-color: #f53c3c; + color: @textcolor3; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#tray { + padding: 0px 15px 0px 0px; +} + +#tray > .passive { + -gtk-icon-effect: dim; +} + +#tray > .needs-attention { + -gtk-icon-effect: highlight; +} diff --git a/config/waybar/style/[WALLUST] ML4W-modern.css b/config/waybar/style/[WALLUST] ML4W-modern.css new file mode 100644 index 00000000..54687d5f --- /dev/null +++ b/config/waybar/style/[WALLUST] ML4W-modern.css @@ -0,0 +1,362 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ml4w-modern-mixed */ + +@import '../../.config/waybar/wallust/colors-waybar.css'; + +@define-color backgroundlight @color5; +@define-color backgrounddark @color12; +@define-color workspacesbackground1 @color5; +@define-color workspacesbackground2 @color12; +@define-color bordercolor @color12; +@define-color textcolor1 #FFFFFF; +@define-color textcolor2 #FFFFFF; +@define-color textcolor3 #FFFFFF; +@define-color iconcolor #FFFFFF; + +* { + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 97%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +} +window#waybar { + background-color: rgba(0,0,0,0.8); + border-bottom: 0px solid #ffffff; + /* color: #FFFFFF; */ + background: transparent; + transition-property: background-color; + transition-duration: .5s; +} + +#workspaces { + background: @workspacesbackground1; + margin: 2px 18px 3px 1px; + padding: 0px 2px; + border-radius: 5px 5px 5px 5px; + border: 0px; + font-weight: bold; + font-style: normal; + opacity: 0.8; + font-size: 16px; + color: @textcolor1; +} + +#workspaces button { + padding: 0px 6px; + margin: 3px 2px; + border-radius: 3px 3px 3px 3px; + border: 0px; + color: @textcolor1; + background-color: @workspacesbackground2; + transition: all 0.1s linear; + opacity: 0.4; +} + +#workspaces button.active { + color: @textcolor1; + background: @workspacesbackground2; + border-radius: 3px 3px 3px 3px; + min-width: 30px; + transition: all 0.1s linear; + opacity:1.0; +} + +#workspaces button:hover { + color: @textcolor1; + background: @workspacesbackground2; + border-radius: 5px 5px 5px 5px; + opacity:0.7; +} + +tooltip { + border-radius: 16px; + background-color: @backgroundlight; + opacity:0.9; + padding:20px; + margin:0px; +} + +tooltip label { + color: @textcolor2; +} + +#window { + margin: 3px 15px 3px 0px; + padding: 2px 10px 0px 10px; + border-radius: 5px 5px 5px 5px; + color:white; + font-size:16px; + font-weight:normal; + opacity:0.8; +} + +window#waybar.empty #window { + background-color:transparent; +} + +#taskbar { + background: @backgroundlight; + margin: 3px 15px 3px 0px; + padding:0px; + border-radius: 5px 5px 5px 5px; + font-weight: normal; + font-style: normal; + opacity:0.8; + border: 3px solid @backgroundlight; +} + +#taskbar button { + margin:0; + border-radius: 5px 5px 5px 5px; + padding: 0px 5px 0px 5px; +} + +#taskbar.empty { + background:transparent; + border:0; + padding:0; + margin:0; +} + +.modules-left > widget:first-child > #workspaces { + margin-left: 0; +} + +.modules-right > widget:last-child > #workspaces { + margin-right: 0; +} + +#custom-backlight, +#custom-browser, +#custom-cava_mviz, +#custom-cycle_wall, +#custom-file_manager, +#custom-keybinds, +#custom-keyboard, +#custom-light_dark, +#custom-lock, +#custom-hint, +#custom-hypridle, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-settings, +#custom-spotify, +#custom-swaync, +#custom-tty, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default, +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + margin-right: 16px; + font-size: 20px; + font-weight: bold; + opacity: 0.8; + color: @iconcolor; +} + +#idle_inhibitor { + margin-right: 15px; + font-size: 22px; + font-weight: bold; + opacity: 0.8; + color: @iconcolor; +} + +#idle_inhibitor.activated { + margin-right: 15px; + font-size: 20px; + font-weight: bold; + opacity: 0.8; + color: #dc2f2f; +} + +#custom-menu { + background-color: @backgrounddark; + font-size: 16px; + color: @textcolor1; + border-radius: 5px 5px 5px 5px; + padding: 0px 10px 0px 10px; + margin: 2px 17px 2px 0px; + opacity:0.8; + border:3px solid @bordercolor; +} + +#custom-power { + background-color: @backgrounddark; + font-size: 16px; + color: @textcolor1; + border-radius: 5px 5px 5px 5px; + padding: 0px 2px 0px 10px; + opacity:0.8; + border:3px solid @bordercolor; +} + +#custom-keybinds { + margin: 0px 13px 0px 0px; + padding:0px; + font-size:20px; + color: @iconcolor; + opacity: 0.8; +} + +#custom-updater { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#custom-updates.green { + background-color: @backgroundlight; +} + +#custom-updates.yellow { + background-color: #ff9a3c; + color: #FFFFFF; +} + +#custom-updates.red { + background-color: #dc2f2f; + color: #FFFFFF; +} + +#disk,#memory,#cpu,#language { + margin:0px; + padding:0px; + font-size:16px; + color:@iconcolor; +} + +#keyboard-state { + margin-right:10px; +} + +#clock { + background-color: @backgrounddark; + font-size: 16px; + color: @textcolor1; + border-radius: 3px 5px 3px 5px; + padding: 1px 10px 0px 10px; + margin: 3px 0px 3px 0px; + opacity:0.8; + border:3px solid @bordercolor; +} + +#backlight { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#pulseaudio { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#pulseaudio.muted { + background-color: @backgrounddark; + color: @textcolor1; +} + +#network { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#network.ethernet { + background-color: @backgroundlight; + color: @textcolor2; +} + +#network.wifi { + background-color: @backgroundlight; + color: @textcolor2; +} + +#bluetooth, #bluetooth.on, #bluetooth.connected { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 10px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#bluetooth.off { + background-color: transparent; + padding: 0px; + margin: 0px; +} + +#battery { + background-color: @backgroundlight; + font-size: 16px; + color: @textcolor2; + border-radius: 5px 5px 5px 5px; + padding: 2px 15px 0px 10px; + margin: 3px 15px 3px 0px; + opacity:0.8; +} + +#battery.charging, #battery.plugged { + color: @textcolor2; + background-color: @backgroundlight; +} + +@keyframes blink { + to { + background-color: @backgroundlight; + color: @textcolor2; + } +} + +#battery.critical:not(.charging) { + background-color: #f53c3c; + color: @textcolor3; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#tray { + padding: 0px 15px 0px 0px; +} + +#tray > .passive { + -gtk-icon-effect: dim; +} + +#tray > .needs-attention { + -gtk-icon-effect: highlight; +} -- cgit v1.2.3 From e9ecb7801f38e056d54530994b09bd18d93bef36 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 31 Dec 2024 12:59:25 +0900 Subject: small tweaks on the latest waybar styles --- config/waybar/style/[WALLUST] ML4W-modern-mixed.css | 10 ++++++++-- config/waybar/style/[WALLUST] ML4W-modern.css | 11 +++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css index 0dabc9c7..cc577451 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -19,6 +19,7 @@ min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; + /* note: different modules have different font sizes */ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } @@ -34,6 +35,7 @@ window#waybar { #workspaces { background: @workspacesbackground1; margin: 2px 18px 3px 1px; + margin-left: 6px; padding: 0px 2px; border-radius: 5px 5px 5px 5px; border: 0px; @@ -48,7 +50,6 @@ window#waybar { padding: 0px 6px; margin: 3px 2px; border-radius: 3px 3px 3px 3px; - border: 0px; color: @textcolor1; background-color: @workspacesbackground2; transition: all 0.1s linear; @@ -166,6 +167,10 @@ window#waybar.empty #window { color: @iconcolor; } +#custom-swaync { + margin-left: 6px; +} + #idle_inhibitor { margin-right: 15px; font-size: 22px; @@ -198,7 +203,7 @@ window#waybar.empty #window { font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; - padding: 0px 2px 0px 10px; + padding: 0px 0px 0px 6px; opacity:0.8; border:3px solid @bordercolor; } @@ -259,6 +264,7 @@ window#waybar.empty #window { #backlight { background-color: @backgroundlight; + margin-left: 6px; font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; diff --git a/config/waybar/style/[WALLUST] ML4W-modern.css b/config/waybar/style/[WALLUST] ML4W-modern.css index 54687d5f..dd36d522 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern.css +++ b/config/waybar/style/[WALLUST] ML4W-modern.css @@ -19,8 +19,10 @@ min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; + /* note: different modules have different font sizes */ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } + window#waybar { background-color: rgba(0,0,0,0.8); border-bottom: 0px solid #ffffff; @@ -33,6 +35,7 @@ window#waybar { #workspaces { background: @workspacesbackground1; margin: 2px 18px 3px 1px; + margin-left: 6px; padding: 0px 2px; border-radius: 5px 5px 5px 5px; border: 0px; @@ -47,7 +50,6 @@ window#waybar { padding: 0px 6px; margin: 3px 2px; border-radius: 3px 3px 3px 3px; - border: 0px; color: @textcolor1; background-color: @workspacesbackground2; transition: all 0.1s linear; @@ -165,6 +167,10 @@ window#waybar.empty #window { color: @iconcolor; } +#custom-swaync { + margin-left: 6px; +} + #idle_inhibitor { margin-right: 15px; font-size: 22px; @@ -197,7 +203,7 @@ window#waybar.empty #window { font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; - padding: 0px 2px 0px 10px; + padding: 0px 0px 0px 6px; opacity:0.8; border:3px solid @bordercolor; } @@ -258,6 +264,7 @@ window#waybar.empty #window { #backlight { background-color: @backgroundlight; + margin-left: 6px; font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; -- cgit v1.2.3 From 768cf7a8c6272d1fe0c4f27e1a5705e7e899505e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 31 Dec 2024 13:05:07 +0900 Subject: re-tweaked font size as it does not look good on my laptop --- .../waybar/style/[WALLUST] ML4W-modern-mixed.css | 19 +++--------------- config/waybar/style/[WALLUST] ML4W-modern.css | 23 +++++----------------- 2 files changed, 8 insertions(+), 34 deletions(-) diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css index cc577451..0daa8a5f 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -42,7 +42,6 @@ window#waybar { font-weight: bold; font-style: normal; opacity: 0.8; - font-size: 16px; color: @textcolor1; } @@ -89,7 +88,6 @@ tooltip label { padding: 2px 10px 0px 10px; border-radius: 5px 5px 5px 5px; color:white; - font-size:16px; font-weight:normal; opacity:0.8; } @@ -161,7 +159,7 @@ window#waybar.empty #window { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { margin-right: 16px; - font-size: 20px; + font-size: 100%; font-weight: bold; opacity: 0.8; color: @iconcolor; @@ -173,7 +171,7 @@ window#waybar.empty #window { #idle_inhibitor { margin-right: 15px; - font-size: 22px; + font-size: 102%; font-weight: bold; opacity: 0.8; color: @iconcolor; @@ -181,7 +179,7 @@ window#waybar.empty #window { #idle_inhibitor.activated { margin-right: 15px; - font-size: 20px; + font-size: 100%; font-weight: bold; opacity: 0.8; color: #dc2f2f; @@ -189,7 +187,6 @@ window#waybar.empty #window { #custom-menu { background-color: @backgrounddark; - font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; padding: 0px 10px 0px 10px; @@ -200,7 +197,6 @@ window#waybar.empty #window { #custom-power { background-color: @backgrounddark; - font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; padding: 0px 0px 0px 6px; @@ -211,14 +207,12 @@ window#waybar.empty #window { #custom-keybinds { margin: 0px 13px 0px 0px; padding:0px; - font-size:20px; color: @iconcolor; opacity: 0.8; } #custom-updater { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -243,7 +237,6 @@ window#waybar.empty #window { #disk,#memory,#cpu,#language { margin:0px; padding:0px; - font-size:16px; color:@iconcolor; } @@ -253,7 +246,6 @@ window#waybar.empty #window { #clock { background-color: @backgrounddark; - font-size: 16px; color: @textcolor1; border-radius: 3px 5px 3px 5px; padding: 1px 10px 0px 10px; @@ -265,7 +257,6 @@ window#waybar.empty #window { #backlight { background-color: @backgroundlight; margin-left: 6px; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -275,7 +266,6 @@ window#waybar.empty #window { #pulseaudio { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -290,7 +280,6 @@ window#waybar.empty #window { #network { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -310,7 +299,6 @@ window#waybar.empty #window { #bluetooth, #bluetooth.on, #bluetooth.connected { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -326,7 +314,6 @@ window#waybar.empty #window { #battery { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 15px 0px 10px; diff --git a/config/waybar/style/[WALLUST] ML4W-modern.css b/config/waybar/style/[WALLUST] ML4W-modern.css index dd36d522..dbf1cefa 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern.css +++ b/config/waybar/style/[WALLUST] ML4W-modern.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* ml4w-modern-mixed */ +/* ml4w-modern */ @import '../../.config/waybar/wallust/colors-waybar.css'; @@ -42,7 +42,6 @@ window#waybar { font-weight: bold; font-style: normal; opacity: 0.8; - font-size: 16px; color: @textcolor1; } @@ -89,7 +88,6 @@ tooltip label { padding: 2px 10px 0px 10px; border-radius: 5px 5px 5px 5px; color:white; - font-size:16px; font-weight:normal; opacity:0.8; } @@ -161,7 +159,7 @@ window#waybar.empty #window { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { margin-right: 16px; - font-size: 20px; + font-size: 100%; font-weight: bold; opacity: 0.8; color: @iconcolor; @@ -173,7 +171,7 @@ window#waybar.empty #window { #idle_inhibitor { margin-right: 15px; - font-size: 22px; + font-size: 102%; font-weight: bold; opacity: 0.8; color: @iconcolor; @@ -181,7 +179,7 @@ window#waybar.empty #window { #idle_inhibitor.activated { margin-right: 15px; - font-size: 20px; + font-size: 100%; font-weight: bold; opacity: 0.8; color: #dc2f2f; @@ -189,7 +187,6 @@ window#waybar.empty #window { #custom-menu { background-color: @backgrounddark; - font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; padding: 0px 10px 0px 10px; @@ -200,7 +197,6 @@ window#waybar.empty #window { #custom-power { background-color: @backgrounddark; - font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; padding: 0px 0px 0px 6px; @@ -211,14 +207,12 @@ window#waybar.empty #window { #custom-keybinds { margin: 0px 13px 0px 0px; padding:0px; - font-size:20px; color: @iconcolor; opacity: 0.8; } #custom-updater { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -243,7 +237,6 @@ window#waybar.empty #window { #disk,#memory,#cpu,#language { margin:0px; padding:0px; - font-size:16px; color:@iconcolor; } @@ -253,7 +246,6 @@ window#waybar.empty #window { #clock { background-color: @backgrounddark; - font-size: 16px; color: @textcolor1; border-radius: 3px 5px 3px 5px; padding: 1px 10px 0px 10px; @@ -265,7 +257,6 @@ window#waybar.empty #window { #backlight { background-color: @backgroundlight; margin-left: 6px; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -275,7 +266,6 @@ window#waybar.empty #window { #pulseaudio { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -290,7 +280,6 @@ window#waybar.empty #window { #network { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -310,7 +299,6 @@ window#waybar.empty #window { #bluetooth, #bluetooth.on, #bluetooth.connected { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 10px 0px 10px; @@ -326,7 +314,6 @@ window#waybar.empty #window { #battery { background-color: @backgroundlight; - font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; padding: 2px 15px 0px 10px; @@ -366,4 +353,4 @@ window#waybar.empty #window { #tray > .needs-attention { -gtk-icon-effect: highlight; -} +} \ No newline at end of file -- cgit v1.2.3 From 8e34d7dc86c6fff85fa6601b49068f047062b5db Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 31 Dec 2024 20:03:45 +0900 Subject: final tweak (I hope) of ML4W waybar styles --- .../waybar/style/[WALLUST] ML4W-modern-mixed.css | 37 ++++++++++++++++------ config/waybar/style/[WALLUST] ML4W-modern.css | 37 ++++++++++++++++------ 2 files changed, 54 insertions(+), 20 deletions(-) diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css index 0daa8a5f..8b2ae2bc 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -7,7 +7,7 @@ @define-color backgrounddark #FFFFFF; @define-color workspacesbackground1 @color12; @define-color workspacesbackground2 #FFFFFF; -@define-color bordercolor @color12; +@define-color bordercolor @color11; @define-color textcolor1 @color12; @define-color textcolor2 #FFFFFF; @define-color textcolor3 #FFFFFF; @@ -128,6 +128,29 @@ window#waybar.empty #window { margin-right: 0; } +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state, +#memory, +#mode, +#mpris, +#network, +#power-profiles-daemon, +#pulseaudio, +#pulseaudio-slider, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, #custom-backlight, #custom-browser, #custom-cava_mviz, @@ -158,15 +181,15 @@ window#waybar.empty #window { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - margin-right: 16px; + margin-right: 8px; + margin-left: 6px; font-size: 100%; - font-weight: bold; opacity: 0.8; color: @iconcolor; } #custom-swaync { - margin-left: 6px; + margin-left: 12px; } #idle_inhibitor { @@ -234,12 +257,6 @@ window#waybar.empty #window { color: #FFFFFF; } -#disk,#memory,#cpu,#language { - margin:0px; - padding:0px; - color:@iconcolor; -} - #keyboard-state { margin-right:10px; } diff --git a/config/waybar/style/[WALLUST] ML4W-modern.css b/config/waybar/style/[WALLUST] ML4W-modern.css index dbf1cefa..62fafd1b 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern.css +++ b/config/waybar/style/[WALLUST] ML4W-modern.css @@ -7,7 +7,7 @@ @define-color backgrounddark @color12; @define-color workspacesbackground1 @color5; @define-color workspacesbackground2 @color12; -@define-color bordercolor @color12; +@define-color bordercolor @color11; @define-color textcolor1 #FFFFFF; @define-color textcolor2 #FFFFFF; @define-color textcolor3 #FFFFFF; @@ -128,6 +128,29 @@ window#waybar.empty #window { margin-right: 0; } +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state, +#memory, +#mode, +#mpris, +#network, +#power-profiles-daemon, +#pulseaudio, +#pulseaudio-slider, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, #custom-backlight, #custom-browser, #custom-cava_mviz, @@ -158,15 +181,15 @@ window#waybar.empty #window { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - margin-right: 16px; + margin-right: 8px; + margin-left: 6px; font-size: 100%; - font-weight: bold; opacity: 0.8; color: @iconcolor; } #custom-swaync { - margin-left: 6px; + margin-left: 12px; } #idle_inhibitor { @@ -234,12 +257,6 @@ window#waybar.empty #window { color: #FFFFFF; } -#disk,#memory,#cpu,#language { - margin:0px; - padding:0px; - color:@iconcolor; -} - #keyboard-state { margin-right:10px; } -- cgit v1.2.3