diff --git a/files/audio/.config/spectrum.conf b/files/audio/.config/spectrum.conf index 9ed1a95..5c71b60 100644 --- a/files/audio/.config/spectrum.conf +++ b/files/audio/.config/spectrum.conf @@ -1,26 +1,25 @@ [Main] -source = 0 +source = 1 # valid options: normal, desktop, screensize, workarea, fullscreen, maximize, keep_below, skip_taskbar, skip_pager -state = fullscreen +state = workarea render = curves [Bars] padding = 0 scale = 1.4 -rgba = #00B1FFFF -# rgba = #00F133FF -count = 32 +rgba = 00B1FF +count = 64 [Offset] left = 0 -right = 225 +right = 500 top = 0 bottom = 236 [Smoothing] # Valid modes: none, normal, scientific, waves -mode = scientific +mode = waves # default fall acceleration is 1% of maximum bar height per frame. more - faster bars fall speed gravity = 1.2 diff --git a/files/display/.autorandr/home/config b/files/display/.autorandr/home/config index 297c53b..1ac14a4 100644 --- a/files/display/.autorandr/home/config +++ b/files/display/.autorandr/home/config @@ -4,13 +4,13 @@ output VIRTUAL1 off output DP2 crtc 1 -gamma 1.0:0.769:0.625 +gamma 1.0:0.769:0.588 mode 1920x1080 pos 0x0 rate 60.00 output DP1 crtc 0 -gamma 1.0:0.769:0.625 +gamma 1.0:0.769:0.588 mode 2560x1080 pos 1920x0 primary diff --git a/files/display/.autorandr/home/setup b/files/display/.autorandr/home/setup index cb01147..6edbc5e 100644 --- a/files/display/.autorandr/home/setup +++ b/files/display/.autorandr/home/setup @@ -1,2 +1,2 @@ DP1 00ffffffffffff001e6df1594a940700081c010380431c78eaca95a6554ea1260f5054a54b80714f818081c0a9c0b3000101010101017e4800e0a0381f4040403a00a11c21000018023a801871382d40582c4500a11c2100001e000000fc004c4720554c545241574944450a000000fd00384b1e5a18000a20202020202001ac02031cf1499004031412051f0113230907078301000065030c001000023a801871382d40582c450056512100001e011d8018711c1620582c250056512100009e011d007251d01e206e28550056512100001e8c0ad08a20e02d10103e9600565121000018000000ff003830384e545954454c3731340a00000000000000000077 -DP2 00ffffffffffff004c2d2c0d42335030201c010380341d782a5295a556549d250e5054bb8c00b30081c0810081809500a9c001010101023a801871382d40582c450009252100001e000000fd0032481e5111000a202020202020000000fc00433234463339300a2020202020000000ff004854514b3830313635300a2020017b02031ac14690041f131313230904078301000066030c00100080011d00bc52d01e20b828554009252100001e011d007251d01e206e285500092521000018011d007251d01e206e285500092521000018000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090 +DP2 00ffffffffffff004c2d2c0d42335030201c010380341d782a5295a556549d250e5054bb8c00b30081c0810081809500a9c001010101023a801871382d40582c450009252100001e000000fd0032481e5111000a202020202020000000fc00433234463339300a2020202020000000ff004854514b3830313635300a2020017b02031af14690041f131313230904078301000066030c00100080011d00bc52d01e20b828554009252100001e011d007251d01e206e285500092521000018011d007251d01e206e285500092521000018000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060 diff --git a/files/i3/.compton.conf b/files/i3/.compton.conf index b056131..fc1ee36 100644 --- a/files/i3/.compton.conf +++ b/files/i3/.compton.conf @@ -24,8 +24,8 @@ shadow-exclude = [ # Opacity inactive-opacity = 0.5; -# active-opacity = 0.8; -frame-opacity = 0.7; +active-opacity = 1.0; +frame-opacity = 1.0; inactive-opacity-override = false; # inactive-dim = 0.2; # inactive-dim-fixed = true; @@ -42,7 +42,7 @@ blur-background-exclude = [ # opacity-rule = [ "80:class_g = 'URxvt'" ]; # Fading -fading = true; +fading = false; fade-delta = 15; fade-in-step = 0.05; fade-out-step = 0.05; diff --git a/files/i3/.config/alacritty.yml b/files/i3/.config/alacritty.yml deleted file mode 100644 index 644e76f..0000000 --- a/files/i3/.config/alacritty.yml +++ /dev/null @@ -1,62 +0,0 @@ -window: - decorations: none -scrolling: - history: 20000 - multiplier: 5 -font: - normal: - family: Input Mono -draw_bold_text_with_bright_colors: false -dynamic_title: true -schemes: - solarized_dark: &dark - primary: - background: '#002b36' # base03 - foreground: '#839496' # base0 - cursor: - text: '#002b36' # base03 - cursor: '#839496' # base0 - normal: - black: '#073642' # base02 - red: '#dc322f' # red - green: '#859900' # green - yellow: '#b58900' # yellow - blue: '#268bd2' # blue - magenta: '#d33682' # magenta - cyan: '#2aa198' # cyan - white: '#eee8d5' # base2 - bright: - black: '#586e75' # base01 - red: '#cb4b16' # orange - green: '#586e75' # base01 - yellow: '#657b83' # base00 - blue: '#839496' # base0 - magenta: '#6c71c4' # violet - cyan: '#93a1a1' # base1 - white: '#fdf6e3' # base3 - solarized_light: &light - primary: - background: '#fdf6e3' # base3 - foreground: '#657b83' # base00 - cursor: - text: '#fdf6e3' # base3 - cursor: '#657b83' # base00 - normal: - black: '#073642' # base02 - red: '#dc322f' # red - green: '#859900' # green - yellow: '#b58900' # yellow - blue: '#268bd2' # blue - magenta: '#d33682' # magenta - cyan: '#2aa198' # cyan - white: '#eee8d5' # base2 - bright: - black: '#002b36' # base03 - red: '#cb4b16' # orange - green: '#586e75' # base01 - yellow: '#657b83' # base00 - blue: '#839496' # base0 - magenta: '#6c71c4' # violet - cyan: '#93a1a1' # base1 - white: '#fdf6e3' # base3 -colors: *dark diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 95144cc..833f560 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -15,9 +15,13 @@ set $WS4 4: exec --no-startup-id nitrogen --restore exec --no-startup-id redshift-gtk +## Press Ctrl+C twice to search a word +## Dictionaries are kept in ~/Documents/Dictionaries +exec --no-startup-id goldendict + # For ArchLinux exec --no-startup-id connman-gtk -exec --no-startup-id hackertray --firefox auto --comments +exec --no-startup-id /usr/sbin/hackertray --firefox auto --comments/usr/sbin/hackertray # For Ubuntu exec --no-startup-id nm-applet