Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
quacko committed Dec 14, 2024
1 parent f900850 commit 2c8d5a6
Show file tree
Hide file tree
Showing 381 changed files with 35,249 additions and 307 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__/
bookmarks
venv
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ The following projects have inspired me:
- https://github.com/dianaw353/hyprland-configuration-rootfs

and many more...


#TODO: add files in .local/share as well
2 changes: 1 addition & 1 deletion setup-arch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
clear

repo="mylinuxforwork/dotfiles"
repo="quack-o/ml4w-dotfiles"

# Get latest tag from GitHub
get_latest_release() {
Expand Down
51 changes: 51 additions & 0 deletions share/dotfiles/.config/VSCodium/User/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"security.workspace.trust.untrustedFiles": "open",
"window.titleBarStyle": "custom",
"editor.fontSize": 12,
// "editor.fontFamily": "'Berkeley Mono', 'Droid Sans Mono', 'Font Awesome 6 Pro Regular','monospace', monospace",
"editor.fontFamily": "'PragmataPro Mono Regular', 'Droid Sans Mono', 'Font Awesome 6 Pro Regular','monospace', monospace",

"files.autoSave": "afterDelay",
"files.exclude": {
"**/__pycache__": true,
"**/.syncthing.*": true,
"**/.vscode": true
},
"jupyter.askForKernelRestart": false,
"editor.fontLigatures": false,
"python.defaultInterpreterPath": "/home/kushy/Syncthing/Projects/Shoonya/venv",
"pylint.lintOnChange": true,
"git.enableSmartCommit": true,
"git.openRepositoryInParentFolders": "never",
"workbench.iconTheme": "symbols",
"window.zoomLevel": 2,
"symbols.hidesExplorerArrows": false,
"colorInfo.languages": [
{
"selector": "json",
"colors": "css"
},
{
"selector": "html",
"colors": "css"
},
{
"selector": "html",
"colors": "qss"
}
],
"colorize.languages": [
"javascript",
"json",
"yml",
"qss",
"css"


// ...
],
"explorer.confirmDelete": false,
"workbench.colorTheme": "Default Light+",
// "workbench.colorTheme": "Default Light+",

}
72 changes: 72 additions & 0 deletions share/dotfiles/.config/albert/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[General]
notifiedUnsupportedHotkey=true
showTray=true
telemetry=false
terminal=Console

[applications]
enabled=true
use_exec=true
use_generic_name=true
use_keywords=true

[audio_switcher]
enabled=true

[calculator_qalculate]
enabled=true

[copyq]
enabled=true
trigger="c "

[python]
enabled=true

[python.audio_switcher]
enabled=true

[python.copyq]
enabled=true
trigger="c "

[python.pomodoro]
enabled=true
trigger=pm

[python.shoonya_totp]
enabled=true

[python.timer_new]
enabled=true
trigger="t "

[shoonya_totp]
enabled=true

[system]
command_hibernate=systemctl hibernate -i
command_lock=swaylock
command_poweroff=systemctl poweroff
command_reboot=systemctl reboot
command_suspend=systemctl suspend -i
enabled=true

[timer_new]
enabled=true
trigger="t "

[widgetsboxmodel]
alwaysOnTop=true
clearOnHide=false
clientShadow=false
darkTheme=Custom Dark
displayScrollbar=false
followCursor=true
hideOnFocusLoss=true
historySearch=true
itemCount=5
lightTheme=Custom Dark
quitOnClose=false
showCentered=true
systemShadow=false
8 changes: 8 additions & 0 deletions share/dotfiles/.config/appimagelauncher.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[AppImageLauncher]
ask_to_move=true
destination=/home/kushy/.local/bin/appimages
enable_daemon=true

[appimagelauncherd]
%23%20additional_directories_to_watch=~/otherApplications:/even/more/applications
%23%20monitor_mounted_filesystems=false
5 changes: 5 additions & 0 deletions share/dotfiles/.config/darkman/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
lat: 26.4499
lng: 80.3319
dbusserver: true
usegeoclue: true
portal: true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added share/dotfiles/.config/eww/assets/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added share/dotfiles/.config/eww/assets/ui/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 155 additions & 0 deletions share/dotfiles/.config/eww/bar/eww.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
.bar {
background-color: $bg;
padding: .35rem 1.5rem .35rem 1.5rem;
}

scale trough {
all: unset;
background-color: $black;
border-radius: 1rem;
min-height: .3rem;
min-width: 5rem;
margin-left: .3rem;
box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.group {
background-color: $bg-alt;
padding: 0rem 1rem 0rem 1rem;
border-radius: .5rem;
}

.power-icon,
.pacman-icon,
.network-icon,
.volume-icon {
font-size: 1.2rem;
font-family: "Font Awesome 6 Pro Solid";
}

.pacman-text,
.network-text,
.memory-info,
.cpu-info {
font-family: "SF Pro Text";
font-size: .9rem;
font-weight: bold;
}

.power-icon {
color: $red;
margin-top: 0.1rem;
}

.workspaces {
font-family: "Font Awesome 6 Pro Solid";
font-size: 1.2rem;
background-color: $bg-alt;
padding: .5rem 1rem .5rem 1rem;
border-radius: .5rem;
}
.occupied-active {
color: $green;
}

.occupied-inactive {
color: rgba($fg, 0.3);
}

.empty-inactive {
color: rgba($fg, 0.1);
}

.empty-active {
color: $green;
}

.memory-inside,
.cpu-inside {
padding: .7rem;
}

.memory-bar {
color: $magenta;
background-color: $black;
}

.cpu-bar {
color: $red;
background-color: $black;
}

.pacman-icon {
color: $yellow;
}

.pacman-text {
color: $fg;
margin-left: .3rem;
}

.volume-bar trough highlight {
background: $green;
border-radius: 1rem;
}

.network-text {
color: $fg;
margin-left: .3rem;
}

.clock {
font-family: "SF Mono";
}

.clock-hour {
font-size: 1.2rem;
font-weight: bold;
color: $fg;
}

.clock-minute {
font-size: 1.2rem;
color: $fg-alt;
}

.clock-separator {
font-size: 1.2rem;
color: $fg-alt;
margin-top: .075rem;
}

.musicbar-art {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-width: 2.2rem;
border-radius: 6.25rem;
}

.musicbar-title {
font-size: 1rem;
font-weight: bold;
font-family: "SF Pro";
color: $fg;
}

.musicbar-toggle-icon {
font-size: 1.25rem;
}

.musicbar-previous-icon,
.musicbar-next-icon {
font-size: 1rem;
}

.musicbar-previous-icon,
.musicbar-next-icon,
.musicbar-toggle-icon {
font-family: "Font Awesome 6 Pro Solid";
color: $fg;

&:hover {
color: $magenta;
}
}
Loading

0 comments on commit 2c8d5a6

Please sign in to comment.