GNU/Linux masaüstü görünümleriniz

Oh be, güzelim konu açıldı sonunda. Lütfen bir daha tartışma yaşanmasın :) Devam ettirelim o zaman;
2021-06-07_19-34.png
 
Fedora'ya geçmiştim, fakat NVIDIA sürücülerini kuramadığımdan Gentoo'ya geri döndüm. Teşekkürler 🙂
Buna üzüldüm. Belki bu konu size yardımcı olur. Aynı derdi ben de çekmiştim. Fakat bu sefer de SDDM gidebilir (yani şifrenizi girseniz çalışıyor ama göremiyorsunuz.) :) İyi şanslar.
 
Buna üzüldüm. Belki bu konu size yardımcı olur. Aynı derdi ben de çekmiştim. Fakat bu sefer de sddm gidebilir (yani şifrenizi girseniz çalışıyor ama göremiyorsunuz.) :) iyi şanslar.

Sileli birkaç gün oldu ve geri dönmeyi de düşünmüyorum. Yine de sağ olun.
 
Eki Görüntüle 1026078

i3barınızda bulunan i3status'ü değiştirmek isterseniz kendi confiğimi fikir sahibi olmanız için aşağıya bırakıyorum. Renkleri good/degraded/bad kısımlarını değiştirerek ayarlarsınız kendinize göre. Ethernet/wifi/ses seviyesi/ batarya/ cpu sıcaklığı/ cpu kullanımı/ kalan depolama alanı/ ram kullanımı ve tarih/saat var. Bunu ~/.config/i3status dosyasının içine i3status.conf diye kaydedip i3 confiğinizde bar kısmına i3status -c /home/user/.config/i3status/i3status.conf yazarak aktive edebilirsiniz.
Kod:
general {
        colors = true
        interval = 1
        color_good = "#e96304"
        color_degraded = "#FF1493"
        color_bad = "#FFFFFF"
}

order += "ethernet _first_"
order += "wireless _first_"
order += "volume master"
order += "battery all"
order += "cpu_temperature 0"
order += "cpu_usage"
order += "disk /"
order += "memory"
order += "tztime local"

ethernet _first_ {
        format_up = " "
        format_down = " "
        separator_block_width = 20
}

wireless _first_ {
        format_up = "%quality"
        format_down = " "
        separator_block_width = 20
}

volume master {
                   format = "♪ %volume"
                   format_muted = "♪ [%volume]"
                   device = "default"
                   mixer = "Master"
                   mixer_idx = 0
                   separator_block_width = 20
           }


 battery all {
                   format = "%status %percentage"
                   format_down = "No battery"
                   status_chr = "⚡"
                   status_bat = ""
                   status_unk = "?"
                   status_full = ""
                   path = "/sys/class/power_supply/BAT%d/uevent"
                   low_threshold = 20
                   threshold_type = percentage
                   last_full_capacity = true
                   integer_battery_capacity = true
                   separator_block_width = 20
           }

cpu_temperature 0 {
        format = " %degrees°C"
        path = "/sys/class/thermal/thermal_zone0/temp"
        max_threshold = 70
        separator_block_width = 20
}

cpu_usage {
        format = " %usage"
        max_threshold = 90
        #degraded_threshold = 50
        separator_block_width = 20
}

disk "/" {
        format = " %avail"
        low_threshold = 20
        separator_block_width = 20
}

memory {
        format = " %used"
        #threshold_degraded = 50%
        threshold_critical = 10%
        separator_block_width = 20
}

tztime local {
        format =" %a %d/%m/%Y   %I:%M %p  |"
        separator_block_width = 20
}
Bu hatayı nasıl çözebilirim?
Kod:
ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set', 'i3bar_command', 'status_command', 'socket_path', 'mode', 'hidden_state', 'id', 'modifier', 'wheel_up_cmd', 'wheel_down_cmd', 'bindsym', 'position', 'output', 'tray_output', 'tray_padding', 'font', 'separator_symbol', 'binding_mode_indicator', 'workspace_buttons', 'workspace_min_width', 'strip_workspace_numbers', 'strip_workspace_name', 'verbose', 'height', 'colors', '}'
ERROR: CONFIG: (in file /home/kyronex/.config/i3/config)
ERROR: CONFIG: Line 180: bar {
ERROR: CONFIG: Line 181:
ERROR: CONFIG: Line 182: i3status -c /home/kyronex/.config/i3status/i3status.conf
ERROR: CONFIG:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERROR: CONFIG: Line 183:
ERROR: CONFIG: Line 184: #position top
ERROR: FYI: You are using i3 version 4.19.1 (2021-02-01)
ERROR: Received ConfigureNotify for unknown window 0x00800000
ERROR: Received ExposeEvent for unknown window 0x00800000
ERROR: Received ConfigureNotify for unknown window 0x00800000
ERROR: Received ConfigureNotify for unknown window 0x00800003
ERROR: Received ExposeEvent for unknown window 0x00800003
ERROR: Received ConfigureNotify for unknown window 0x00800003
 

Technopat Haberler

Geri
Yukarı