Skip to content

Instantly share code, notes, and snippets.

View rkeytech's full-sized avatar
💭
I may be slow to respond. But I will for sure.

Timos Zacharatos rkeytech

💭
I may be slow to respond. But I will for sure.
View GitHub Profile
@rkeytech
rkeytech / kdeglobals
Created October 6, 2020 07:53
Put this file in ~/.kde/share/config for KDE Neon. Basic configurations for KDE Desktop.
[ColorEffects:Disabled]
Color=56,56,56
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.1
IntensityEffect=2
[ColorEffects:Inactive]
@rkeytech
rkeytech / X Dotshare.colorscheme
Created October 6, 2020 07:48
Put this file in ~/.local/share/konsole for KDE Neon
[Background]
Color=39,44,51
[BackgroundFaint]
Color=40,44,52
[BackgroundIntense]
Color=40,44,52
[Color0]
@rkeytech
rkeytech / konsolerc
Created October 6, 2020 07:46
Put this file in ~/.config for KDE Neon
[Desktop Entry]
DefaultProfile=Main.profile
[DownloadDialog Settings]
Height 768=494
Width 1360=700
[Favorite Profiles]
Favorites=Main.profile
@rkeytech
rkeytech / Main.profile
Created October 6, 2020 07:44
Put this file in ~/.local/share/konsole for KDE Neon
[Appearance]
BoldIntense=true
ColorScheme=X Dotshare
Font=Fira Code,10,-1,5,50,0,0,0,0,0
UseFontLineChararacters=true
[Cursor Options]
CursorShape=1
CustomCursorColor=216,27,96
UseCustomCursorColor=true

Keybase proof

I hereby claim:

  • I am rkeytech on github.
  • I am rkeytech (https://keybase.io/rkeytech) on keybase.
  • I have a public key ASDBCVmUkowBHTwu_5RBj1wB-j-_BDLmM1bbDhXU9dtG1wo

To claim this, I am signing this object:

@rkeytech
rkeytech / .conkyrc
Created September 6, 2017 05:21
A Conky Configuration file from Noobslab with some changes.
#############################################
# Taken out from Distro Australis Mate 1.6 #
# Modified by Umair http://www.NoobsLab.com #
#############################################
background yes
use_xft yes
xftfont shrapnel:size=9
xftalpha 1
update_interval 1.0
own_window yes
@rkeytech
rkeytech / vimrc.vim
Last active June 27, 2017 20:15
A vimrc file for VIM
execute pathogen#infect()
filetype plugin indent on
syntax enable
set background=dark
colorscheme solarized
let g:airline_theme='badwolf'
let g:ctrlp_map='<c-p>'
@rkeytech
rkeytech / terminalrc
Last active September 6, 2017 03:18
A configuration file for XFCE Terminal.
[Configuration]
FontName=Source Code Pro 10
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBordersDefault=TRUE
MiscCursorBlinks=FALSE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscDefaultGeometry=80x24
MiscInheritGeometry=FALSE
MiscMenubarDefault=FALSE
@rkeytech
rkeytech / lightdm-gtk-greeter.conf
Last active February 22, 2017 05:28
A configuration file for Lightdm Greeter
[greeter]
background = /usr/share/backgrounds/wallpaper-greeter.png
theme-name = Arc-Dark
icon-theme-name = Numix-Circle
font-name = DejaVu Sans Bold 9
indicators = ~host;~spacer;~clock;~spacer;~session;~language;~a11y;~power
clock-format = %c
hide-user-image = true
user-background = false
position = 50%,center 91%,end
@rkeytech
rkeytech / xfce4-desktop.xml
Last active September 6, 2017 03:00
A Desktop configuration file.
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
<property name="desktop-icons" type="empty">
<property name="style" type="empty"/>
<property name="file-icons" type="empty">
<property name="show-home" type="bool" value="false"/>
<property name="show-filesystem" type="bool" value="false"/>
<property name="show-removable" type="bool" value="true"/>
<property name="show-trash" type="bool" value="false"/>