Skip to content

Commit

Permalink
Remove junk files
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCodes2Much committed Jan 20, 2022
1 parent b648893 commit d9b9da4
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 112 deletions.
12 changes: 4 additions & 8 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ static const char *fonts[] = {
"MaterialIcons:size=10",
"SourceCodePro Nerd Font:size=10",};

static char *prompt =
NULL; /* -p option; prompt to the left of input field */
static char *searchtext =
NULL; /* -p option; prompt to the left of input field */
static char *leftcmd =
NULL; /* -p option; prompt to the left of input field */
static char *rightcmd =
NULL; /* -p option; prompt to the left of input field */
static char *prompt = NULL; /* -p option; prompt to the left of input field */
static char *searchtext = NULL; /* -p option; prompt to the left of input field */
static char *leftcmd = NULL; /* -p option; prompt to the left of input field */
static char *rightcmd = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][12] = {
/* fg bg */
[SchemeNorm] = {"#bd93f9", "#282a36", "#282a36"},
Expand Down
38 changes: 0 additions & 38 deletions git-v1.sh

This file was deleted.

Binary file removed repomenu
Binary file not shown.
Binary file removed repomenu.o
Binary file not shown.
25 changes: 20 additions & 5 deletions repomenu_desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# -*-coding:utf-8 -*-
# Auto updated?
# Yes
#File :
# repomenu_desktop
#Author :
# The-Repo-Club [wayne6324:gmail.com]
#Github :
# https://github.com/The-Repo-Club/
#
# Copyright (c) 2021, TheRepoClub
# Created:
# Thu 20 January 2022, 04:54:49 PM [GMT]
# Last edited:
# Thu 20 January 2022, 04:55:07 PM [GMT]
#
# This script is meant as a drop in replacement for i3-menu-desktop but
# includes simple priorization of applications via the absolute run count
# of an application. The count is stored in a sqlite db.
# Description:
# This script is meant as a drop in replacement for i3-menu-desktop but
# includes simple priorization of applications via the absolute run count
# of an application. The count is stored in a sqlite db.
#

import sqlite3
import glob
import locale
Expand Down
23 changes: 18 additions & 5 deletions repomenu_path
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
#!/usr/bin/env bash

# path: /usr/bin/repomenu_path
# author: The-Repo-Club [wayne6324@gmail.com]
# github: https://github.com/The-Repo-Club/repomenu
# date: 2021-01-03 12:34:47.440579
# -*-coding:utf-8 -*-
# Auto updated?
# Yes
#File :
# repomenu_path
#Author :
# The-Repo-Club [wayne6324:gmail.com]
#Github :
# https://github.com/The-Repo-Club/
#
# Created:
# Thu 20 January 2022, 04:55:21 PM [GMT]
# Last edited:
# Thu 20 January 2022, 04:55:25 PM [GMT]
#
# Description:
# <Todo>
#

cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}"
cache="$cachedir/repomenu_run"
Expand Down
23 changes: 18 additions & 5 deletions repomenu_run
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
#!/usr/bin/env bash

# path: /usr/bin/repomenu_run
# author: The-Repo-Club [wayne6324@gmail.com]
# github: https://github.com/The-Repo-Club/repomenu
# date: 2021-01-03 12:34:47.440579
# -*-coding:utf-8 -*-
# Auto updated?
# Yes
#File :
# repomenu_run
#Author :
# The-Repo-Club [wayne6324:gmail.com]
#Github :
# https://github.com/The-Repo-Club/
#
# Created:
# Thu 20 January 2022, 04:55:34 PM [GMT]
# Last edited:
# Thu 20 January 2022, 04:55:36 PM [GMT]
#
# Description:
# <Todo>
#

repomenu_path | repomenu "$@" | ${SHELL:-"/bin/sh"} &
30 changes: 19 additions & 11 deletions rmenu
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
#!/usr/bin/env bash

# path: /usr/bin/rmenu
# author: The-Repo-Club [wayne6324@gmail.com]
# github: https://github.com/The-Repo-Club/repomenu
# date: 2021-01-03 12:34:47.440579

################################################
## build menus and GUIs with just repoMENU ##
################################################

# needs repomenu
# -*-coding:utf-8 -*-
# Auto updated?
# Yes
#File :
# rmenu
#Author :
# The-Repo-Club [wayne6324:gmail.com]
#Github :
# https://github.com/The-Repo-Club/
#
# Created:
# Thu 20 January 2022, 04:55:57 PM [GMT]
# Last edited:
# Thu 20 January 2022, 04:56:33 PM [GMT]
#
# Description:
# build menus and GUIs with just repomenu
# needs repomenu
#

echoerr() {
echo "$@" 1>&2
Expand Down
Binary file removed rtest
Binary file not shown.
Binary file removed rtest.o
Binary file not shown.
40 changes: 0 additions & 40 deletions setup-git-v1.sh

This file was deleted.

0 comments on commit d9b9da4

Please sign in to comment.