Cinnamon dotfiles have been changed. #8

Open
MrJavadGG wants to merge 1 commit from main into main
57 changed files with 1139 additions and 1062 deletions

View file

@ -0,0 +1,35 @@
import = ["~/.config/alacritty/catppuccin-frappe.toml"]
[font]
size = 9.0
[font.bold]
family = "monospace"
style = "Bold"
[font.bold_italic]
family = "monospace"
style = "Bold Italic"
[font.italic]
family = "monospace"
style = "Italic"
[font.normal]
family = "monospace"
style = "Regular"
[window]
opacity = 0.9
dimensions = { columns = 115, lines = 30 }
[env]
TERM = "xterm-256color"
[keyboard]
bindings = [
{ key = "S", mods = "Control|Alt", action = "Copy" },
{ key = "V", mods = "Control|Alt", action = "Paste" },
]

View file

@ -0,0 +1,75 @@
[colors.primary]
background = "#303446"
foreground = "#c6d0f5"
dim_foreground = "#838ba7"
bright_foreground = "#c6d0f5"
[colors.cursor]
text = "#303446"
cursor = "#f2d5cf"
[colors.vi_mode_cursor]
text = "#303446"
cursor = "#babbf1"
[colors.search.matches]
foreground = "#303446"
background = "#a5adce"
[colors.search.focused_match]
foreground = "#303446"
background = "#a6d189"
[colors.footer_bar]
foreground = "#303446"
background = "#a5adce"
[colors.hints.start]
foreground = "#303446"
background = "#e5c890"
[colors.hints.end]
foreground = "#303446"
background = "#a5adce"
[colors.selection]
text = "#303446"
background = "#f2d5cf"
[colors.normal]
black = "#51576d"
red = "#e78284"
green = "#a6d189"
yellow = "#e5c890"
blue = "#8caaee"
magenta = "#f4b8e4"
cyan = "#81c8be"
white = "#b5bfe2"
[colors.bright]
black = "#626880"
red = "#e78284"
green = "#a6d189"
yellow = "#e5c890"
blue = "#8caaee"
magenta = "#f4b8e4"
cyan = "#81c8be"
white = "#a5adce"
[colors.dim]
black = "#51576d"
red = "#e78284"
green = "#a6d189"
yellow = "#e5c890"
blue = "#8caaee"
magenta = "#f4b8e4"
cyan = "#81c8be"
white = "#b5bfe2"
[[colors.indexed_colors]]
index = 16
color = "#ef9f76"
[[colors.indexed_colors]]
index = 17
color = "#f2d5cf"

View file

@ -0,0 +1,36 @@
# (Github Light) Colors for Alacritty
colors:
# Default colors
primary:
background: '0xffffff'
foreground: '0x1F2328'
# Cursor colors
#
# These will only be used when the `custom_cursor_colors` field is set to `true`.
cursor:
text: '0xffffff'
cursor: '0x1f2328'
# Normal colors
normal:
black: '0x24292f'
red: '0xcf222e'
green: '0x116329'
yellow: '0x4d2d00'
blue: '0x0969da'
magenta: '0x8250df'
cyan: '0x1b7c83'
white: '0x6e7781'
# Bright colors
bright:
black: '0x57606a'
red: '0xa40e26'
green: '0x1a7f37'
yellow: '0x633c01'
blue: '0x218bff'
magenta: '0x8250df'
cyan: '0x1b7c83'
white: '0x6e7781'

View file

@ -0,0 +1,248 @@
#? Config file for btop v. 1.3.2
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
color_theme = "Default"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = True
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
truecolor = True
#* Set to true to force tty mode regardless if a real tty has been detected or not.
#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols.
force_tty = False
#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
#* Use whitespace " " as separator between different presets.
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
vim_keys = False
#* Rounded corners on boxes, is ignored if TTY mode is ON.
rounded_corners = True
#* Default symbols to use for graph creation, "braille", "block" or "tty".
#* "braille" offers the highest resolution but might not be included in all fonts.
#* "block" has half the resolution of braille but uses more common characters.
#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY.
#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view.
graph_symbol = "braille"
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_cpu = "default"
# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
graph_symbol_gpu = "default"
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_mem = "default"
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_net = "default"
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_proc = "default"
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
shown_boxes = "cpu mem net proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy"
#* Reverse sorting order, True or False.
proc_reversed = False
#* Show processes as a tree.
proc_tree = False
#* Use the cpu graph colors in the process list.
proc_colors = True
#* Use a darkening gradient in the process list.
proc_gradient = True
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
proc_per_core = False
#* Show process memory as bytes instead of percent.
proc_mem_bytes = True
#* Show cpu graph for each process.
proc_cpu_graphs = True
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
proc_info_smaps = False
#* Show proc box on left side of screen instead of right.
proc_left = False
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
proc_filter_kernel = False
#* In tree-view, always accumulate child process resources in the parent process.
proc_aggregate = False
#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
#* Select from a list of detected attributes from the options menu.
cpu_graph_upper = "Auto"
#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
#* Select from a list of detected attributes from the options menu.
cpu_graph_lower = "Auto"
#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off".
show_gpu_info = "Auto"
#* Toggles if the lower CPU graph should be inverted.
cpu_invert_lower = True
#* Set to True to completely disable the lower CPU graph.
cpu_single_graph = False
#* Show cpu box at bottom of screen instead of top.
cpu_bottom = False
#* Shows the system uptime in the CPU box.
show_uptime = True
#* Show cpu temperature.
check_temp = True
#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
cpu_sensor = "Auto"
#* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
show_coretemp = True
#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
#* Example: "4:0 5:1 6:3"
cpu_core_map = ""
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
temp_scale = "celsius"
#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
base_10_sizes = False
#* Show CPU frequency.
show_cpu_freq = True
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
#* Special formatting: /host = hostname | /user = username | /uptime = system uptime
clock_format = "%X"
#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
background_update = True
#* Custom cpu model name, empty string to disable.
custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
disks_filter = ""
#* Show graphs instead of meters for memory values.
mem_graphs = True
#* Show mem box below net box instead of above.
mem_below_net = False
#* Count ZFS ARC in cached and available memory.
zfs_arc_cached = True
#* If swap memory should be shown in memory box.
show_swap = True
#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
swap_disk = True
#* If mem box should be split to also show disks info.
show_disks = True
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
only_physical = True
#* Read disks list from /etc/fstab. This also disables only_physical.
use_fstab = True
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
zfs_hide_datasets = False
#* Set to true to show available disk space for privileged users.
disk_free_priv = False
#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
show_io_stat = True
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
io_mode = False
#* Set to True to show combined read/write io graphs in io mode.
io_graph_combined = False
#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
#* Example: "/mnt/media:100 /:20 /boot:1".
io_graph_speeds = ""
#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
net_download = 100
net_upload = 100
#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
net_auto = True
#* Sync the auto scaling for download and upload to whichever currently has the highest scale.
net_sync = True
#* Starts with the Network Interface specified here.
net_iface = ""
#* Show battery stats in top right if battery is present.
show_battery = True
#* Which battery to use if multiple are present. "Auto" for auto detection.
selected_battery = "Auto"
#* Show power stats of battery next to charge indicator.
show_battery_watts = True
#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
log_level = "WARNING"
#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
nvml_measure_pcie_speeds = True
#* Horizontally mirror the GPU graph.
gpu_mirror_graph = True
#* Custom gpu0 model name, empty string to disable.
custom_gpu_name0 = ""
#* Custom gpu1 model name, empty string to disable.
custom_gpu_name1 = ""
#* Custom gpu2 model name, empty string to disable.
custom_gpu_name2 = ""
#* Custom gpu3 model name, empty string to disable.
custom_gpu_name3 = ""
#* Custom gpu4 model name, empty string to disable.
custom_gpu_name4 = ""
#* Custom gpu5 model name, empty string to disable.
custom_gpu_name5 = ""

View file

@ -0,0 +1,6 @@
2024/07/17 (22:19:10) | ===> btop++ v.1.3.2
2024/07/17 (22:19:10) | ERROR: Stall in Runner thread, restarting!
2024/07/17 (22:19:16) | ERROR: Stall in Runner thread, restarting!
2024/07/17 (22:19:22) | ERROR: Stall in Runner thread, restarting!
2024/07/17 (22:19:28) | ERROR: Stall in Runner thread, restarting!

View file

@ -0,0 +1,62 @@
{
"section1": {
"type": "section",
"description": "Display"
},
"show-events": {
"type": "switch",
"default": true,
"description": "Show calendar events",
"tooltip": "Check this to display events in the calendar.",
"value": false
},
"show-week-numbers": {
"type": "switch",
"default": false,
"description": "Show week numbers in calendar",
"tooltip": "Check this to show week numbers in the calendar.",
"value": false
},
"use-custom-format": {
"type": "switch",
"default": false,
"description": "Use a custom date format",
"tooltip": "Check this to define a custom format for the date in the calendar applet.",
"value": true
},
"custom-format": {
"type": "entry",
"default": "%A, %B %e, %H:%M",
"description": "Date format",
"dependency": "use-custom-format",
"tooltip": "Set your custom format here.",
"value": "%a, %Y,%m,%d"
},
"custom-tooltip-format": {
"type": "entry",
"default": "%A, %B %e, %H:%M",
"description": "Date format for tooltip",
"dependency": "use-custom-format",
"tooltip": "Set your custom tooltip format here.",
"value": "%a, %d"
},
"format-button": {
"type": "button",
"description": "Show information on date format syntax",
"dependency": "use-custom-format",
"callback": "on_custom_format_button_pressed",
"tooltip": "Click this button to know more about the syntax for date formats."
},
"section2": {
"type": "section",
"description": "Keyboard shortcuts"
},
"keyOpen": {
"type": "keybinding",
"description": "Show calendar",
"default": "<Super>c",
"tooltip": "Set keybinding(s) to show the calendar.",
"value": "<Super>c"
},
"__md5__": "de90b5cca13fa5a4289009477b98b2f7"
}

View file

@ -0,0 +1,62 @@
{
"section1": {
"type": "section",
"description": "Display"
},
"show-events": {
"type": "switch",
"default": true,
"description": "Show calendar events",
"tooltip": "Check this to display events in the calendar.",
"value": true
},
"show-week-numbers": {
"type": "switch",
"default": false,
"description": "Show week numbers in calendar",
"tooltip": "Check this to show week numbers in the calendar.",
"value": false
},
"use-custom-format": {
"type": "switch",
"default": false,
"description": "Use a custom date format",
"tooltip": "Check this to define a custom format for the date in the calendar applet.",
"value": true
},
"custom-format": {
"type": "entry",
"default": "%A, %B %e, %H:%M",
"description": "Date format",
"dependency": "use-custom-format",
"tooltip": "Set your custom format here.",
"value": "%a, %m/%d/%Y ,%l:%M"
},
"custom-tooltip-format": {
"type": "entry",
"default": "%A, %B %e, %H:%M",
"description": "Date format for tooltip",
"dependency": "use-custom-format",
"tooltip": "Set your custom tooltip format here.",
"value": "%a, %m/%d/%Y, %l:%M"
},
"format-button": {
"type": "button",
"description": "Show information on date format syntax",
"dependency": "use-custom-format",
"callback": "on_custom_format_button_pressed",
"tooltip": "Click this button to know more about the syntax for date formats."
},
"section2": {
"type": "section",
"description": "Keyboard shortcuts"
},
"keyOpen": {
"type": "keybinding",
"description": "Show calendar",
"default": "<Super>c",
"tooltip": "Set keybinding(s) to show the calendar.",
"value": "<Super>c"
},
"__md5__": "de90b5cca13fa5a4289009477b98b2f7"
}

View file

@ -27,16 +27,40 @@
},
"value": "show_desklets"
},
"shift-click-action": {
"type": "combobox",
"description": "Shift + click action",
"default": "show_expo",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_expo"
},
"shift-middle-click-action": {
"type": "combobox",
"description": "Shift + middle click action",
"default": "show_scale",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_scale"
},
"scroll-behavior": {
"type": "combobox",
"default": "none",
"default": "nothing",
"description": "Scroll wheel behavior",
"options": {
"Nothing": "nothing",
"Switch workspaces": "normal",
"Switch workspaces (reversed)": "reversed"
},
"value": "none"
"value": "nothing"
},
"peek-at-desktop": {
"type": "switch",
@ -78,5 +102,5 @@
"tooltip": "Change the opacity of windows when peeking at the desktop",
"value": 5
},
"__md5__": "2a3b4c4bb5c6859baf3469c66fad8322"
"__md5__": "f1541bf6a3322808faf6a0cf0a6f39a0"
}

View file

@ -0,0 +1,106 @@
{
"head": {
"type": "header",
"description": "Settings"
},
"click-action": {
"type": "combobox",
"description": "Click action",
"default": "show_desktop",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_desktop"
},
"middle-click-action": {
"type": "combobox",
"description": "Middle click action",
"default": "show_desklets",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_desklets"
},
"shift-click-action": {
"type": "combobox",
"description": "Shift + click action",
"default": "show_expo",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_expo"
},
"shift-middle-click-action": {
"type": "combobox",
"description": "Shift + middle click action",
"default": "show_scale",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_scale"
},
"scroll-behavior": {
"type": "combobox",
"default": "nothing",
"description": "Scroll wheel behavior",
"options": {
"Nothing": "nothing",
"Switch workspaces": "normal",
"Switch workspaces (reversed)": "reversed"
},
"value": "nothing"
},
"peek-at-desktop": {
"type": "switch",
"default": false,
"description": "Peek at the desktop on hover",
"tooltip": "Peek at the desktop when hovering the applet",
"value": false
},
"peek-blur": {
"type": "switch",
"default": false,
"dependency": "peek-at-desktop",
"description": "Blur effect",
"tooltip": "Blur windows when peeking at the desktop",
"value": false
},
"peek-delay": {
"type": "spinbutton",
"default": 400,
"min": 0,
"max": 1000,
"step": 50,
"units": "milliseconds",
"dependency": "peek-at-desktop",
"description": "Hover delay",
"tooltip": "Delay before Peek shows desktop",
"value": 400
},
"peek-opacity": {
"type": "scale",
"default": 5,
"units": "%",
"digits": 0,
"min": 0,
"max": 100,
"step": 5,
"dependency": "peek-at-desktop",
"description": "Window opacity",
"tooltip": "Change the opacity of windows when peeking at the desktop",
"value": 5
},
"__md5__": "f1541bf6a3322808faf6a0cf0a6f39a0"
}

View file

@ -0,0 +1,56 @@
{
"shown-entries": {
"type": "header",
"description": "Shown entries"
},
"display-track-switch": {
"default": true,
"type": "checkbox",
"description": "Display 'Track clipboard changes'",
"value": true
},
"display-new-item": {
"default": true,
"type": "checkbox",
"description": "Display 'New item'",
"value": true
},
"display-searchbar": {
"default": true,
"type": "checkbox",
"description": "Display search bar",
"value": true
},
"display-gpaste-ui": {
"default": false,
"type": "checkbox",
"description": "Display 'GPaste Main Program'",
"value": false
},
"display-empty-history": {
"default": true,
"type": "checkbox",
"description": "Display 'Empty history'",
"value": true
},
"key-bindings": {
"type": "header",
"description": "Key bindings"
},
"kb-show-history": {
"type": "keybinding",
"description": "Show history",
"default": "<Super>h",
"value": "<Super>h"
},
"other": {
"type": "header",
"description": "Other"
},
"gpaste-settings": {
"type": "button",
"description": "GPaste Main Program",
"callback": "openUI"
},
"__md5__": "ee35d1a6f68bbd2a92cbc6a042aade04"
}

View file

@ -0,0 +1,56 @@
{
"shown-entries": {
"type": "header",
"description": "Shown entries"
},
"display-track-switch": {
"default": true,
"type": "checkbox",
"description": "Display 'Track clipboard changes'",
"value": true
},
"display-new-item": {
"default": true,
"type": "checkbox",
"description": "Display 'New item'",
"value": true
},
"display-searchbar": {
"default": true,
"type": "checkbox",
"description": "Display search bar",
"value": true
},
"display-gpaste-ui": {
"default": false,
"type": "checkbox",
"description": "Display 'GPaste Main Program'",
"value": false
},
"display-empty-history": {
"default": true,
"type": "checkbox",
"description": "Display 'Empty history'",
"value": true
},
"key-bindings": {
"type": "header",
"description": "Key bindings"
},
"kb-show-history": {
"type": "keybinding",
"description": "Show history",
"default": "<Super>h",
"value": "<Super>h"
},
"other": {
"type": "header",
"description": "Other"
},
"gpaste-settings": {
"type": "button",
"description": "GPaste Main Program",
"callback": "openUI"
},
"__md5__": "ee35d1a6f68bbd2a92cbc6a042aade04"
}

View file

@ -164,9 +164,8 @@
],
"value": [
"nemo.desktop",
"org.manjaro.pamac.manager.desktop",
"firefox.desktop",
"org.gnome.Terminal.desktop"
"Alacritty.desktop",
"firefox.desktop"
]
},
"group-apps": {

View file

@ -88,7 +88,7 @@
"tooltip": "Select an icon to show in the panel.",
"default_icon": "cinnamon-symbolic",
"dependency": "menu-custom",
"value": "/usr/share/pixmaps/parch-logo.svg"
"value": "archlinux"
},
"menu-icon-size": {
"type": "spinbutton",
@ -99,7 +99,7 @@
"units": "px",
"description": "Icon size",
"dependency": "menu-custom",
"value": 32
"value": 35
},
"menu-label": {
"type": "entry",
@ -107,7 +107,7 @@
"description": "Text",
"tooltip": "Enter custom text to show in the panel.",
"dependency": "menu-custom",
"value": ""
"value": "Javad-Li"
},
"show-category-icons": {
"type": "switch",
@ -125,7 +125,7 @@
"units": "px",
"description": "Categories icon size",
"dependency": "show-category-icons",
"value": 22
"value": 19
},
"show-application-icons": {
"type": "switch",
@ -161,7 +161,7 @@
"units": "px",
"description": "Favorites icon size",
"dependency": "favbox-show",
"value": 32
"value": 40
},
"show-favorites": {
"type": "switch",
@ -175,14 +175,14 @@
"default": true,
"description": "Show bookmarks and places",
"tooltip": "Choose whether or not to show bookmarks and places in the menu.",
"value": true
"value": false
},
"show-recents": {
"type": "switch",
"default": true,
"description": "Show recents",
"tooltip": "Choose whether or not to show recents in the menu.",
"value": true
"value": false
},
"category-hover": {
"type": "switch",
@ -247,12 +247,12 @@
"popup-width": {
"type": "generic",
"default": 590,
"value": 590
"value": 500
},
"popup-height": {
"type": "generic",
"default": 515,
"value": 515
"value": 473.4131774902344
},
"reset-menu-size-button": {
"type": "button",

View file

@ -0,0 +1,68 @@
{
"directory": {
"default": " ",
"type": "filechooser",
"description": "Folder",
"allow-none": false,
"select-dir": true,
"value": "file:///home/MrJavadGG/%20"
},
"shuffle": {
"default": true,
"description": "Shuffle",
"type": "switch",
"value": true
},
"delay": {
"default": 5,
"type": "spinbutton",
"min": 1,
"max": 3600,
"description": "Delay",
"units": "seconds",
"step": 1,
"value": 5
},
"height": {
"default": 200,
"type": "spinbutton",
"min": 50,
"max": 1600,
"description": "Height",
"units": "pixels",
"step": 50,
"value": 200
},
"width": {
"default": 300,
"type": "spinbutton",
"min": 50,
"max": 1600,
"description": "Width",
"units": "pixels",
"step": 50,
"value": 300
},
"fade-delay": {
"default": 0.3,
"type": "spinbutton",
"min": 0,
"max": 10,
"description": "Fade delay",
"step": 0.1,
"units": "seconds",
"value": 0.3
},
"effect": {
"type": "combobox",
"description": "Special effect",
"default": "",
"options": {
"None": "",
"Sepia": "sepia",
"Black and White": "black-and-white"
},
"value": ""
},
"__md5__": "738cdf363d241ed8dbaafbed122a260f"
}

View file

@ -23,6 +23,13 @@
"tooltip": "Set keybinding(s) to show the sound applet menu.",
"value": "<Shift><Super>s"
},
"alwaysShowMuteInput": {
"type": "switch",
"description": "Always show input switch",
"tooltip": "Always show the 'Mute input' switch in the context menu.",
"default": false,
"value": false
},
"_knownPlayers": {
"type": "generic",
"default": [
@ -33,7 +40,9 @@
"value": [
"banshee",
"vlc",
"rhythmbox"
"rhythmbox",
"firefox",
"xplayer"
]
},
"section2": {
@ -70,6 +79,18 @@
"description": "Action on middle click",
"value": "mute"
},
"middleShiftClickAction": {
"type": "combobox",
"default": "in_mute",
"options": {
"Toggle Mute": "mute",
"Toggle Mute output": "out_mute",
"Toggle Mute input": "in_mute",
"Toggle Play / Pause": "player"
},
"description": "Action on shift+middle click",
"value": "in_mute"
},
"horizontalScroll": {
"type": "switch",
"default": false,
@ -112,5 +133,5 @@
"description": "Show song artist and title in tooltip",
"value": false
},
"__md5__": "cd7a99af6fce1f04852ac27d13a3bf55"
"__md5__": "ceea7709f6c96376c9f83b9b8ddce0b5"
}

View file

@ -0,0 +1,26 @@
{
"display-type": {
"type": "combobox",
"default": "visual",
"description": "Type of display",
"tooltip": "Note that the visual representation will only work if your panel is large enough to display it properly, otherwise the simple style will be used.",
"options": {
"A visual representation of the workspaces": "visual",
"Simple buttons": "buttons"
},
"value": "buttons"
},
"scroll-behavior": {
"type": "combobox",
"default": "normal",
"description": "Scroll wheel behavior",
"tooltip": "Reverse or disable the direction of the scroll in the workspace list.",
"options": {
"Normal": "normal",
"Reversed": "reversed",
"Disabled": "disabled"
},
"value": "normal"
},
"__md5__": "bde96d24c6efac81dcfe38017f39456d"
}

View file

@ -0,0 +1,26 @@
{
"display-type": {
"type": "combobox",
"default": "visual",
"description": "Type of display",
"tooltip": "Note that the visual representation will only work if your panel is large enough to display it properly, otherwise the simple style will be used.",
"options": {
"A visual representation of the workspaces": "visual",
"Simple buttons": "buttons"
},
"value": "buttons"
},
"scroll-behavior": {
"type": "combobox",
"default": "normal",
"description": "Scroll wheel behavior",
"tooltip": "Reverse or disable the direction of the scroll in the workspace list.",
"options": {
"Normal": "normal",
"Reversed": "reversed",
"Disabled": "disabled"
},
"value": "normal"
},
"__md5__": "bde96d24c6efac81dcfe38017f39456d"
}

Binary file not shown.

View file

@ -0,0 +1,53 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "builtin",
"color": {"1": "blue"},
"color": {"2": "blue"},
"padding": {
"top": 1,
"left": 2
}
},
"display": {
"color": "blue"
},
"modules": [
{
"type": "title",
"color": {
"user": "blue",
"at": "blue",
"host": "blue"
}
},
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"localip",
"battery",
"poweradapter",
"locale",
"break",
"colors"
]
}

View file

@ -0,0 +1,56 @@
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
<edit name="lcdfilter" mode="assign">
<const>lcddefault</const>
</edit>
</match>
<!-- Set preferred serif, sans serif, and monospace fonts. -->
<alias>
<family>serif</family>
<prefer>
<family>Vazirmatn</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Vazirmatn</family>
</prefer>
</alias>
<alias>
<family>sans</family>
<prefer>
<family>Vazirmatn</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Source Code Pro</family>
</prefer>
</alias>
<alias>
<family>mono</family>
<prefer>
<family>Source Code Pro</family>
</prefer>
</alias>
<dir>~/.fonts</dir>
</fontconfig>

View file

@ -0,0 +1,11 @@
[Filechooser Settings]
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=68
GeometryY=59
GeometryWidth=888
GeometryHeight=672
SortColumn=name
SortOrder=ascending
StartupMode=recent

View file

@ -0,0 +1,3 @@
file:///home/MrJavadGG/Pictures Pictures
file:///home/MrJavadGG/Downloads Downloads
file:///home/MrJavadGG/Documents Documents

View file

@ -0,0 +1,7 @@
# This file is created by ibus-daemon, please do not modify it.
# This file allows processes on the machine to find the
# ibus session bus with the below address.
# If the IBUS_ADDRESS environment variable is set, it will
# be used rather than this file.
IBUS_ADDRESS=unix:path=/home/MrJavadGG/.cache/ibus/dbus-KgmQykOo,guid=e9eacb0b6cc1f9debe37706066abb1ee
IBUS_DAEMON_PID=17880

View file

@ -0,0 +1,79 @@
; xed GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/FileBrowserWidgetSelectionActionGroup/FileMoveToTrash" "")
; (gtk_accel_path "<Actions>/FileBrowserWidgetSelectionActionGroup/FileDelete" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewOverviewMap" "F12")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchGoToLine" "<Primary>i")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewToolbar" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewFullscreen" "F11")
; (gtk_accel_path "<Actions>/XedWindowActions/FileSaveAll" "<Primary><Shift>l")
; (gtk_accel_path "<Actions>/XedTextSizePluginActions/NormalSizeAction" "<Primary>0")
; (gtk_accel_path "<Actions>/XedWindowPanesActions/ViewBottomPane" "<Primary>F9")
; (gtk_accel_path "<Actions>/XedWindowActions/DocumentsMoveToNewWindow" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/HelpAbout" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewStatusbar" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/FileRecentsMenu" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditToggleComment" "<Primary>slash")
; (gtk_accel_path "<Actions>/DocumentsListActions/Tab_0" "<Alt>1")
; (gtk_accel_path "<Actions>/XedCloseWindowActions/FileClose" "<Primary>w")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewWordWrap" "<Primary>r")
; (gtk_accel_path "<Actions>/XedWindowActions/FileSave" "<Primary>s")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/HelpContents" "F1")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchReplace" "<Primary>h")
; (gtk_accel_path "<Actions>/XedWindowActions/FileRevert" "")
; (gtk_accel_path "<Actions>/XedJoinLinesPluginActions/JoinLinesAction" "<Primary>j")
; (gtk_accel_path "<Actions>/FileBrowserWidgetSensitiveActionGroup/DirectoryOpen" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Tools" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditPaste" "<Primary>v")
; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroup/FilterHidden" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditCut" "<Primary>x")
; (gtk_accel_path "<Actions>/XedWindowPanesActions/ViewSidePane" "F9")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/View" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/File" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditSelectAll" "<Primary>a")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Help" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditDelete" "")
; (gtk_accel_path "<Actions>/XedSpellPluginActions/CheckSpell" "<Shift>F7")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Documents" "")
; (gtk_accel_path "<Actions>/XedWindowActions/DocumentsNextDocument" "<Primary><Alt>Page_Down")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewMenubar" "")
; (gtk_accel_path "<Actions>/FileBrowserWidgetSingleMostSelectionActionGroup/DirectoryNew" "")
; (gtk_accel_path "<Actions>/FileBrowserWidgetSensitiveActionGroup/DirectoryRefresh" "")
; (gtk_accel_path "<Actions>/XedWindowActions/FilePrint" "<Primary>p")
; (gtk_accel_path "<Actions>/XedTextSizePluginActions/LargerTextAction" "<Primary>equal")
; (gtk_accel_path "<Actions>/XedWindowActions/EditRedo" "<Primary>y")
; (gtk_accel_path "<Actions>/FileBrowserWidgetFileSelectionActionGroup/FileOpen" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditDuplicate" "<Primary><Shift>d")
; (gtk_accel_path "<Actions>/FileBrowserPluginExtra/SetActiveRoot" "")
; (gtk_accel_path "<Actions>/XedSpellPluginActions/ConfigSpell" "")
; (gtk_accel_path "<Actions>/XedDocinfoPluginActions/DocumentStatistics" "")
; (gtk_accel_path "<Actions>/FileBrowserWidgetSingleMostSelectionActionGroup/FileNew" "")
; (gtk_accel_path "<Actions>/XedQuitWindowActions/FileQuit" "<Primary>q")
; (gtk_accel_path "<Actions>/XedWindowActions/EditUndo" "<Primary>z")
; (gtk_accel_path "<Actions>/XedTimePluginActions/InsertDateAndTime" "F5")
; (gtk_accel_path "<Actions>/FileBrowserWidgetSingleSelectionActionGroup/FileRename" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/HelpShortcuts" "")
; (gtk_accel_path "<Actions>/XedWindowActions/ViewHighlightMode" "<Primary><Shift>h")
; (gtk_accel_path "<Actions>/XedSortPluginActions/Sort" "F10")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchFind" "<Primary>f")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchFindPrevious" "<Primary><Shift>g")
; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroup/FilterBinary" "")
; (gtk_accel_path "<Actions>/XedWindowActions/FileCloseAll" "<Primary><Shift>w")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Search" "")
; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroupToplevel/FilterMenuAction" "")
; (gtk_accel_path "<Actions>/XedSpellPluginActions/InlineSpellChecker" "")
; (gtk_accel_path "<Actions>/XedWindowActions/DocumentsPreviousDocument" "<Primary><Alt>Page_Up")
; (gtk_accel_path "<Actions>/XedWindowActions/EditToggleCommentBlock" "<Primary><Shift>question")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/XAppFavoritesMenu" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Edit" "")
; (gtk_accel_path "<Actions>/XedTextSizePluginActions/SmallerTextAction" "<Primary>minus")
; (gtk_accel_path "<Actions>/XedWindowActions/FileSaveAs" "<Primary><Shift>s")
; (gtk_accel_path "<Actions>/FileBrowserWidgetBookmarkActionGroup/BookmarkOpen" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditCopy" "<Primary>c")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/EditPreferences" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/FileOpen" "<Primary>o")
; (gtk_accel_path "<Actions>/FileBrowserPluginSingleSelectionExtra/OpenTerminal" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/FileNew" "<Primary>n")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchFindNext" "<Primary>g")
; (gtk_accel_path "<Actions>/XedWindowActions/FilePrintPreview" "<Primary><Shift>p")

View file

@ -0,0 +1,7 @@
[State]
window_w=650
window_h=500
show_sidebar=false
maximised=false
sidebar_w=0
sidebar_page=playlist

View file

@ -1 +0,0 @@
org.gnome.Terminal.desktop

View file

@ -1,23 +0,0 @@
<monitors version="2">
<configuration>
<logicalmonitor>
<x>0</x>
<y>0</y>
<scale>1</scale>
<primary>yes</primary>
<monitor>
<monitorspec>
<connector>Virtual-1</connector>
<vendor>unknown</vendor>
<product>unknown</product>
<serial>unknown</serial>
</monitorspec>
<mode>
<width>1024</width>
<height>768</height>
<rate>60.003841400146484</rate>
</mode>
</monitor>
</logicalmonitor>
</configuration>
</monitors>

View file

@ -1,2 +0,0 @@
/home/sohrab/Pictures
/usr/share/backgrounds/parch

View file

@ -1,13 +0,0 @@
{
"head": {
"type": "header",
"description": "Settings"
},
"show-full-uri": {
"type": "switch",
"default": false,
"description": "Display full paths in the list",
"value": false
},
"__md5__": "47cfb84ecf716b6b4756ccdac7f369e4"
}

View file

@ -1,19 +0,0 @@
{
"section1": {
"type": "section",
"description": "Appearance"
},
"show-icon": {
"type": "radiogroup",
"default": "printers",
"description": "Show printer icon",
"options": {
"Always": "always",
"When printers exist": "printers",
"When printing": "jobs"
},
"tooltip": "Choose when to show the printer icon in the panel",
"value": "printers"
},
"__md5__": "93e5a8d56ccfdbf949efa8b7e5b6ef9d"
}

View file

@ -1 +0,0 @@
/home/sohrab/.config/menus/applications-merged

View file

@ -1,4 +0,0 @@
[desktop-monitor-0]
nemo-icon-view-keep-aligned=true
nemo-icon-view-auto-layout=true
nemo-icon-view-layout-timestamp=1695977783

View file

@ -1,880 +0,0 @@
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Resolution" resolution
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
# info "GPU Driver" gpu_driver # Linux/macOS only
# info "Disk" disk
# info "Battery" battery
# info "Font" font
# info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player"
# info "Local IP" local_ip
# info "Public IP" public_ip
# info "Users" users
# info "Locale" locale # This only works on glibc systems.
info cols
}
# Title
# Hide/Show Fully qualified domain name.
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --title_fqdn
title_fqdn="off"
# Kernel
# Shorten the output of the kernel function.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --kernel_shorthand
# Supports: Everything except *BSDs (except PacBSD and PC-BSD)
#
# Example:
# on: '4.8.9-1-ARCH'
# off: 'Linux 4.8.9-1-ARCH'
kernel_shorthand="on"
# Distro
# Shorten the output of the distro function
#
# Default: 'off'
# Values: 'on', 'tiny', 'off'
# Flag: --distro_shorthand
# Supports: Everything except Windows and Haiku
distro_shorthand="off"
# Show/Hide OS Architecture.
# Show 'x86_64', 'x86' and etc in 'Distro:' output.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --os_arch
#
# Example:
# on: 'Arch Linux x86_64'
# off: 'Arch Linux'
os_arch="on"
# Uptime
# Shorten the output of the uptime function
#
# Default: 'on'
# Values: 'on', 'tiny', 'off'
# Flag: --uptime_shorthand
#
# Example:
# on: '2 days, 10 hours, 3 mins'
# tiny: '2d 10h 3m'
# off: '2 days, 10 hours, 3 minutes'
uptime_shorthand="on"
# Memory
# Show memory percentage in output.
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --memory_percent
#
# Example:
# on: '1801MiB / 7881MiB (22%)'
# off: '1801MiB / 7881MiB'
memory_percent="off"
# Change memory output unit.
#
# Default: 'mib'
# Values: 'kib', 'mib', 'gib'
# Flag: --memory_unit
#
# Example:
# kib '1020928KiB / 7117824KiB'
# mib '1042MiB / 6951MiB'
# gib: ' 0.98GiB / 6.79GiB'
memory_unit="mib"
# Packages
# Show/Hide Package Manager names.
#
# Default: 'tiny'
# Values: 'on', 'tiny' 'off'
# Flag: --package_managers
#
# Example:
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
# tiny: '908 (pacman, flatpak, snap)'
# off: '908'
package_managers="on"
# Shell
# Show the path to $SHELL
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --shell_path
#
# Example:
# on: '/bin/bash'
# off: 'bash'
shell_path="off"
# Show $SHELL version
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --shell_version
#
# Example:
# on: 'bash 4.4.5'
# off: 'bash'
shell_version="on"
# CPU
# CPU speed type
#
# Default: 'bios_limit'
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'.
# Flag: --speed_type
# Supports: Linux with 'cpufreq'
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value.
speed_type="bios_limit"
# CPU speed shorthand
#
# Default: 'off'
# Values: 'on', 'off'.
# Flag: --speed_shorthand
# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz
#
# Example:
# on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="off"
# Enable/Disable CPU brand in output.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_brand
#
# Example:
# on: 'Intel i7-6500U'
# off: 'i7-6500U (4)'
cpu_brand="on"
# CPU Speed
# Hide/Show CPU speed.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_speed
#
# Example:
# on: 'Intel i7-6500U (4) @ 3.1GHz'
# off: 'Intel i7-6500U (4)'
cpu_speed="on"
# CPU Cores
# Display CPU cores in output
#
# Default: 'logical'
# Values: 'logical', 'physical', 'off'
# Flag: --cpu_cores
# Support: 'physical' doesn't work on BSD.
#
# Example:
# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores)
# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores)
# off: 'Intel i7-6500U @ 3.1GHz'
cpu_cores="logical"
# CPU Temperature
# Hide/Show CPU temperature.
# Note the temperature is added to the regular CPU function.
#
# Default: 'off'
# Values: 'C', 'F', 'off'
# Flag: --cpu_temp
# Supports: Linux, BSD
# NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable
# coretemp kernel module. This only supports newer Intel processors.
#
# Example:
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
# off: 'Intel i7-6500U (4) @ 3.1GHz'
cpu_temp="off"
# GPU
# Enable/Disable GPU Brand
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gpu_brand
#
# Example:
# on: 'AMD HD 7950'
# off: 'HD 7950'
gpu_brand="on"
# Which GPU to display
#
# Default: 'all'
# Values: 'all', 'dedicated', 'integrated'
# Flag: --gpu_type
# Supports: Linux
#
# Example:
# all:
# GPU1: AMD HD 7950
# GPU2: Intel Integrated Graphics
#
# dedicated:
# GPU1: AMD HD 7950
#
# integrated:
# GPU1: Intel Integrated Graphics
gpu_type="all"
# Resolution
# Display refresh rate next to each monitor
# Default: 'off'
# Values: 'on', 'off'
# Flag: --refresh_rate
# Supports: Doesn't work on Windows.
#
# Example:
# on: '1920x1080 @ 60Hz'
# off: '1920x1080'
refresh_rate="off"
# Gtk Theme / Icons / Font
# Shorten output of GTK Theme / Icons / Font
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --gtk_shorthand
#
# Example:
# on: 'Numix, Adwaita'
# off: 'Numix [GTK2], Adwaita [GTK3]'
gtk_shorthand="off"
# Enable/Disable gtk2 Theme / Icons / Font
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gtk2
#
# Example:
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Adwaita [GTK3]'
gtk2="on"
# Enable/Disable gtk3 Theme / Icons / Font
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gtk3
#
# Example:
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Numix [GTK2]'
gtk3="on"
# IP Address
# Website to ping for the public IP
#
# Default: 'http://ident.me'
# Values: 'url'
# Flag: --ip_host
public_ip_host="http://ident.me"
# Public IP timeout.
#
# Default: '2'
# Values: 'int'
# Flag: --ip_timeout
public_ip_timeout=2
# Local IP interface
#
# Default: 'auto' (interface of default route)
# Values: 'auto', 'en0', 'en1'
# Flag: --ip_interface
local_ip_interface=('auto')
# Desktop Environment
# Show Desktop Environment version
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --de_version
de_version="on"
# Disk
# Which disks to display.
# The values can be any /dev/sdXX, mount point or directory.
# NOTE: By default we only show the disk info for '/'.
#
# Default: '/'
# Values: '/', '/dev/sdXX', '/path/to/drive'.
# Flag: --disk_show
#
# Example:
# disk_show=('/' '/dev/sdb1'):
# 'Disk (/): 74G / 118G (66%)'
# 'Disk (/mnt/Videos): 823G / 893G (93%)'
#
# disk_show=('/'):
# 'Disk (/): 74G / 118G (66%)'
#
disk_show=('/')
# Disk subtitle.
# What to append to the Disk subtitle.
#
# Default: 'mount'
# Values: 'mount', 'name', 'dir', 'none'
# Flag: --disk_subtitle
#
# Example:
# name: 'Disk (/dev/sda1): 74G / 118G (66%)'
# 'Disk (/dev/sdb2): 74G / 118G (66%)'
#
# mount: 'Disk (/): 74G / 118G (66%)'
# 'Disk (/mnt/Local Disk): 74G / 118G (66%)'
# 'Disk (/mnt/Videos): 74G / 118G (66%)'
#
# dir: 'Disk (/): 74G / 118G (66%)'
# 'Disk (Local Disk): 74G / 118G (66%)'
# 'Disk (Videos): 74G / 118G (66%)'
#
# none: 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)'
disk_subtitle="mount"
# Disk percent.
# Show/Hide disk percent.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --disk_percent
#
# Example:
# on: 'Disk (/): 74G / 118G (66%)'
# off: 'Disk (/): 74G / 118G'
disk_percent="on"
# Song
# Manually specify a music player.
#
# Default: 'auto'
# Values: 'auto', 'player-name'
# Flag: --music_player
#
# Available values for 'player-name':
#
# amarok
# audacious
# banshee
# bluemindo
# clementine
# cmus
# deadbeef
# deepin-music
# dragon
# elisa
# exaile
# gnome-music
# gmusicbrowser
# gogglesmm
# guayadeque
# io.elementary.music
# iTunes
# Music
# juk
# lollypop
# MellowPlayer
# mocp
# mopidy
# mpd
# muine
# netease-cloud-music
# olivia
# playerctl
# pogo
# pragha
# qmmp
# quodlibet
# rhythmbox
# sayonara
# smplayer
# spotify
# strawberry
# tauonmb
# tomahawk
# vlc
# xmms2d
# xnoise
# yarock
music_player="auto"
# Format to display song information.
#
# Default: '%artist% - %album% - %title%'
# Values: '%artist%', '%album%', '%title%'
# Flag: --song_format
#
# Example:
# default: 'Song: Jet - Get Born - Sgt Major'
song_format="%artist% - %album% - %title%"
# Print the Artist, Album and Title on separate lines
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --song_shorthand
#
# Example:
# on: 'Artist: The Fratellis'
# 'Album: Costello Music'
# 'Song: Chelsea Dagger'
#
# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger'
song_shorthand="off"
# 'mpc' arguments (specify a host, password etc).
#
# Default: ''
# Example: mpc_args=(-h HOST -P PASSWORD)
mpc_args=()
# Text Colors
# Text Colors
#
# Default: 'distro'
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
# Flag: --colors
#
# Each number represents a different part of the text in
# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info'
#
# Example:
# colors=(distro) - Text is colored based on Distro colors.
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
colors=(distro)
# Text Options
# Toggle bold text
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bold
bold="on"
# Enable/Disable Underline
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --underline
underline_enabled="on"
# Underline character
#
# Default: '-'
# Values: 'string'
# Flag: --underline_char
underline_char="-"
# Info Separator
# Replace the default separator with the specified string.
#
# Default: ':'
# Flag: --separator
#
# Example:
# separator="->": 'Shell-> bash'
# separator=" =": 'WM = dwm'
separator=":"
# Color Blocks
# Color block range
# The range of colors to print.
#
# Default: '0', '15'
# Values: 'num'
# Flag: --block_range
#
# Example:
#
# Display colors 0-7 in the blocks. (8 colors)
# neofetch --block_range 0 7
#
# Display colors 0-15 in the blocks. (16 colors)
# neofetch --block_range 0 15
block_range=(0 15)
# Toggle color blocks
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --color_blocks
color_blocks="on"
# Color block width in spaces
#
# Default: '3'
# Values: 'num'
# Flag: --block_width
block_width=3
# Color block height in lines
#
# Default: '1'
# Values: 'num'
# Flag: --block_height
block_height=1
# Color Alignment
#
# Default: 'auto'
# Values: 'auto', 'num'
# Flag: --col_offset
#
# Number specifies how far from the left side of the terminal (in spaces) to
# begin printing the columns, in case you want to e.g. center them under your
# text.
# Example:
# col_offset="auto" - Default behavior of neofetch
# col_offset=7 - Leave 7 spaces then print the colors
col_offset="auto"
# Progress Bars
# Bar characters
#
# Default: '-', '='
# Values: 'string', 'string'
# Flag: --bar_char
#
# Example:
# neofetch --bar_char 'elapsed' 'total'
# neofetch --bar_char '-' '='
bar_char_elapsed="-"
bar_char_total="="
# Toggle Bar border
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bar_border
bar_border="on"
# Progress bar length in spaces
# Number of chars long to make the progress bars.
#
# Default: '15'
# Values: 'num'
# Flag: --bar_length
bar_length=15
# Progress bar colors
# When set to distro, uses your distro's logo colors.
#
# Default: 'distro', 'distro'
# Values: 'distro', 'num'
# Flag: --bar_colors
#
# Example:
# neofetch --bar_colors 3 4
# neofetch --bar_colors distro 5
bar_color_elapsed="distro"
bar_color_total="distro"
# Info display
# Display a bar with the info.
#
# Default: 'off'
# Values: 'bar', 'infobar', 'barinfo', 'off'
# Flags: --memory_display
# --battery_display
# --disk_display
#
# Example:
# bar: '[---=======]'
# infobar: 'info [---=======]'
# barinfo: '[---=======] info'
# off: 'info'
memory_display="off"
battery_display="off"
disk_display="off"
# Backend Settings
# Image backend.
#
# Default: 'ascii'
# Values: 'ascii', 'caca', 'catimg', 'chafa', 'jp2a', 'iterm2', 'off',
# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty', 'ueberzug',
# 'viu'
# Flag: --backend
image_backend="ascii"
# Image Source
#
# Which image or ascii file to display.
#
# Default: 'auto'
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")'
# Flag: --source
#
# NOTE: 'auto' will pick the best image source for whatever image backend is used.
# In ascii mode, distro ascii art will be used and in an image mode, your
# wallpaper will be used.
image_source="auto"
# Ascii Options
# Ascii distro
# Which distro's ascii art to display.
#
# Default: 'auto'
# Values: 'auto', 'distro_name'
# Flag: --ascii_distro
# NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS,
# Antergos, antiX, "AOSC OS", "AOSC OS/Retro", Apricity, ArchCraft,
# ArcoLinux, ArchBox, ARCHlabs, ArchStrike, XFerience, ArchMerge, Arch,
# Artix, Arya, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight,
# Bodhi, bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres,
# Container_Linux, Crystal Linux, CRUX, Cucumber, dahlia, Debian, Deepin,
# DesaOS, Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS
# Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
# Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui,
# Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
# Netrunner, Nitrux, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD,
# openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
# osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
# TrueOS, PCLinuxOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
# Proxmox, PuffOS, Puppy, PureOS, Qubes, Qubyt, Quibian, Radix, Raspbian,
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith,
# Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
# SereneLinux, SharkLinux, Siduction, SkiffOS, Slackware, SliTaz, SmartOS,
# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
# Ubuntu-Studio, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc,
# Obarun, Parch, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
# NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
# Use '{distro name}_old' to use the old logos.
# NOTE: Ubuntu has flavor variants.
# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
# postmarketOS, and Void have a smaller logo variant.
# Use '{distro name}_small' to use the small variants.
ascii_distro="auto"
# Ascii Colors
#
# Default: 'distro'
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
# Flag: --ascii_colors
#
# Example:
# ascii_colors=(distro) - Ascii is colored based on Distro colors.
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors.
ascii_colors=(distro)
# Bold ascii logo
# Whether or not to bold the ascii logo.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --ascii_bold
ascii_bold="on"
# Image Options
# Image loop
# Setting this to on will make neofetch redraw the image constantly until
# Ctrl+C is pressed. This fixes display issues in some terminal emulators.
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --loop
image_loop="off"
# Thumbnail directory
#
# Default: '~/.cache/thumbnails/neofetch'
# Values: 'dir'
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
# Crop mode
#
# Default: 'normal'
# Values: 'normal', 'fit', 'fill'
# Flag: --crop_mode
#
# See this wiki page to learn about the fit and fill options.
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F
crop_mode="normal"
# Crop offset
# Note: Only affects 'normal' crop mode.
#
# Default: 'center'
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
# 'east', 'southwest', 'south', 'southeast'
# Flag: --crop_offset
crop_offset="center"
# Image size
# The image is half the terminal width by default.
#
# Default: 'auto'
# Values: 'auto', '00px', '00%', 'none'
# Flags: --image_size
# --size
image_size="auto"
# Catimg block size.
# Control the resolution of catimg.
#
# Default: '2'
# Values: '1', '2'
# Flags: --catimg_size
catimg_size="2"
# Gap between image and text
#
# Default: '3'
# Values: 'num', '-num'
# Flag: --gap
gap=3
# Image offsets
# Only works with the w3m backend.
#
# Default: '0'
# Values: 'px'
# Flags: --xoffset
# --yoffset
yoffset=0
xoffset=0
# Image background color
# Only works with the w3m backend.
#
# Default: ''
# Values: 'color', 'blue'
# Flag: --bg_color
background_color=
# Misc Options
# Stdout mode
# Turn off all colors and disables image backend (ASCII/Image).
# Useful for piping into another command.
# Default: 'off'
# Values: 'on', 'off'
stdout="off"

View file

@ -1,4 +0,0 @@
width = 950
software_mode = false
maximized = false
height = 550

View file

@ -1 +0,0 @@
org.gnome.Terminal.desktop

View file

@ -1,2 +0,0 @@
[icon theme]
Inherits=Nordzy-cursors

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xbel version="1.0"
xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
></xbel>

View file

@ -1,88 +0,0 @@
discover_other_daemon: 1discover_other_daemon: 1discover_other_daemon: 1[cinnamon-settings-daemon-smartcard] Failed to start: no suitable smartcard driver could be found
[cinnamon-settings-daemon-smartcard] Failed to start: no suitable smartcard driver could be found
** (csd-color:510): WARNING **: 04:56:01.338: failed to get edid: unable to get EDID for output
** (csd-color:510): WARNING **: 04:56:01.376: unable to get EDID for xrandr-Virtual-1: unable to get EDID for output
** (csd-color:510): WARNING **: 04:56:10.484: unable to get EDID for xrandr-Virtual-1: unable to get EDID for output
** (csd-color:510): WARNING **: 04:56:10.486: unable to get EDID for xrandr-Virtual-1: unable to get EDID for output
(cinnamon:636): mutter-WARNING **: 04:56:10.487: Property 'libinput Accel Profile Enabled Default' for device 'ImExPS/2 Generic Explorer Mouse' returned 3 items, expected 2
** (csd-color:510): WARNING **: 04:56:10.488: unable to get EDID for xrandr-Virtual-1: unable to get EDID for output
(cinnamon:636): mutter-WARNING **: 04:56:10.491: Property 'libinput Accel Profiles Available' for device 'ImExPS/2 Generic Explorer Mouse' returned 3 items, expected 2
(cinnamon:636): mutter-WARNING **: 04:56:10.491: Property 'libinput Accel Profile Enabled' for device 'ImExPS/2 Generic Explorer Mouse' returned 3 items, expected 2
(cinnamon:636): mutter-WARNING **: 04:56:10.574: Property 'libinput Accel Profile Enabled Default' for device 'ImExPS/2 Generic Explorer Mouse' returned 3 items, expected 2
(cinnamon:636): mutter-WARNING **: 04:56:10.574: Property 'libinput Accel Profiles Available' for device 'ImExPS/2 Generic Explorer Mouse' returned 3 items, expected 2
Gjs-Message: 04:56:12.303: JS LOG: About to start Cinnamon
Gjs-Message: 04:56:13.017: JS LOG: [LookingGlass/info] Cinnamon.AppSystem.get_default() started in 709 ms
Gjs-Message: 04:56:13.040: JS LOG: [LookingGlass/info] loading user theme: /usr/share/themes/Arc-Dark/cinnamon/cinnamon.css
Gjs-Message: 04:56:13.102: JS LOG: [LookingGlass/info] added icon directory: /usr/share/themes/Arc-Dark/cinnamon
Gjs-Message: 04:56:13.126: JS LOG: [LookingGlass/info] GesturesManager: Looking for devices.
Gjs-Message: 04:56:13.708: JS LOG: [LookingGlass/info] loaded at Fri Sep 29 2023 04:56:13 GMT-0400 (Eastern Daylight Time)
Gjs-Message: 04:56:13.709: JS LOG: Cinnamon started at Fri Sep 29 2023 04:56:13 GMT-0400 (Eastern Daylight Time)
Gjs-Message: 04:56:13.770: JS LOG: [LookingGlass/info] ExtensionSystem started in 1 ms
Gjs-Message: 04:56:13.771: JS LOG: [LookingGlass/info] DeskletManager started in 1 ms
Gjs-Message: 04:56:13.771: JS LOG: [LookingGlass/info] SearchProviderManager started in 1 ms
(cinnamon:636): mutter-WARNING **: 04:56:13.809: Property 'libinput Accel Profile Enabled Default' for device 'ImExPS/2 Generic Explorer Mouse' returned 3 items, expected 2
(cinnamon:636): mutter-WARNING **: 04:56:13.809: Property 'libinput Accel Profiles Available' for device 'ImExPS/2 Generic Explorer Mouse' returned 3 items, expected 2
Gjs-Message: 04:56:13.946: JS LOG: [LookingGlass/info] GesturesManager: No devices.
vmware-user: could not open /proc/fs/vmblock/dev
** Message: 04:56:16.732: nemo-desktop: session is cinnamon, establishing proxy
Gjs-Message: 04:56:17.626: JS LOG: [LookingGlass/info] Role locked: notifications
Gjs-Message: 04:56:18.148: JS LOG: [LookingGlass/info] Loaded applet notifications@cinnamon.org in 4126 ms
Gjs-Message: 04:56:18.150: JS LOG: Enabling WindowAttentionHandler
Gjs-Message: 04:56:18.271: JS LOG: [LookingGlass/info] Loaded applet favorites@cinnamon.org in 123 ms
Gjs-Message: 04:56:18.293: JS LOG: [LookingGlass/info] Loaded applet removable-drives@cinnamon.org in 22 ms
Gjs-Message: 04:56:18.512: JS LOG: [LookingGlass/info] Loaded applet printers@cinnamon.org in 219 ms
Gjs-Message: 04:56:18.604: JS LOG: [LookingGlass/info] Loaded applet keyboard@cinnamon.org in 92 ms
Gjs-Message: 04:56:18.612: JS LOG: [LookingGlass/info] Role locked: tray
Gjs-Message: 04:56:18.617: JS LOG: [LookingGlass/info] Loaded applet systray@cinnamon.org in 13 ms
Gjs-Message: 04:56:19.026: JS LOG: [LookingGlass/info] Loaded applet cornerbar@cinnamon.org in 409 ms
Gjs-Message: 04:56:19.123: JS LOG: [LookingGlass/info] Loaded applet calendar@cinnamon.org in 97 ms
Gjs-Message: 04:56:19.135: JS LOG: [LookingGlass/info] Loaded applet xapp-status@cinnamon.org in 11 ms
Gjs-Message: 04:56:19.172: JS LOG: [LookingGlass/info] Loaded applet power@cinnamon.org in 37 ms
Gjs-Message: 04:56:19.390: JS LOG: [LookingGlass/info] Role locked: panellauncher
Gjs-Message: 04:56:19.390: JS LOG: [LookingGlass/info] Role locked: windowattentionhandler
Gjs-Message: 04:56:19.394: JS LOG: [LookingGlass/info] Loaded applet grouped-window-list@cinnamon.org in 222 ms
Gjs-Message: 04:56:19.511: JS LOG: [LookingGlass/info] Loaded applet sound@cinnamon.org in 117 ms
** (csd-power:505): CRITICAL **: 04:56:19.545: abs_to_percentage: assertion 'max > min' failed
cinnamon-session[417]: WARNING: t+25.64064s: Detected that screensaver has appeared on the bus
Gjs-Message: 04:56:20.054: JS LOG: [LookingGlass/info] Loaded applet network@cinnamon.org in 543 ms
Gjs-Message: 04:56:20.454: JS LOG: [LookingGlass/info] Loaded applet menu@cinnamon.org in 400 ms
Gjs-Message: 04:56:20.454: JS LOG: [LookingGlass/info] AppletManager started in 6744 ms
Gjs-Message: 04:56:20.459: JS LOG: [LookingGlass/info] Cinnamon took 8156 ms to start
Gjs-Message: 04:56:20.468: JS LOG: [LookingGlass/info] Hiding systray: network
Gjs-Message: 04:56:20.473: JS LOG: [LookingGlass/info] Adding systray: pamac-tray (16x16px)
Gjs-Message: 04:56:20.488: JS LOG: Unknown network device type, is 32
(cinnamon:636): XApp-WARNING **: 04:56:21.179: Switcheroo-control doesn't appear to be running, checking for Ubuntu support...
Gjs-Message: 04:56:21.186: JS LOG: [LookingGlass/info] GPU offload supported: false
(pamac-tray:680): Gdk-CRITICAL **: 04:56:21.516: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
** (pamac-manager:849): WARNING **: 04:56:43.813: flatpak_plugin.vala:311: Error when getting information for file “/var/lib/flatpak/appstream/flathub/x86_64/.timestamp”: No such file or directory
** Message: 04:56:43.813: flatpak_plugin.vala:330: refreshing flathub appstream data
(pamac-manager:849): Gdk-CRITICAL **: 04:56:43.814: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed
** Message: 04:56:48.838: updates_checker.vala:71: check updates
cinnamon-session[417]: WARNING: t+55.64642s: Detected that screensaver has left the bus
touch: cannot touch '/var/tmp/pamac/dbs/sync/refresh_timestamp': Permission denied
cinnamon-session[417]: WARNING: t+146.04671s: Detected that screensaver has appeared on the bus
** Message: 04:58:24.712: updates_checker.vala:71: check updates
touch: cannot touch '/var/tmp/pamac/dbs/sync/refresh_timestamp': Permission denied
** Message: 04:58:40.048: updates_checker.vala:101: 109 updates found
** Message: 04:58:40.048: updates_checker.vala:71: check updates
touch: cannot touch '/var/tmp/pamac/dbs/sync/refresh_timestamp': Permission denied
cinnamon-session[417]: WARNING: t+176.06139s: Detected that screensaver has left the bus
** Message: 04:58:58.585: updates_checker.vala:71: check updates
touch: cannot touch '/var/tmp/pamac/dbs/sync/refresh_timestamp': Permission denied