poucotm / Guna

🍁 Most Innovative Theme for Sublime Text
MIT License
170 stars 19 forks source link

Clock Never Appears #25

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

Screen-Shot-2020-08-28-at-19.13.05bf6efa58ee0f4f5a.png

As you see, the clock field doesn't appear at all.

I use Guna with Ayu color schema. Here is my Sublime settings:

{
    "auto_complete_commit_on_tab": true,
    "auto_complete_with_fields": true,
    "close_windows_when_empty": true,
    "color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
    "folder_exclude_patterns":
    [
        "node_modules"
    ],
    "font_size": 15.8,
    "gn_hide_tab_dropdown": true,
    "gn_overlay_scroll_bars": true,
    "gn_sb_cnvx": true,
    "gn_sidebar_box": true,
    "gn_title_bar": true,
    "gnc_001": false,
    "gnc_002": false,
    "gnc_h19": true,
    "gnc_m01": true,
    "gnc_w4m11": true,
    "gnwidg1": true,
    "gpu_window_buffer": false,
    "ignored_packages":
    [
        "CSS",
        "Vintage"
    ],
    "save_on_focus_lost": true,
    "tab_size": 2,
    "theme": "Guna.sublime-theme",
    "trim_automatic_white_space": false,
    "word_wrap": "true"
}

Thanks in advance.

poucotm commented 4 years ago

@WPLibrary, Hi, just strech out the sidebar. It looks too narrow to display the clock. Simply, you can double click on the sidebar boundary to strech out.

ghost commented 4 years ago

@poucotm it was a stupid mistake :) works properly now! Thanks for the help and this amazing theme!