1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

removed variants

This commit is contained in:
Simon
2021-02-19 08:29:15 +01:00
parent 34cbd34be9
commit 54ba6b47ac
5 changed files with 0 additions and 355 deletions
-119
View File
@@ -1,119 +0,0 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Colors
!
*.background: #2e3440
*.foreground: #eceff4
!
!! Terminal Colors
!
*.cursorColor: #eceff4
!
! Black
*.color0: #3b4252
*.color8: #3b4252
!
! Red
*.color1: #bf616a
*.color9: #bf616a
!
! Green
*.color2: #a3be8c
*.color10: #a3be8c
!
! Yellow
*.color3: #ebcb8b
*.color11: #ebcb8b
!
! Blue
*.color4: #81a1c1
*.color12: #81a1c1
!
! Magenta
*.color5: #b48ead
*.color13: #b48ead
!
! Cyan
*.color6: #88c0d0
*.color14: #88c0d0
!
! White
*.color7: #eceff4
*.color15: #eceff4
!
!! i3 Colors
!
*.i3_urgent: #88c0d0
*.i3_focused: #5e81ac
*.i3_unfocused: #434c5e
*.i3_indicator: #4c566a
!
!! Polybar Colors
!
*.highlight: #81a1c1
!
!! Rofi Colors
!
*.rofi_border: #434c5e
*.rofi_fgdim: #d8dee9
*.rofi_selected: #4c566a
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! XFT
!
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.autohint: true
Xft.lcdfilter: lcddefault
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! URxvt
!
URxvt*foreground: grey
!
URxvt*depth: 32
URxvt*background: [90]#171717
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: false
URxvt*saveLines: 5000
!
URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!Xterm escape codes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B
!
URxvt*font: xft:Hack Nerd Font Mono:antialias=true
URxvt*boldFont: xft:Hack Nerd Font Mono:style=bold:antialias=true
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Misc.
!
*fading: 8
*fadeColor: black
*pointerColorBackground: #2B2C2B
*pointerColorForeground: #16A085
!
Xcursor.theme: xcursor-breeze-snow
Xcursor.size: 0
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-95
View File
@@ -1,95 +0,0 @@
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.dpi: 140
Xft.autohint: true
Xft.lcdfilter: lcddefault
! Remove me
!XTerm*background: #000000
!XTerm*foreground: #fafafa
!XTerm*pointerColor: #1ABB9B
!XTerm*faceName: Fixed
!XTerm*faceSize: 11
!XTerm*reverseVideo: on
!XTerm*selectToClipboard: true
*fading: 8
*fadeColor: black
*pointerColorBackground: #2B2C2B
*pointerColorForeground: #16A085
! Thinkpad Red
! special
*.foreground: #ffffff
*.background: #171717
*.cursorColor: #ffffff
! black
*.color0: #000000
*.color8: #090909
! red
*.color1: #cc2929
*.color9: #e60012
! green
*.color2: #cc2929
*.color10: #e60012
! yellow
*.color3: #cc2929
*.color11: #e60012
! blue
*.color4: #cc2929
*.color12: #e60012
! magenta
*.color5: #cc2929
*.color13: #e60012
! cyan
*.color6: #cc2929
*.color14: #e60012
! white
*.color7: #777777
*.color15: #707070
Xcursor.theme: xcursor-breeze-snow
Xcursor.size: 0
! for 'fake' transparency (without Compton) use the following three lines
! URxvt*inheritPixmap: true
! URxvt*transparent: true
! URxvt*shading: 125
URxvt*foreground: grey
URxvt*depth: 32
URxvt*background: [90]#171717
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: false
URxvt*saveLines: 5000
! Normal copy-paste keybindings without perls
URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!Xterm escape codes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B
! Find Font with cmd: fc-list -v | grep "Roboto"
URxvt*font: xft:Hack Nerd Font Mono:antialias=true
URxvt*boldFont: xft:Hack Nerd Font Mono:style=bold:antialias=true
-95
View File
@@ -1,95 +0,0 @@
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.dpi: 120
Xft.autohint: true
Xft.lcdfilter: lcddefault
! Remove me
!XTerm*background: #000000
!XTerm*foreground: #fafafa
!XTerm*pointerColor: #1ABB9B
!XTerm*faceName: Fixed
!XTerm*faceSize: 11
!XTerm*reverseVideo: on
!XTerm*selectToClipboard: true
*fading: 8
*fadeColor: black
*pointerColorBackground: #2B2C2B
*pointerColorForeground: #16A085
! Thinkpad Red
! special
*.foreground: #ffffff
*.background: #171717
*.cursorColor: #ffffff
! black
*.color0: #000000
*.color8: #090909
! red
*.color1: #cc2929
*.color9: #e60012
! green
*.color2: #cc2929
*.color10: #e60012
! yellow
*.color3: #cc2929
*.color11: #e60012
! blue
*.color4: #cc2929
*.color12: #e60012
! magenta
*.color5: #cc2929
*.color13: #e60012
! cyan
*.color6: #cc2929
*.color14: #e60012
! white
*.color7: #777777
*.color15: #707070
Xcursor.theme: xcursor-breeze-snow
Xcursor.size: 0
! for 'fake' transparency (without Compton) use the following three lines
! URxvt*inheritPixmap: true
! URxvt*transparent: true
! URxvt*shading: 125
URxvt*foreground: grey
URxvt*depth: 32
URxvt*background: [90]#171717
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: false
URxvt*saveLines: 5000
! Normal copy-paste keybindings without perls
URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!Xterm escape codes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B
! Find Font with cmd: fc-list -v | grep "Roboto"
URxvt*font: xft:Hack Nerd Font Mono:antialias=true
URxvt*boldFont: xft:Hack Nerd Font Mono:style=bold:antialias=true
-23
View File
@@ -1,23 +0,0 @@
slot-allocation = dynamic
bubble-expire-timeout = 5sec
bubble-vertical-gap = 20px
bubble-horizontal-gap = 5px
bubble-corner-radius = 25%
bubble-icon-size = 30px
bubble-gauge-size = 6px
bubble-width = 240px
bubble-background-color = 171719
bubble-background-opacity = 70%
text-margin-size = 10px
text-title-size = 100%
text-title-weight = bold
text-title-color = ffffff
text-title-opacity = 100%
text-body-size = 90%
text-body-weight = normal
text-body-color = eaeaea
text-body-opacity = 100%
text-shadow-opacity = 80%
bubble-prevent-fade = 0
bubble-close-on-click = 1
bubble-as-desktop-bg = 0
-23
View File
@@ -1,23 +0,0 @@
slot-allocation = dynamic
bubble-expire-timeout = 5sec
bubble-vertical-gap = 20px
bubble-horizontal-gap = 5px
bubble-corner-radius = 25%
bubble-icon-size = 30px
bubble-gauge-size = 6px
bubble-width = 240px
bubble-background-color = 171717
bubble-background-opacity = 70%
text-margin-size = 10px
text-title-size = 100%
text-title-weight = bold
text-title-color = ffffff
text-title-opacity = 100%
text-body-size = 90%
text-body-weight = normal
text-body-color = eaeaea
text-body-opacity = 100%
text-shadow-opacity = 80%
bubble-prevent-fade = 0
bubble-close-on-click = 1
bubble-as-desktop-bg = 0