Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Sat Oct 12 07:17:43 PM IST 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEX5402 committed Oct 12, 2024
1 parent b1e1e2e commit 3935be3
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 67 deletions.
16 changes: 8 additions & 8 deletions Config/fastfetch/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"modules": [
{
"type": "custom",
"format": "\u001b[36m ░A░L░E░X░"
"format": "\u001b[36m 󰱫 ░A░L░E░X░"
},
{
"type": "custom",
Expand All @@ -27,12 +27,12 @@
},
{
"type": "packages",
"key": " Packages",
"key": " Packages",
"keyColor": "green"
},
{
"type": "display",
"key": " Display",
"key": " 󰨇 Display",
"keyColor": "green"
},
{
Expand All @@ -43,7 +43,7 @@
},
{
"type": "wm",
"key": " WM",
"key": " WM",
"keyColor": "yellow"
},
{
Expand Down Expand Up @@ -73,19 +73,19 @@

{
"type": "gpu",
"format": "NVIDIA GeForce RTX 4060 Max-Q", // i wish i have this gpu 🥹🥹
// "format": "{2}", // enable this like this is real gpu info
// "format": "NVIDIA GeForce RTX 4060 Max-Q", // i wish i have this gpu 🥹🥹
"format": "{2}", // enable this like this is real gpu info
"key": "  GPU",
"keyColor": "magenta"
},
{
"type": "memory",
"key": " Memory",
"key": " Memory",
"keyColor": "magenta"
},
{
"type": "swap",
"key": " Swap",
"key": " 󰾷 Swap",
"keyColor": "magenta"
},

Expand Down
7 changes: 4 additions & 3 deletions Config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,15 @@ alias fish 'source ~/.config/fish/config.fish'

# git stuff

alias pull 'git pull'
alias push 'git push'
alias pull 'git pull origin $(git rev-parse --abbrev-ref HEAD)'
alias diff 'git diff'
alias push='git push origin $(git rev-parse --abbrev-ref HEAD)'
alias commit 'git commit'
alias clone 'git clone'
alias git-push-behave 'git config --global push.default'
alias git-setefitor 'git config --global core.editor'
alias git-colour 'git config --global color.ui'
alias gadd 'git add'
alias git-addd 'git remote add origin'

alias warpc 'warp-cli connect'
alias flex 'fastfetch'
Expand Down
4 changes: 2 additions & 2 deletions Config/htop/htoprc
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ column_meters_1=RightCPUs2 Tasks LoadAverage Uptime
column_meter_modes_1=1 2 2 2
tree_view=1
sort_key=46
tree_sort_key=0
tree_sort_key=2
sort_direction=-1
tree_sort_direction=1
tree_view_always_by_pid=0
all_branches_collapsed=0
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
.sort_key=PERCENT_CPU
.tree_sort_key=PID
.tree_sort_key=STATE
.tree_view_always_by_pid=0
.tree_view=1
.sort_direction=-1
Expand Down
4 changes: 2 additions & 2 deletions Config/kde.org/UserFeedback.org.kde.dolphin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dataSourceCommonSettings\activeState=true
dataSourceCommonSettings\activeState=true

[UserFeedback]
ApplicationStartCount=148
ApplicationTime=37997
ApplicationStartCount=161
ApplicationTime=38689
4 changes: 2 additions & 2 deletions Config/kde.org/UserFeedback.org.kde.kate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dataSourceCommonSettings\activeState=true
dataSourceCommonSettings\activeState=true

[UserFeedback]
ApplicationStartCount=40
ApplicationTime=2104
ApplicationStartCount=42
ApplicationTime=2283
LastEncouragement=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x8b\xb0\0Kd]\0)
4 changes: 2 additions & 2 deletions Config/kde.org/UserFeedback.org.kde.kwrite.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dataSourceCommonSettings\activeState=true
dataSourceCommonSettings\activeState=true

[UserFeedback]
ApplicationStartCount=21
ApplicationTime=360
ApplicationStartCount=23
ApplicationTime=414
4 changes: 2 additions & 2 deletions Config/kde.org/UserFeedback.org.kde.plasmashell.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dataSourceCommonSettings\activeState=true
dataSourceCommonSettings\activeState=true

[UserFeedback]
ApplicationStartCount=23
ApplicationTime=52306
ApplicationStartCount=26
ApplicationTime=54040
LastEncouragement=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x8b\v\x4{\x99\xf6\0)
LastSubmission=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x8b\xb0\x2\x8b\xd9\x63\0)
StatisticsCollectionMode=DetailedUsageStatistics
2 changes: 1 addition & 1 deletion Kdeconfigs/gtkrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# created by KDE Plasma, Tue Oct 8 11:51:57 2024
# created by KDE Plasma, Tue Oct 8 12:32:55 2024
#
2 changes: 1 addition & 1 deletion Kdeconfigs/gtkrc-2.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# created by KDE Plasma, Tue Oct 8 11:51:57 2024
# created by KDE Plasma, Tue Oct 8 12:32:55 2024
#

gtk-alternative-button-order = 1
Expand Down
3 changes: 2 additions & 1 deletion Kdeconfigs/kdeveloprc
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Line Height Multiplier=1
Show Indentation Lines=false
Show Whole Bracket Expression=false
Text Font=JetBrainsMono Nerd Font,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
Text Font Features=
Word Wrap Marker=false

[KTextEditor View]
Expand Down Expand Up @@ -323,7 +324,7 @@ Name6[$e]=jni.kdev4
Active Session ID={1ada54ac-e2c7-4488-917b-3d0bfdb97459}

[UiSettings]
ColorScheme=Breeze Dark
ColorScheme=Catppuccin Mocha Red
ShowTextEditorStatusBar=false

[UiSettings/Docks/ToolbarEnabled]
Expand Down
5 changes: 5 additions & 0 deletions Kdeconfigs/ksmserverrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
count=0

[Session: saved at previous logout]
clientId1[$d]
count=0
program1[$d]
restartCommand1[$d]
restartStyleHint1[$d]
userId1[$d]
3 changes: 3 additions & 0 deletions Kdeconfigs/kwinrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ contrastEnabled=false
[Tiling]
padding=4

[Tiling][1bac6d51-0125-5ab0-bbe7-b280a33799b0]
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}

[Tiling][1f82cf41-2fa9-5b02-b0c9-494778b36db1]
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}

Expand Down
12 changes: 6 additions & 6 deletions Kdeconfigs/plasma-org.kde.plasma.desktop-appletsrc
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ DialogHeight=540
DialogWidth=720

[Containments][73][Applets][29][Configuration][General]
groupingAppIdBlacklist=io.github.tdesktop_x64.TDesktop.desktop,jetbrains-studio-b1c35c5b-b206-4027-8155-2474cf84ff3d.desktop,vesktop.desktop,steam.desktop,firefox.desktop,android-studio.desktop,org.kde.dolphin.desktop,org.kde.konsole.desktop,kitty.desktop
groupingLauncherUrlBlacklist=applications:vesktop.desktop,applications:kitty.desktop,applications:io.github.tdesktop_x64.TDesktop.desktop,applications:org.kde.konsole.desktop,applications:steam.desktop,applications:android-studio.desktop,applications:firefox.desktop,applications:jetbrains-studio-b1c35c5b-b206-4027-8155-2474cf84ff3d.desktop,applications:org.kde.dolphin.desktop
groupingAppIdBlacklist=io.github.tdesktop_x64.TDesktop.desktop,firefox.desktop,vesktop.desktop,jetbrains-studio-b1c35c5b-b206-4027-8155-2474cf84ff3d.desktop,kitty.desktop,steam.desktop,android-studio.desktop,org.kde.konsole.desktop,org.kde.dolphin.desktop
groupingLauncherUrlBlacklist=applications:steam.desktop,applications:firefox.desktop,applications:org.kde.dolphin.desktop,applications:org.kde.konsole.desktop,applications:kitty.desktop,applications:jetbrains-studio-b1c35c5b-b206-4027-8155-2474cf84ff3d.desktop,applications:android-studio.desktop,applications:io.github.tdesktop_x64.TDesktop.desktop,applications:vesktop.desktop
launchers=preferred://browser

[Containments][73][Applets][30]
Expand Down Expand Up @@ -497,21 +497,21 @@ immutability=1
plugin=org.kde.plasma.brightness

[Containments][76][Applets][88][Configuration]
PreloadWeight=6
PreloadWeight=0

[Containments][76][Applets][89]
immutability=1
plugin=org.kde.plasma.battery

[Containments][76][Applets][89][Configuration]
PreloadWeight=2
PreloadWeight=0

[Containments][76][Applets][90]
immutability=1
plugin=org.kde.plasma.mediacontroller

[Containments][76][Applets][90][Configuration]
PreloadWeight=0
PreloadWeight=17

[Containments][76][Applets][91]
immutability=1
Expand Down Expand Up @@ -574,4 +574,4 @@ title=Total CPU Use

[ScreenMapping]
itemsOnDisabledScreens=
screenMapping=desktop:/info.txt,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/animation.gif.mp4,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/250 netflix cookies by @bedrock16,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/tas.txt,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/file:⁄⁄⁄home⁄alex⁄Desktop⁄tasks2.txt,0,8a754234-cc6a-4e12-9b93-2654c2c93eec
screenMapping=desktop:/animation.gif.mp4,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/250 netflix cookies by @bedrock16,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/tas.txt,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/file:⁄⁄⁄home⁄alex⁄Desktop⁄tasks2.txt,0,8a754234-cc6a-4e12-9b93-2654c2c93eec,desktop:/info.txt,0,8a754234-cc6a-4e12-9b93-2654c2c93eec
54 changes: 27 additions & 27 deletions Local/share/kate/anonymous.katesession
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Document 0]
URL=file:///usr/share/applications/com.ayugram.desktop.desktop
URL=file:///home/alex/temp/xorg.txt

[Kate Plugins]
cmaketoolsplugin=false
Expand Down Expand Up @@ -53,7 +53,7 @@ Kate-MDI-Sidebar-2-Splitter=960
Kate-MDI-Sidebar-3-Bar-0-TvList=output,diagnostics,kate_plugin_katesearch,kateprojectinfo,kate_private_plugin_katekonsoleplugin
Kate-MDI-Sidebar-3-LastSize=200
Kate-MDI-Sidebar-3-SectSizes=0
Kate-MDI-Sidebar-3-Splitter=699
Kate-MDI-Sidebar-3-Splitter=705
Kate-MDI-Sidebar-Style=2
Kate-MDI-Sidebar-Visible=true
Kate-MDI-ToolView-diagnostics-Position=3
Expand Down Expand Up @@ -96,14 +96,14 @@ Orientation=1
Sizes=960

[MainWindow0-ViewSpace 0]
Active View=file:///usr/share/applications/com.ayugram.desktop.desktop
Active View=file:///home/alex/temp/xorg.txt
Count=1
Documents=file:///usr/share/applications/com.ayugram.desktop.desktop
View 0=file:///usr/share/applications/com.ayugram.desktop.desktop
Documents=file:///home/alex/temp/xorg.txt
View 0=file:///home/alex/temp/xorg.txt

[MainWindow0-ViewSpace 0 file:///usr/share/applications/com.ayugram.desktop.desktop]
CursorColumn=23
CursorLine=4
[MainWindow0-ViewSpace 0 file:///home/alex/temp/xorg.txt]
CursorColumn=0
CursorLine=17

[Open Documents]
Count=1
Expand Down Expand Up @@ -139,23 +139,23 @@ SizeLimit=128
UseRegExp=false

[Recent Files]
File1[$e]=/usr/share/applications
File10[$e]=/usr/share/applications/com.ayugram.desktop.desktop
File2[$e]=/usr/share/sddm/themes/Candy/kde_settings.conf
File3[$e]=/etc/sddm.conf.d/kde_settings.conf
File4[$e]=/etc/default/grub
File5[$e]=$HOME/Kdesettings/init.sh
File6[$e]=$HOME/Kdesettings/Local/share/bin/testrunner.sh
File7[$e]=$HOME/Kdesettings
File8[$e]=$HOME/.config/rofi/config-rofi-Beats-menu.rasi
File9[$e]=$HOME/.config/rofi/config-compact.rasi
Name1[$e]=applications
Name10[$e]=com.ayugram.desktop.desktop
File1[$e]=/usr/share/sddm/themes/Candy/kde_settings.conf
File10[$e]=$HOME/temp/xorg.txt
File2[$e]=/etc/sddm.conf.d/kde_settings.conf
File3[$e]=/etc/default/grub
File4[$e]=$HOME/Kdesettings/init.sh
File5[$e]=$HOME/Kdesettings/Local/share/bin/testrunner.sh
File6[$e]=$HOME/Kdesettings
File7[$e]=$HOME/.config/rofi/config-rofi-Beats-menu.rasi
File8[$e]=$HOME/.config/rofi/config-compact.rasi
File9[$e]=/usr/share/applications/com.ayugram.desktop.desktop
Name1[$e]=kde_settings.conf
Name10[$e]=xorg.txt
Name2[$e]=kde_settings.conf
Name3[$e]=kde_settings.conf
Name4[$e]=grub
Name5[$e]=init.sh
Name6[$e]=testrunner.sh
Name7[$e]=Kdesettings
Name8[$e]=config-rofi-Beats-menu.rasi
Name9[$e]=config-compact.rasi
Name3[$e]=grub
Name4[$e]=init.sh
Name5[$e]=testrunner.sh
Name6[$e]=Kdesettings
Name7[$e]=config-rofi-Beats-menu.rasi
Name8[$e]=config-compact.rasi
Name9[$e]=com.ayugram.desktop.desktop
10 changes: 0 additions & 10 deletions current-packages-dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ kdeconnect
kdegraphics-thumbnailers
kdenetwork-filesharing
kdenlive
kdeplasma-addons
kdevelop
kgamma
kimageformats
Expand Down Expand Up @@ -238,14 +237,6 @@ pipewire-alsa
pipewire-jack
pipewire-pulse
pkgfile
plasma-browser-integration
plasma-desktop
plasma-disks
plasma-firewall
plasma-nm
plasma-pa
plasma-systemmonitor
plasma-workspace
plocate
podman
polkit-gnome
Expand Down Expand Up @@ -392,7 +383,6 @@ wlay-git
wlr-randr
wpa_supplicant
xdg-desktop-portal-gtk
xdg-desktop-portal-kde
xdg-desktop-portal-lxqt
xdg-user-dirs
xdg-utils
Expand Down

0 comments on commit 3935be3

Please sign in to comment.