mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
made config more themeable, switched over to Dracula in the process and now syncing the xfce4 settings
This commit is contained in:
parent
a715528931
commit
08585df3ac
18
README.md
18
README.md
@ -6,14 +6,14 @@ This repository holds my Linux config files.
|
|||||||
|
|
||||||
New version as of January 2023:
|
New version as of January 2023:
|
||||||
|
|
||||||
[![dotfiles](media/dotfiles6.png)](media/dotfiles6.png)
|
[![dotfiles](media/2024-dracula.png)](media/2024-dracula.png)
|
||||||
|
|
||||||
I changed the color of the terminal to match the i3bar:
|
[![dotfiles](media/2024-dracula-2.png)](media/2024-dracula-2.png)
|
||||||
|
|
||||||
<img src = "media/dotfiles-small-5.png" width="200">
|
|
||||||
|
|
||||||
Older versions:
|
Older versions:
|
||||||
|
|
||||||
|
- [dotfiles6](media/dotfiles6.png)
|
||||||
|
- [dotfiles5-small](media/dotfiles-small-5.png)
|
||||||
- [dotfiles5](media/dotfiles5.png)
|
- [dotfiles5](media/dotfiles5.png)
|
||||||
- [dotfiles4](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles4.jpg)
|
- [dotfiles4](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles4.jpg)
|
||||||
- [dotfiles3](media/dotfiles3.png)
|
- [dotfiles3](media/dotfiles3.png)
|
||||||
@ -31,13 +31,13 @@ Older versions:
|
|||||||
| Package managers | Pacman & Trizen |
|
| Package managers | Pacman & Trizen |
|
||||||
| OS | Arch Linux |
|
| OS | Arch Linux |
|
||||||
| Terminal | xfce4-terminal |
|
| Terminal | xfce4-terminal |
|
||||||
| Editor | nano |
|
| Editor | nano & mousepad |
|
||||||
| Code editor | vscode |
|
| Code editor | vscode |
|
||||||
| Browser | Firefox |
|
| Browser | Firefox |
|
||||||
| File manager | If I have to use one ... Thunar |
|
| File manager | Thunar |
|
||||||
| Music | Tidal through [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) |
|
| Music | Tidal through [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) |
|
||||||
|
|
||||||
## computer specifc setup
|
## computer specific setup
|
||||||
|
|
||||||
Nowadays I use a few different computers and I used to apply the base config and configure each pc on its own.
|
Nowadays I use a few different computers and I used to apply the base config and configure each pc on its own.
|
||||||
I've grown tired of this approach however so I added a "pc specific" setup in the installer.
|
I've grown tired of this approach however so I added a "pc specific" setup in the installer.
|
||||||
@ -49,8 +49,8 @@ This allows me to get pc specific settings synced with git and applied easily.
|
|||||||
|
|
||||||
Some things are handled by window class/title or have custom resolutions set, the tools below help obtain the info required:
|
Some things are handled by window class/title or have custom resolutions set, the tools below help obtain the info required:
|
||||||
|
|
||||||
- xprop -> displays static xwindow info including Window class
|
- `xprop` -> displays static `xwindow` info including Window class
|
||||||
- xwininfo -> displays xwindow info including current size/position
|
- `xwininfo` -> displays `xwindow` info including current size/position
|
||||||
|
|
||||||
## getting icons
|
## getting icons
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ alias remove-orphans='sudo pacman -Rns $(pacman -Qtdq)'
|
|||||||
alias updatekeys='sudo pacman-key --refresh-key'
|
alias updatekeys='sudo pacman-key --refresh-key'
|
||||||
alias updatemirrors='sudo reflector --latest 20 --protocol http,https --sort rate --save /etc/pacman.d/mirrorlist'
|
alias updatemirrors='sudo reflector --latest 20 --protocol http,https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||||
alias clean-pacmancache='sudo paccache -rk 1 && sudo paccache -ruk0'
|
alias clean-pacmancache='sudo paccache -rk 1 && sudo paccache -ruk0'
|
||||||
alias clean-trizen-cache='sudo clean-trizen-cache'
|
alias clean-trizen-cache='sudo trizen -Scc'
|
||||||
alias clean-trash='sudo rm -rf ~/.local/share/Trash/*'
|
alias clean-trash='sudo rm -rf ~/.local/share/Trash/*'
|
||||||
alias clean-journal='sudo journalctl --vacuum-time=2d'
|
alias clean-journal='sudo journalctl --vacuum-time=2d'
|
||||||
alias clean-pacman-unused='sudo pacman -R $(pacman -Qtdq)'
|
alias clean-pacman-unused='sudo pacman -R $(pacman -Qtdq)'
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
#
|
#
|
||||||
XCURSOR_THEME="Adwaita"
|
XCURSOR_THEME="Adwaita"
|
||||||
EDITOR="nano"
|
EDITOR="nano"
|
||||||
GTK_THEME=Adwaita-dark
|
#GTK_THEME=Adwaita-dark
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
[preferred]
|
|
||||||
default=gtk;wlr
|
|
@ -1,8 +1,8 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Adwaita-dark
|
gtk-theme-name="Dracula"
|
||||||
gtk-font-name="Ubuntu 12"
|
gtk-font-name="Ubuntu 12"
|
||||||
gtk-cursor-theme-name=Adwaita
|
gtk-cursor-theme-name="Adwaita"
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=48
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=1
|
gtk-enable-input-feedback-sounds=1
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
@ -11,6 +11,8 @@ gtk-button-images=1
|
|||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintmedium
|
gtk-xft-hintstyle="hintfull"
|
||||||
gtk-xft-rgba=none
|
gtk-xft-rgba="none"
|
||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme=1
|
||||||
|
gtk-decoration-layout=icon:close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
@ -21,6 +21,6 @@ screenchange-reload = true
|
|||||||
pseudo-transparency = true
|
pseudo-transparency = true
|
||||||
|
|
||||||
; theme
|
; theme
|
||||||
include-file = ~/.config/polybar/themes/main/modules.ini
|
include-file = ~/.config/polybar/modules.ini
|
||||||
include-file = ~/.config/polybar/themes/main/colors.ini
|
include-file = ~/.config/polybar/themes/dracula.ini
|
||||||
include-file = ~/.config/polybar/themes/main/bars.ini
|
include-file = ~/.config/polybar/bars.ini
|
||||||
|
11
config/polybar/themes/dracula.ini
Normal file
11
config/polybar/themes/dracula.ini
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[colors]
|
||||||
|
background = #282a36
|
||||||
|
background-alt = #BD93F9
|
||||||
|
foreground = #f8f8f2
|
||||||
|
primary = #bd93f9
|
||||||
|
secondary = #ffb86c
|
||||||
|
alert = #ff5555
|
||||||
|
disabled = #6272a4
|
||||||
|
accent = #fff
|
||||||
|
tidal = #50FA7B
|
||||||
|
yellow = #F1FA8C
|
@ -18,4 +18,11 @@ configuration {
|
|||||||
window-format: "{w} · {c} · {t}";
|
window-format: "{w} · {c} · {t}";
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme "~/.config/rofi/mytheme.rasi"
|
|
||||||
|
/*---- import color theme here ----*/
|
||||||
|
/*@import "~/.config/rofi/themes/dark.rasi"*/
|
||||||
|
@import "~/.config/rofi/themes/dracula.rasi"
|
||||||
|
|
||||||
|
/*---- import theme here ----*/
|
||||||
|
@import "~/.config/rofi/themes/base.rasi"
|
||||||
|
|
@ -1,38 +1,4 @@
|
|||||||
* {
|
|
||||||
background: #1e1e1e;
|
|
||||||
background-alt: #282B31FF;
|
|
||||||
background-color: @background;
|
|
||||||
foreground: #FFFFFFFF;
|
|
||||||
foreground-normal: @foreground;
|
|
||||||
selected: #61AFEFFF;
|
|
||||||
active: #98C379FF;
|
|
||||||
urgent: #E06C75FF;
|
|
||||||
}
|
|
||||||
* {
|
|
||||||
border-colour: var(selected);
|
|
||||||
handle-colour: var(selected);
|
|
||||||
background-colour: var(background);
|
|
||||||
foreground-colour: var(foreground);
|
|
||||||
alternate-background: var(background-alt);
|
|
||||||
normal-background: var(background);
|
|
||||||
normal-foreground: var(foreground);
|
|
||||||
urgent-background: var(urgent);
|
|
||||||
urgent-foreground: var(background);
|
|
||||||
active-background: var(active);
|
|
||||||
active-foreground: var(background);
|
|
||||||
selected-normal-background: var(selected);
|
|
||||||
selected-normal-foreground: var(background);
|
|
||||||
selected-urgent-background: var(active);
|
|
||||||
selected-urgent-foreground: var(background);
|
|
||||||
selected-active-background: var(urgent);
|
|
||||||
selected-active-foreground: var(background);
|
|
||||||
alternate-normal-background: var(background);
|
|
||||||
alternate-normal-foreground: var(foreground);
|
|
||||||
alternate-urgent-background: var(urgent);
|
|
||||||
alternate-urgent-foreground: var(background);
|
|
||||||
alternate-active-background: var(active);
|
|
||||||
alternate-active-foreground: var(background);
|
|
||||||
}
|
|
||||||
/*----Main Window */
|
/*----Main Window */
|
||||||
window {
|
window {
|
||||||
/* properties for window widget */
|
/* properties for window widget */
|
25
config/rofi/themes/dark.rasi
Normal file
25
config/rofi/themes/dark.rasi
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
* {
|
||||||
|
border-colour: #61AFEFFF;
|
||||||
|
handle-colour: #61AFEFFF;
|
||||||
|
background-colour: #1e1e1e;
|
||||||
|
foreground-colour: #FFFFFFFF;
|
||||||
|
alternate-background: #282B31FF;
|
||||||
|
normal-background: #1e1e1e;
|
||||||
|
normal-foreground: #FFFFFFFF;
|
||||||
|
urgent-background: #E06C75FF;
|
||||||
|
urgent-foreground: #1e1e1e;
|
||||||
|
active-background: #98C379FF;
|
||||||
|
active-foreground: #1e1e1e;
|
||||||
|
selected-normal-background: #61AFEFFF;
|
||||||
|
selected-normal-foreground: #1e1e1e;
|
||||||
|
selected-urgent-background: #98C379FF;
|
||||||
|
selected-urgent-foreground: #1e1e1e;
|
||||||
|
selected-active-background: #E06C75FF;
|
||||||
|
selected-active-foreground: #1e1e1e;
|
||||||
|
alternate-normal-background: #1e1e1e;
|
||||||
|
alternate-normal-foreground: #FFFFFFFF;
|
||||||
|
alternate-urgent-background: #E06C75FF;
|
||||||
|
alternate-urgent-foreground: #1e1e1e;
|
||||||
|
alternate-active-background: #98C379FF;
|
||||||
|
alternate-active-foreground: #1e1e1e;
|
||||||
|
}
|
25
config/rofi/themes/dracula.rasi
Normal file
25
config/rofi/themes/dracula.rasi
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
* {
|
||||||
|
border-colour: #bd93f9;
|
||||||
|
handle-colour: #bd93f9;
|
||||||
|
background-colour: #282a36;
|
||||||
|
foreground-colour: #ffffffff;
|
||||||
|
alternate-background: #6272a4;
|
||||||
|
normal-background: #282a36;
|
||||||
|
normal-foreground: #ffffffff;
|
||||||
|
urgent-background: #ff5555;
|
||||||
|
urgent-foreground: #282a36;
|
||||||
|
active-background: #50FA7B;
|
||||||
|
active-foreground: #282a36;
|
||||||
|
selected-normal-background: #bd93f9;
|
||||||
|
selected-normal-foreground: #282a36;
|
||||||
|
selected-urgent-background: #98c379ff;
|
||||||
|
selected-urgent-foreground: #282a36;
|
||||||
|
selected-active-background: #ff5555;
|
||||||
|
selected-active-foreground: #282a36;
|
||||||
|
alternate-normal-background: #282a36;
|
||||||
|
alternate-normal-foreground: #ffffffff;
|
||||||
|
alternate-urgent-background: #ff5555;
|
||||||
|
alternate-urgent-foreground: #282a36;
|
||||||
|
alternate-active-background: #98c379ff;
|
||||||
|
alternate-active-foreground: #282a36;
|
||||||
|
}
|
@ -1,35 +0,0 @@
|
|||||||
[Configuration]
|
|
||||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
|
||||||
BackgroundDarkness=0.750000
|
|
||||||
MiscAlwaysShowTabs=FALSE
|
|
||||||
MiscBell=FALSE
|
|
||||||
MiscBellUrgent=FALSE
|
|
||||||
MiscBordersDefault=FALSE
|
|
||||||
MiscCursorBlinks=FALSE
|
|
||||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
|
||||||
MiscDefaultGeometry=132x43
|
|
||||||
MiscInheritGeometry=FALSE
|
|
||||||
MiscMenubarDefault=FALSE
|
|
||||||
MiscMouseAutohide=FALSE
|
|
||||||
MiscMouseWheelZoom=TRUE
|
|
||||||
MiscToolbarDefault=FALSE
|
|
||||||
MiscConfirmClose=FALSE
|
|
||||||
MiscCycleTabs=TRUE
|
|
||||||
MiscTabCloseButtons=TRUE
|
|
||||||
MiscTabCloseMiddleClick=TRUE
|
|
||||||
MiscTabPosition=GTK_POS_TOP
|
|
||||||
MiscHighlightUrls=TRUE
|
|
||||||
MiscMiddleClickOpensUri=FALSE
|
|
||||||
MiscCopyOnSelect=FALSE
|
|
||||||
MiscDefaultWorkingDir=
|
|
||||||
MiscRewrapOnResize=TRUE
|
|
||||||
MiscUseShiftArrowsToScroll=FALSE
|
|
||||||
MiscSlimTabs=TRUE
|
|
||||||
MiscNewTabAdjacent=FALSE
|
|
||||||
ScrollingUnlimited=TRUE
|
|
||||||
ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
|
||||||
MiscShowRelaunchDialog=TRUE
|
|
||||||
ColorCursor=#c5c5c8c8c6c6
|
|
||||||
ColorForeground=#c5c5c8c8c6c6
|
|
||||||
ColorPalette=#28282a2a2e2e;#a5a542424242;#8c8c94944040;#dede93935f5f;#5f5f81819d9d;#858567678f8f;#5e5e8d8d8787;#707078788080;#37373b3b4141;#cccc66666666;#b5b5bdbd6868;#f0f0c6c67474;#8181a2a2bebe;#b2b29494bbbb;#8a8abebeb7b7;#c5c5c8c8c6c6
|
|
||||||
|
|
29
config/xfce4/thunar.xml
Normal file
29
config/xfce4/thunar.xml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="thunar" version="1.0">
|
||||||
|
<property name="last-view" type="string" value="ThunarIconView"/>
|
||||||
|
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||||
|
<property name="last-window-width" type="int" value="2560"/>
|
||||||
|
<property name="last-window-height" type="int" value="1392"/>
|
||||||
|
<property name="last-window-maximized" type="bool" value="true"/>
|
||||||
|
<property name="last-separator-position" type="int" value="229"/>
|
||||||
|
<property name="misc-single-click" type="bool" value="false"/>
|
||||||
|
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_ALWAYS"/>
|
||||||
|
<property name="misc-thumbnail-draw-frames" type="bool" value="false"/>
|
||||||
|
<property name="misc-file-size-binary" type="bool" value="false"/>
|
||||||
|
<property name="misc-text-beside-icons" type="bool" value="false"/>
|
||||||
|
<property name="misc-change-window-icon" type="bool" value="true"/>
|
||||||
|
<property name="shortcuts-icon-emblems" type="bool" value="true"/>
|
||||||
|
<property name="tree-icon-emblems" type="bool" value="true"/>
|
||||||
|
<property name="misc-show-delete-action" type="bool" value="true"/>
|
||||||
|
<property name="last-show-hidden" type="bool" value="false"/>
|
||||||
|
<property name="misc-parallel-copy-mode" type="string" value="THUNAR_PARALLEL_COPY_MODE_ALWAYS"/>
|
||||||
|
<property name="last-splitview-separator-position" type="int" value="589"/>
|
||||||
|
<property name="last-side-pane" type="string" value="ThunarTreePane"/>
|
||||||
|
<property name="last-location-bar" type="string" value="ThunarLocationButtons"/>
|
||||||
|
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
|
||||||
|
<property name="last-details-view-column-widths" type="string" value="50,50,140,50,50,50,50,50,1316,50,50,78,50,152"/>
|
||||||
|
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_TYPE"/>
|
||||||
|
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
|
||||||
|
<property name="misc-directory-specific-settings" type="bool" value="true"/>
|
||||||
|
</channel>
|
8
config/xfce4/xfce4-power-manager.xml
Normal file
8
config/xfce4/xfce4-power-manager.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="xfce4-power-manager" version="1.0">
|
||||||
|
<property name="xfce4-power-manager" type="empty">
|
||||||
|
<property name="brightness-switch" type="int" value="0"/>
|
||||||
|
<property name="brightness-switch-restore-on-exit" type="int" value="1"/>
|
||||||
|
</property>
|
||||||
|
</channel>
|
8
config/xfce4/xfce4-settings-manager.xml
Normal file
8
config/xfce4/xfce4-settings-manager.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="xfce4-settings-manager" version="1.0">
|
||||||
|
<property name="last" type="empty">
|
||||||
|
<property name="window-width" type="int" value="640"/>
|
||||||
|
<property name="window-height" type="int" value="500"/>
|
||||||
|
</property>
|
||||||
|
</channel>
|
40
config/xfce4/xfce4-terminal.xml
Normal file
40
config/xfce4/xfce4-terminal.xml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="xfce4-terminal" version="1.0">
|
||||||
|
<property name="background-darkness" type="double" value="0.90000000000000002"/>
|
||||||
|
<property name="color-background" type="string" value="#1e1e1e1e1e1e"/>
|
||||||
|
<property name="font-name" type="string" value="Ubuntu Mono 13"/>
|
||||||
|
<property name="misc-always-show-tabs" type="bool" value="false"/>
|
||||||
|
<property name="misc-bell" type="bool" value="false"/>
|
||||||
|
<property name="misc-bell-urgent" type="bool" value="false"/>
|
||||||
|
<property name="misc-borders-default" type="bool" value="false"/>
|
||||||
|
<property name="misc-cursor-blinks" type="bool" value="false"/>
|
||||||
|
<property name="misc-cursor-shape" type="string" value="TERMINAL_CURSOR_SHAPE_BLOCK"/>
|
||||||
|
<property name="misc-default-geometry" type="string" value="80x24"/>
|
||||||
|
<property name="misc-inherit-geometry" type="bool" value="false"/>
|
||||||
|
<property name="misc-menubar-default" type="bool" value="false"/>
|
||||||
|
<property name="misc-mouse-autohide" type="bool" value="false"/>
|
||||||
|
<property name="misc-mouse-wheel-zoom" type="bool" value="true"/>
|
||||||
|
<property name="misc-toolbar-default" type="bool" value="false"/>
|
||||||
|
<property name="misc-confirm-close" type="bool" value="false"/>
|
||||||
|
<property name="misc-cycle-tabs" type="bool" value="true"/>
|
||||||
|
<property name="misc-tab-close-buttons" type="bool" value="true"/>
|
||||||
|
<property name="misc-tab-close-middle-click" type="bool" value="true"/>
|
||||||
|
<property name="misc-tab-position" type="string" value="GTK_POS_TOP"/>
|
||||||
|
<property name="misc-highlight-urls" type="bool" value="true"/>
|
||||||
|
<property name="misc-middle-click-opens-uri" type="bool" value="false"/>
|
||||||
|
<property name="misc-copy-on-select" type="bool" value="false"/>
|
||||||
|
<property name="misc-show-relaunch-dialog" type="bool" value="false"/>
|
||||||
|
<property name="misc-rewrap-on-resize" type="bool" value="true"/>
|
||||||
|
<property name="misc-slim-tabs" type="bool" value="false"/>
|
||||||
|
<property name="misc-new-tab-adjacent" type="bool" value="false"/>
|
||||||
|
<property name="misc-search-dialog-opacity" type="uint" value="100"/>
|
||||||
|
<property name="misc-show-unsafe-paste-dialog" type="bool" value="false"/>
|
||||||
|
<property name="misc-right-click-action" type="string" value="TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU"/>
|
||||||
|
<property name="scrolling-bar" type="string" value="TERMINAL_SCROLLBAR_NONE"/>
|
||||||
|
<property name="overlay-scrolling" type="bool" value="true"/>
|
||||||
|
<property name="scrolling-unlimited" type="bool" value="true"/>
|
||||||
|
<property name="title-initial" type="string" value=""/>
|
||||||
|
<property name="background-mode" type="string" value="TERMINAL_BACKGROUND_TRANSPARENT"/>
|
||||||
|
<property name="color-use-theme" type="bool" value="true"/>
|
||||||
|
</channel>
|
44
config/xfce4/xsettings.xml
Normal file
44
config/xfce4/xsettings.xml
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="xsettings" version="1.0">
|
||||||
|
<property name="Net" type="empty">
|
||||||
|
<property name="ThemeName" type="string" value="Adwaita-dark"/>
|
||||||
|
<property name="IconThemeName" type="empty"/>
|
||||||
|
<property name="DoubleClickTime" type="empty"/>
|
||||||
|
<property name="DoubleClickDistance" type="empty"/>
|
||||||
|
<property name="DndDragThreshold" type="empty"/>
|
||||||
|
<property name="CursorBlink" type="empty"/>
|
||||||
|
<property name="CursorBlinkTime" type="empty"/>
|
||||||
|
<property name="SoundThemeName" type="empty"/>
|
||||||
|
<property name="EnableEventSounds" type="empty"/>
|
||||||
|
<property name="EnableInputFeedbackSounds" type="empty"/>
|
||||||
|
</property>
|
||||||
|
<property name="Xft" type="empty">
|
||||||
|
<property name="DPI" type="empty"/>
|
||||||
|
<property name="Antialias" type="empty"/>
|
||||||
|
<property name="Hinting" type="empty"/>
|
||||||
|
<property name="HintStyle" type="empty"/>
|
||||||
|
<property name="RGBA" type="empty"/>
|
||||||
|
</property>
|
||||||
|
<property name="Gtk" type="empty">
|
||||||
|
<property name="CanChangeAccels" type="empty"/>
|
||||||
|
<property name="ColorPalette" type="empty"/>
|
||||||
|
<property name="FontName" type="string" value="Ubuntu 10"/>
|
||||||
|
<property name="MonospaceFontName" type="string" value="Ubuntu Mono 10"/>
|
||||||
|
<property name="IconSizes" type="empty"/>
|
||||||
|
<property name="KeyThemeName" type="empty"/>
|
||||||
|
<property name="ToolbarStyle" type="empty"/>
|
||||||
|
<property name="ToolbarIconSize" type="empty"/>
|
||||||
|
<property name="MenuImages" type="empty"/>
|
||||||
|
<property name="ButtonImages" type="empty"/>
|
||||||
|
<property name="MenuBarAccel" type="empty"/>
|
||||||
|
<property name="CursorThemeName" type="empty"/>
|
||||||
|
<property name="CursorThemeSize" type="empty"/>
|
||||||
|
<property name="DecorationLayout" type="empty"/>
|
||||||
|
<property name="DialogsUseHeader" type="empty"/>
|
||||||
|
<property name="TitlebarMiddleClick" type="empty"/>
|
||||||
|
</property>
|
||||||
|
<property name="Gdk" type="empty">
|
||||||
|
<property name="WindowScalingFactor" type="empty"/>
|
||||||
|
</property>
|
||||||
|
</channel>
|
1
dependencies/aur.txt
vendored
1
dependencies/aur.txt
vendored
@ -25,3 +25,4 @@ awf-gtk4
|
|||||||
azure-cli
|
azure-cli
|
||||||
sysmontask
|
sysmontask
|
||||||
kind
|
kind
|
||||||
|
dracula-gtk-theme-full
|
||||||
|
2
dependencies/pacman.txt
vendored
2
dependencies/pacman.txt
vendored
@ -141,3 +141,5 @@ noto-fonts-emoji
|
|||||||
otf-font-awesome
|
otf-font-awesome
|
||||||
ttf-font-awesome
|
ttf-font-awesome
|
||||||
ttf-ubuntu-font-family
|
ttf-ubuntu-font-family
|
||||||
|
fzf
|
||||||
|
|
||||||
|
32
i3/config
32
i3/config
@ -13,18 +13,6 @@ floating_modifier $mod
|
|||||||
# Constants #
|
# Constants #
|
||||||
############################################
|
############################################
|
||||||
|
|
||||||
set $urgentTextBackgroundColour #a6a6a6
|
|
||||||
set $primaryBackgroundColour #1e1e1e
|
|
||||||
set $secondaryBackgroundColour #252526
|
|
||||||
set $tertiaryBackgroundColour #333333
|
|
||||||
|
|
||||||
set $textColour #848484
|
|
||||||
set $focusedTextColour #f6f6f7
|
|
||||||
|
|
||||||
set $statusLineColour #d1d4e0
|
|
||||||
set $urgentTextColour #ef5350
|
|
||||||
set $indicatorColour #fcc09e
|
|
||||||
|
|
||||||
set $workspace1 "1: "
|
set $workspace1 "1: "
|
||||||
set $workspace2 "2: "
|
set $workspace2 "2: "
|
||||||
set $workspace3 "3: "
|
set $workspace3 "3: "
|
||||||
@ -208,7 +196,6 @@ bindsym $mod+Shift+w move container to workspace $workspace11
|
|||||||
bindsym $mod+Shift+p move container to workspace $workspace12
|
bindsym $mod+Shift+p move container to workspace $workspace12
|
||||||
bindsym $mod+Shift+g move container to workspace $workspace13
|
bindsym $mod+Shift+g move container to workspace $workspace13
|
||||||
|
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# Appearance settings #
|
# Appearance settings #
|
||||||
############################################
|
############################################
|
||||||
@ -218,11 +205,18 @@ new_window 1pixel
|
|||||||
hide_edge_borders both
|
hide_edge_borders both
|
||||||
|
|
||||||
# Window Colours
|
# Window Colours
|
||||||
# border background text indicator
|
# class border bground text indicator child_border
|
||||||
client.focused $primaryBackgroundColour $primaryBackgroundColour $focusedTextColour $indicatorColour
|
# dark
|
||||||
client.focused_inactive $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
|
# client.focused #1e1e1e #1e1e1e #f6f6f7 #fcc09e
|
||||||
client.unfocused $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
|
# client.focused_inactive #252526 #252526 #848484 #fcc09e
|
||||||
client.urgent $secondaryBackgroundColour $urgentTextBackgroundColour $urgentTextColour $indicatorColour
|
# client.unfocused #252526 #252526 #848484 #fcc09e
|
||||||
|
# client.urgent #252526 #a6a6a6 #ef5350 #fcc09e
|
||||||
|
# dracula
|
||||||
|
client.focused #BD93F9 #BD93F9 #F8F8F2 #BD93F9 #BD93F9
|
||||||
|
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
|
||||||
|
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
|
||||||
|
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
|
||||||
|
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
||||||
|
|
||||||
# Floating windows
|
# Floating windows
|
||||||
for_window [class="Pavucontrol"] floating enable
|
for_window [class="Pavucontrol"] floating enable
|
||||||
@ -241,8 +235,6 @@ for_window [class="Alert"] floating enable
|
|||||||
############################################
|
############################################
|
||||||
assign [class="Bitwarden"] $workspace12 # moves all windows... including the browser popup
|
assign [class="Bitwarden"] $workspace12 # moves all windows... including the browser popup
|
||||||
assign [class="VirtualBox Machine"] $workspace11
|
assign [class="VirtualBox Machine"] $workspace11
|
||||||
|
|
||||||
# database stuff
|
|
||||||
assign [class="MongoDB Compass"] $workspace8
|
assign [class="MongoDB Compass"] $workspace8
|
||||||
assign [class="robo3t"] $workspace8
|
assign [class="robo3t"] $workspace8
|
||||||
assign [class="Brave-browser"] $workspace9
|
assign [class="Brave-browser"] $workspace9
|
||||||
|
@ -92,10 +92,8 @@ function setDateTimeConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_gtk {
|
function install_gtk {
|
||||||
mkdir -p ~/.config/xdg-desktop-portal
|
|
||||||
mkdir -p "$HOME/.config/gtk-3.0"
|
mkdir -p "$HOME/.config/gtk-3.0"
|
||||||
mkdir -p "$HOME/.config/gtk-4.0"
|
mkdir -p "$HOME/.config/gtk-4.0"
|
||||||
ln -sf "$PWD"/config/gtk/portals.conf ~/.config/xdg-desktop-portal/portals.conf
|
|
||||||
ln -sf "$PWD"/config/gtk/settings.ini ~/.gtkrc-2.0.mine
|
ln -sf "$PWD"/config/gtk/settings.ini ~/.gtkrc-2.0.mine
|
||||||
ln -sf "$PWD"/config/gtk/settings.ini ~/.config/gtk-3.0/settings.ini
|
ln -sf "$PWD"/config/gtk/settings.ini ~/.config/gtk-3.0/settings.ini
|
||||||
ln -sf "$PWD"/config/gtk/settings.ini ~/.config/gtk-4.0/settings.ini
|
ln -sf "$PWD"/config/gtk/settings.ini ~/.config/gtk-4.0/settings.ini
|
||||||
@ -113,6 +111,8 @@ function install_config {
|
|||||||
linkDir "$PWD"/config/terminal/xfce4-term ~/.config/xfce4/terminal
|
linkDir "$PWD"/config/terminal/xfce4-term ~/.config/xfce4/terminal
|
||||||
linkDir "$PWD"/config/polybar ~/.config/polybar
|
linkDir "$PWD"/config/polybar ~/.config/polybar
|
||||||
linkDir "$PWD"/config/poshthemes ~/.config/poshthemes
|
linkDir "$PWD"/config/poshthemes ~/.config/poshthemes
|
||||||
|
linkDir "$PWD"/config/xfce4 ~/.config/xfce4/xfconf/xfce-perchannel-xml
|
||||||
|
linkdir "$PWD"/config/rofi ~/.config/rofi
|
||||||
|
|
||||||
# link user files
|
# link user files
|
||||||
ln -sf "$PWD"/bash/.aliases ~/
|
ln -sf "$PWD"/bash/.aliases ~/
|
||||||
@ -128,10 +128,6 @@ function install_config {
|
|||||||
mkdir -p ~/.config/Code/User/globalStorage/zokugun.sync-settings
|
mkdir -p ~/.config/Code/User/globalStorage/zokugun.sync-settings
|
||||||
ln -sf "$PWD"/config/git/settings.yml ~/.config/Code/User/globalStorage/zokugun.sync-settings/settings.yml
|
ln -sf "$PWD"/config/git/settings.yml ~/.config/Code/User/globalStorage/zokugun.sync-settings/settings.yml
|
||||||
|
|
||||||
mkdir -p ~/.config/rofi
|
|
||||||
ln -sf "$PWD"/config/rofi/rofi.rasi ~/.config/rofi/config.rasi
|
|
||||||
ln -sf "$PWD"/config/rofi/mytheme.rasi ~/.config/rofi/mytheme.rasi
|
|
||||||
|
|
||||||
ln -sf "$PWD"/config/.gitconfig ~/.gitconfig
|
ln -sf "$PWD"/config/.gitconfig ~/.gitconfig
|
||||||
ln -sf "$PWD"/config/.npmrc ~/.npmrc
|
ln -sf "$PWD"/config/.npmrc ~/.npmrc
|
||||||
ln -sf "$PWD"/config/user-dirs.dirs ~/.config/user-dirs.dirs
|
ln -sf "$PWD"/config/user-dirs.dirs ~/.config/user-dirs.dirs
|
||||||
|
BIN
media/2024-dracula-2.png
Normal file
BIN
media/2024-dracula-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 440 KiB |
BIN
media/2024-dracula.png
Normal file
BIN
media/2024-dracula.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in New Issue
Block a user