{"id":26851393,"url":"https://github.com/azizemir/rofi-turk-theme","last_synced_at":"2026-01-11T01:25:38.601Z","repository":{"id":267022321,"uuid":"900049049","full_name":"AzizEmir/rofi-turk-theme","owner":"AzizEmir","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-07T18:18:55.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-07T19:21:16.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AzizEmir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-07T18:13:54.000Z","updated_at":"2024-12-07T18:18:59.000Z","dependencies_parsed_at":"2024-12-07T19:31:28.384Z","dependency_job_id":null,"html_url":"https://github.com/AzizEmir/rofi-turk-theme","commit_stats":null,"previous_names":["azizemir/rofi-turk-theme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-turk-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-turk-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-turk-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-turk-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AzizEmir","download_url":"https://codeload.github.com/AzizEmir/rofi-turk-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390896,"owners_count":20769475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-30T22:31:12.816Z","updated_at":"2026-01-11T01:25:38.570Z","avatar_url":"https://github.com/AzizEmir.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rofi Türk Theme\n\n![theme](https://github.com/user-attachments/assets/600c19dc-c1cd-4722-ac19-5b7f7ded8e87)\n\n## .config/rofi/img/TÜRK.jpg\n\n![TÜRK](https://github.com/user-attachments/assets/3f2fa25d-c3f6-4d52-893b-1ebd1529a818)\n\n## Desktop Wallpaper\n\n![ATAM](https://github.com/user-attachments/assets/6ef8fda7-2edc-4c5a-933f-8b47317fbdb1)\n\n## .config/rofi/config.rasi\n\n```\n/*****----- Configuration -----*****/\nconfiguration {\n    show-icons:                 true;\n}\n\n/*****----- Global Properties -----*****/\n* {\n    font:                        \"JetBrains Mono Nerd Font 10\";\n    background:                  #000000;\n    foreground:                  #FFFFFF;\n    selected:                    #505050;\n    active:                      #909090;\n    urgent:                      #707070;\n}\n\n/*****----- Main Window -----*****/\nwindow {\n    /* properties for window widget */\n    transparency:                \"real\";\n    location:                    center;\n    anchor:                      center;\n    fullscreen:                  false;\n    width:                       650px;\n    x-offset:                    0px;\n    y-offset:                    0px;\n\n    /* properties for all widgets */\n    enabled:                     true;\n    border-radius:               15px;\n    cursor:                      \"default\";\n    background-color:            @background;\n}\n\n/*****----- Main Box -----*****/\nmainbox {\n    enabled:                     true;\n    spacing:                     0px;\n    background-color:            transparent;\n    orientation:                 horizontal;\n    children:                    [ \"imagebox\", \"listbox\" ];\n}\n\nimagebox {\n    padding:                     10px;\n    background-color:            transparent;\n    background-image:            url(\"./img/TÜRK.jpg\",height);\n    orientation:                 vertical;\n    children:                    [ \"inputbar\", \"dummy\" ];\n}\n\nlistbox {\n    spacing:                     20px;\n    padding:                     20px;\n    background-color:            #000000;\n    orientation:                 vertical;\n    children:                    [ \"listview\" ];\n}\n\ndummy {\n    background-color:            transparent;\n}\n\n/*****----- Inputbar -----*****/\ninputbar {\n    enabled:                     true;\n    spacing:                     10px;\n    padding:                     15px;\n    border-radius:               10px;\n    background-color:            @background-alt;\n    text-color:                  @foreground;\n    children:                    [ \"textbox-prompt-colon\", \"entry\" ];\n}\ntextbox-prompt-colon {\n    enabled:                     true;\n    expand:                      false;\n    str:                         \"\";\n    background-color:            inherit;\n    text-color:                  inherit;\n}\nentry {\n    enabled:                     true;\n    background-color:            inherit;\n    text-color:                  inherit;\n    cursor:                      text;\n    placeholder:                 \"🇹🇷\";\n    placeholder-color:           inherit;\n}\n\n/*****----- Listview -----*****/\nlistview {\n    enabled:                     true;\n    columns:                     1;\n    lines:                       5;\n    cycle:                       false;\n    dynamic:                     true;\n    scrollbar:                   false;\n    reverse:                     false;\n    border:                      0px solid;\n    spacing:                     10px;\n    text-color:                  @foreground;\n}\n\n/*****----- Elements -----*****/\nelement {\n    enabled:                     true;\n    spacing:                     15px;\n    padding:                     8px;\n    border-radius:               10px;\n    background-color:            transparent;\n    text-color:                  @foreground;\n    cursor:                      pointer;\n}\nelement normal.normal {\n    background-color:            inherit;\n    text-color:                  inherit;\n}\nelement normal.urgent {\n    background-color:            @urgent;\n    text-color:                  @foreground;\n}\nelement normal.active {\n    background-color:            @active;\n    text-color:                  @foreground;\n}\nelement selected.normal {\n    background-color:            @selected;\n    text-color:                  @foreground;\n}\nelement selected.urgent {\n    background-color:            @urgent;\n    text-color:                  @foreground;\n}\nelement selected.active {\n    background-color:            @urgent;\n    text-color:                  @foreground;\n}\nelement-icon {\n    background-color:            transparent;\n    text-color:                  inherit;\n    size:                        32px;\n    cursor:                      inherit;\n}\nelement-text {\n    background-color:            transparent;\n    text-color:                  inherit;\n    cursor:                      inherit;\n    vertical-align:              0.5;\n    horizontal-align:            0.0;\n}\nelement.alternate.normal {\n    background-color: #000000;\n    text-color:       #FFFFFF;\n}\n\n/*****----- Message -----*****/\nmessage {\n    background-color:            transparent;\n}\ntextbox {\n    padding:                     15px;\n    border-radius:               10px;\n    background-color:            @background-alt;\n    text-color:                  @foreground;\n    vertical-align:              0.5;\n    horizontal-align:            0.0;\n}\nerror-message {\n    padding:                     15px;\n    border-radius:               20px;\n    background-color:            @background;\n    text-color:                  @foreground;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazizemir%2Frofi-turk-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazizemir%2Frofi-turk-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazizemir%2Frofi-turk-theme/lists"}