Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
Extract and update dot files (#921)
Browse files Browse the repository at this point in the history
* Extracted dot files by default
* Update dot files and remove unnecessary code
  • Loading branch information
herobrauni authored and Erazem Kokot committed Nov 10, 2019
1 parent d0af322 commit 8d8cd93
Show file tree
Hide file tree
Showing 237 changed files with 29,225 additions and 2 deletions.
Binary file added extra/desktop/Anarchy-budgie/.config/dconf/user
Binary file not shown.
25 changes: 25 additions & 0 deletions extra/desktop/Anarchy-budgie/.config/terminator/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[global_config]
title_inactive_bg_color = "#1c232b"
title_inactive_fg_color = "#888a85"
title_receive_bg_color = "#2e3436"
title_transmit_bg_color = "#1c232b"
title_transmit_fg_color = "#98971a"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#1c232b"
background_darkness = 0.92
background_type = transparent
cursor_color = "#aaaaaa"
foreground_color = "#ebdbb2"
palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"
scrollback_lines = 2500
Binary file removed extra/desktop/Anarchy-budgie/config.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/usr/share/backgrounds/anarchy
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"section1": {
"type": "section",
"description": "Display"
},
"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": false
},
"custom-format": {
"type": "entry",
"default": "%A %B %e, %H:%M",
"description": "Date format",
"indent": true,
"dependency": "use-custom-format",
"tooltip": "Set your custom format here.",
"value": "%A %B %e, %H:%M"
},
"format-button": {
"type": "button",
"description": "Show information on date format syntax",
"indent": true,
"dependency": "use-custom-format",
"callback": "on_custom_format_button_pressed",
"tooltip": "Click this button to know more about the syntax for date formats."
},
"__md5__": "db2204a9b8ebf8688c7d463eed4ac71c"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
{
"layout": {
"type": "layout",
"pages": [
"panel",
"menu"
],
"panel": {
"type": "page",
"title": "Panel",
"sections": [
"panel-appear",
"panel-behave"
]
},
"menu": {
"type": "page",
"title": "Menu",
"sections": [
"menu-layout",
"menu-behave"
]
},
"panel-appear": {
"type": "section",
"title": "Appearance",
"keys": [
"menu-icon-custom",
"menu-icon",
"menu-label"
]
},
"panel-behave": {
"type": "section",
"title": "Behavior",
"keys": [
"overlay-key",
"activate-on-hover",
"hover-delay",
"enable-animation"
]
},
"menu-layout": {
"type": "section",
"title": "Layout and content",
"keys": [
"show-category-icons",
"show-application-icons",
"favbox-show",
"show-places",
"menu-editor-button"
]
},
"menu-behave": {
"type": "section",
"title": "Behavior",
"keys": [
"enable-autoscroll",
"search-filesystem"
]
}
},
"overlay-key": {
"type": "keybinding",
"description": "Keyboard shortcut to open and close the menu",
"default": "Super_L::Super_R",
"value": "Super_L::Super_R"
},
"menu-icon-custom": {
"type": "switch",
"default": false,
"description": "Use a custom icon",
"tooltip": "Unchecking this allows the theme to set the icon",
"value": true
},
"menu-icon": {
"type": "iconfilechooser",
"default": "/usr/share/cinnamon/theme/menu-symbolic.svg",
"description": "Icon",
"tooltip": "Select an icon to show in the panel.",
"dependency": "menu-icon-custom",
"indent": "true",
"value": "/usr/share/pixmaps/anarchy-icon.png"
},
"menu-label": {
"type": "entry",
"default": "Menu",
"description": "Text",
"tooltip": "Enter custom text to show in the panel.",
"value": "Menu"
},
"show-category-icons": {
"type": "switch",
"default": true,
"description": "Show category icons",
"tooltip": "Choose whether or not to show icons on categories.",
"value": true
},
"show-application-icons": {
"type": "switch",
"default": true,
"description": "Show application icons",
"tooltip": "Choose whether or not to show icons on applications.",
"value": true
},
"favbox-show": {
"type": "switch",
"default": true,
"description": "Show favorites and quit options",
"tooltip": "Choose whether or not to show the left pane of the menu.",
"value": true
},
"show-places": {
"type": "switch",
"default": true,
"description": "Show bookmarks and places",
"tooltip": "Choose whether or not to show bookmarks and places in the menu.",
"value": true
},
"enable-autoscroll": {
"type": "switch",
"default": true,
"description": "Enable autoscrolling in application list",
"tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.",
"value": true
},
"search-filesystem": {
"type": "switch",
"default": false,
"description": "Enable filesystem path entry in search box",
"tooltip": "Allows path entry in the menu search box.",
"value": false
},
"activate-on-hover": {
"type": "switch",
"default": false,
"description": "Open the menu when I move my mouse over it",
"tooltip": "Enable opening the menu when the mouse enters the applet",
"value": false
},
"hover-delay": {
"type": "spinbutton",
"default": 0,
"min": 0,
"max": 1000,
"step": 50,
"units": "milliseconds",
"dependency": "activate-on-hover",
"description": "Menu hover delay",
"tooltip": "Delay before the menu opens when hovered",
"value": 0
},
"enable-animation": {
"type": "switch",
"default": false,
"description": "Use menu animations",
"tooltip": "Allow the menu to animate on open and close",
"value": false
},
"menu-editor-button": {
"type": "button",
"description": "Open the menu editor",
"callback": "_launch_editor",
"tooltip": "Press this button to customize your menu entries."
},
"__md5__": "2d57389c9dbdb1d8347645414e45eb1f"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"section1": {
"type": "section",
"description": "Behavior"
},
"ignoreTransientNotifications": {
"type": "switch",
"default": true,
"description": "Ignore transient notifications",
"tooltip": "Check this to ignore transient notifications.",
"value": true
},
"section2": {
"type": "section",
"description": "Display"
},
"showEmptyTray": {
"type": "switch",
"default": false,
"description": "Show empty tray",
"tooltip": "Check this to show the tray even when there are no new notifications.",
"value": false
},
"__md5__": "8a831b3dbfc063a2dd90da2ab062989b"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"section1": {
"type": "section",
"description": "Behavior"
},
"launcherList": {
"type": "generic",
"default": [
"firefox.desktop",
"org.gnome.Terminal.desktop",
"nemo.desktop"
],
"value": [
"firefox.desktop",
"nemo.desktop",
"org.gnome.Packages.desktop",
"terminator.desktop",
"chromium.desktop",
"vlc.desktop",
"org.pantheon.noise.desktop",
"libreoffice-writer.desktop"
]
},
"allow-dragging": {
"type": "switch",
"default": true,
"description": "Allow dragging of launchers",
"value": true
},
"__md5__": "366f8e129abf9622014c95f26ce5aa0f"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"labelinfo": {
"type": "combobox",
"description": "Display",
"default": "nothing",
"options": {
"Show percentage": "percentage",
"Show time remaining": "time",
"Show percentage and time remaining": "percentage_time",
"Hide label": "nothing"
},
"value": "nothing"
},
"__md5__": "474bbdcab8afb7e0a0aae6e895fe087d"
}
Loading

0 comments on commit 8d8cd93

Please sign in to comment.