summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-13 11:08:56 +0200
committerPatrick Simianer <p@simianer.de>2014-06-13 11:08:56 +0200
commit3eec877c1a096a1efcd3e20e1b72aa254f96758c (patch)
tree82c705feaa08dea25872b68dc3aec61fa7ea647b /.config
init
Diffstat (limited to '.config')
-rw-r--r--.config/gtk-2.0/themes/Rezlooks-candy-pks/gtk-2.0/gtkrc211
-rw-r--r--.config/htop/htoprc24
2 files changed, 235 insertions, 0 deletions
diff --git a/.config/gtk-2.0/themes/Rezlooks-candy-pks/gtk-2.0/gtkrc b/.config/gtk-2.0/themes/Rezlooks-candy-pks/gtk-2.0/gtkrc
new file mode 100644
index 0000000..5a6e894
--- /dev/null
+++ b/.config/gtk-2.0/themes/Rezlooks-candy-pks/gtk-2.0/gtkrc
@@ -0,0 +1,211 @@
+# modified by pks
+# based on Rezlooks-candy
+
+
+# Clearlooks Compact
+gtk-icon-sizes = "panel-menu=16,16 : gtk-menu=16,16 : gtk-button=16,16 : gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=32,32"
+
+
+style "rezlooks-default"
+{
+ GtkButton ::default_border = { 0, 0, 0, 0 }
+ GtkRange ::trough_border = 0
+ GtkPaned ::handle_size = 2
+ GtkRange ::slider_width = 12
+ GtkRange ::stepper_size = 0
+
+ GtkScrollbar ::min_slider_length = 12
+ GtkCheckButton ::indicator_size = 12
+ GtkMenuBar ::internal-padding = 0
+ GtkTreeView ::expander_size = 11
+ GtkExpander ::expander_size = 4
+ GtkScale ::slider-length = 8
+
+ xthickness = 0
+ ythickness = 0
+
+ fg[NORMAL] = "#222222"
+ fg[PRELIGHT] = "#222222"
+ fg[SELECTED] = "#ffffff"
+ fg[ACTIVE] = "#505050"
+ fg[INSENSITIVE] = "#b5b3ac"
+
+ bg[NORMAL] = "#fbfbfb"
+ bg[PRELIGHT] = "#efefef"
+ bg[SELECTED] = "#a3b8cc"
+ bg[INSENSITIVE] = "#efefef"
+ bg[ACTIVE] = "#f5f5f5" # this (strangely) controls inactive tab BGs
+
+ base[NORMAL] = "#ffffff"
+ base[PRELIGHT] = "#6590b8"
+ base[ACTIVE] = "#c0d3e5"
+ base[SELECTED] = "#a3b8cc"
+ base[INSENSITIVE] = "#e8e8e8"
+
+ text[NORMAL] = "#505050"
+ text[PRELIGHT] = "#505050"
+ text[ACTIVE] = "#505050"
+ text[SELECTED] = "#ffffff"
+ text[INSENSITIVE] = "#b5b5b5"
+
+ engine "rezlooks"
+ {
+ scrollbar_color = "#c0d3e5"
+ menubarstyle = 0 # 0 = flat, 1 = gradient
+ menubaritemstyle = 0 # 0 = flat, 1 = button-ish style
+ animation = FALSE
+ }
+}
+
+
+style "rezlooks-wide" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-wider" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-button" = "rezlooks-wider"
+{
+ bg[NORMAL] = "#f2f2f2"
+ bg[INSENSITIVE] = "#f0f0f0"
+ bg[PRELIGHT] = "#c0d3e5"
+ bg[ACTIVE] = "#fff1e0"
+}
+
+style "rezlooks-notebook" = "rezlooks-wide"
+{
+ bg[NORMAL] = "#efefef"
+ bg[INSENSITIVE] = "#efefef"
+ bg[SELECTED] = "#F79537"
+}
+
+style "rezlooks-tasklist" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-menu" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-menu-item" = "rezlooks-default"
+{
+ ythickness = 0
+ fg[NORMAL] = "#505050"
+ fg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = "#505050"
+}
+
+style "rezlooks-menubar" = "rezlooks-default"
+{
+ bg[NORMAL] = "#7851A9" # background
+ fg[NORMAL] = "#505050"
+ fg[ACTIVE] = "#505050"
+ text[NORMAL] = "#505050"
+ text[PRELIGHT] = "#505050"
+ base[PRELIGHT] = "#63E62E"
+ base[SELECTED] = "#4DB224"
+}
+
+style "rezlooks-menubar-item"
+{
+ ythickness = 4
+ fg[PRELIGHT] = "#505050"
+ bg[PRELIGHT] = "#ebf0f5"
+}
+
+style "rezlooks-tree" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-frame-title" = "rezlooks-default"
+{
+ fg[NORMAL] = "#404040"
+}
+
+style "rezlooks-tooltips" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+ bg[NORMAL] = { 1.0,1.0,0.75 }
+}
+
+style "rezlooks-progressbar" = "rezlooks-wide"
+{
+ xthickness = 2
+ ythickness = 2
+ fg[PRELIGHT] = "#ffffff"
+}
+
+style "rezlooks-combo" = "rezlooks-button"
+{
+}
+
+style "metacity-frame"
+{
+ # Normal base color
+ #bg[NORMAL] = "#bbbbbb"
+
+ # Unfocused title background color
+ #bg[INSENSITIVE] = { 0.8, 0.8, 0.8 }
+
+ # Unfocused title text color
+ #fg[INSENSITIVE] = { 1.55, 1.55, 1.55 }
+
+ # Focused icon color
+ #fg[NORMAL] = { 0.2, 0.2, 0.2 }
+
+ # Focused title background color
+ bg[SELECTED] = "#444444"
+
+ # Focused title text color
+ fg[SELECTED] = "#ffffff"
+}
+
+# widget styles
+class "MetaFrames" style "metacity-frame"
+class "GtkWidget" style "rezlooks-default"
+class "GtkButton" style "rezlooks-button"
+class "GtkScale" style "rezlooks-button"
+class "GtkCombo" style "rezlooks-button"
+class "GtkRange" style "rezlooks-wide"
+class "GtkFrame" style "rezlooks-wide"
+class "GtkMenu" style "rezlooks-menu"
+class "GtkEntry" style "rezlooks-wider"
+class "GtkMenuItem" style "rezlooks-menu-item"
+class "GtkNotebook" style "rezlooks-notebook"
+class "GtkProgressBar" style "rezlooks-progressbar"
+class "*MenuBar*" style "rezlooks-menubar"
+
+widget_class "*MenuItem.*" style "rezlooks-menu-item"
+widget_class "*MenuBar.*" style "rezlooks-menubar-item"
+
+# combobox stuff
+widget_class "*.GtkComboBox.GtkButton" style "rezlooks-combo"
+widget_class "*.GtkCombo.GtkButton" style "rezlooks-combo"
+# tooltips stuff
+widget_class "*.tooltips.*.GtkToggleButton" style "rezlooks-tasklist"
+widget "gtk-tooltips" style "rezlooks-tooltips"
+
+# treeview stuff
+widget_class "*.GtkTreeView.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkCTree.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkList.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkCList.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkFrame.GtkLabel" style "rezlooks-frame-title"
+
+# notebook stuff
+widget_class "*.GtkNotebook.*.GtkEventBox" style "rezlooks-notebook"
+widget_class "*.GtkNotebook.*.GtkViewport" style "rezlooks-notebook"
+
diff --git a/.config/htop/htoprc b/.config/htop/htoprc
new file mode 100644
index 0000000..0e7e488
--- /dev/null
+++ b/.config/htop/htoprc
@@ -0,0 +1,24 @@
+# Beware! This file is rewritten by htop when settings are changed in the interface.
+# The parser is also very primitive, and not human-friendly.
+fields=0 48 17 18 38 39 40 2 46 47 49 1
+sort_key=46
+sort_direction=1
+hide_threads=0
+hide_kernel_threads=1
+hide_userland_threads=0
+shadow_other_users=0
+show_thread_names=0
+highlight_base_name=0
+highlight_megabytes=1
+highlight_threads=0
+tree_view=0
+header_margin=1
+detailed_cpu_time=0
+cpu_count_from_zero=0
+update_process_names=0
+color_scheme=0
+delay=15
+left_meters=AllCPUs Memory Battery
+left_meter_modes=1 1 1
+right_meters=Tasks LoadAverage Uptime
+right_meter_modes=2 2 2